* Merging status. @ 2005-04-28 20:47 Dave Jones 0 siblings, 0 replies; 7+ messages in thread From: Dave Jones @ 2005-04-28 20:47 UTC (permalink / raw) To: cpufreq So, I've finally got around to extracting the bits that were in the cpufreq bitkeeper tree, and exported them all as GNU diffs for the time being. These will go off to Linus pretty soon. I'll set up a script to auto-mirror cpufreq changes that I've got queued for merging. They'll appear at http://www.codemonkey.org.uk/projects/cpufreq/pending-patches/ Treat this directory the same as you treated "merged into cpufreq-bk". (Ie, Andrew can just set up a wget -r on this dir for each -mm [theres also a http://www.codemonkey.org.uk/projects/agp/pending-patches/ for Andrews info]) I may look into using git at a later time, but right now its probably going to be easier to just throw patches around. Dave ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <20050428203740.GE8514@redhat.com>]
[parent not found: <20050428144540.62936aa8.akpm@osdl.org>]
* Re: Merging status. [not found] ` <20050428144540.62936aa8.akpm@osdl.org> @ 2005-04-28 22:13 ` Dave Jones 2005-04-28 22:40 ` Andrew Morton 0 siblings, 1 reply; 7+ messages in thread From: Dave Jones @ 2005-04-28 22:13 UTC (permalink / raw) To: Andrew Morton; +Cc: cpufreq [fixed up the Cc list which I botched] On Thu, Apr 28, 2005 at 02:45:40PM -0700, Andrew Morton wrote: > Dave Jones <davej@redhat.com> wrote: > > > > http://www.codemonkey.org.uk/projects/cpufreq/pending-patches/ > > http://www.codemonkey.org.uk/projects/agp/pending-patches/ > > No probs. I'm already doing that for ALSA patches. > > Please make sure the patches alphasort into applying order, or, when you > start using quilt (you should!), include the series file. They're of the form CPUFREQ-nn where nn is the numerical order they should be applied in. (Though this time around, we're lucky, they're all independant anyway I think) Dave ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Merging status. 2005-04-28 22:13 ` Dave Jones @ 2005-04-28 22:40 ` Andrew Morton 2005-04-28 23:03 ` Andrew Morton 2005-04-28 23:50 ` Dave Jones 0 siblings, 2 replies; 7+ messages in thread From: Andrew Morton @ 2005-04-28 22:40 UTC (permalink / raw) To: Dave Jones; +Cc: cpufreq Dave Jones <davej@redhat.com> wrote: > > [fixed up the Cc list which I botched] > > On Thu, Apr 28, 2005 at 02:45:40PM -0700, Andrew Morton wrote: > > Dave Jones <davej@redhat.com> wrote: > > > > > > http://www.codemonkey.org.uk/projects/cpufreq/pending-patches/ > > > http://www.codemonkey.org.uk/projects/agp/pending-patches/ > > > > No probs. I'm already doing that for ALSA patches. > > > > Please make sure the patches alphasort into applying order, or, when you > > start using quilt (you should!), include the series file. > > They're of the form CPUFREQ-nn where nn is the numerical order they > should be applied in. Yeah, I always found that to be a bit unweildy. Whatever. For some bizarre reason, your http server manages to break wget. wget -r http://www.codemonkey.org.uk/projects/cpufreq/pending-patches doesn't fetch the patches. Confused. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Merging status. 2005-04-28 22:40 ` Andrew Morton @ 2005-04-28 23:03 ` Andrew Morton 2005-04-28 23:50 ` Dave Jones 1 sibling, 0 replies; 7+ messages in thread From: Andrew Morton @ 2005-04-28 23:03 UTC (permalink / raw) To: davej, cpufreq Andrew Morton <akpm@osdl.org> wrote: > > For some bizarre reason, your http server manages to break wget. > > wget -r http://www.codemonkey.org.uk/projects/cpufreq/pending-patches > > doesn't fetch the patches. Confused. Still confused, but with mpm's help, managed to work out that lftp -e "mget *" "$URL" < /dev/null did the trick. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Merging status. 2005-04-28 22:40 ` Andrew Morton 2005-04-28 23:03 ` Andrew Morton @ 2005-04-28 23:50 ` Dave Jones 2005-04-29 0:09 ` Andrew Morton 1 sibling, 1 reply; 7+ messages in thread From: Dave Jones @ 2005-04-28 23:50 UTC (permalink / raw) To: Andrew Morton; +Cc: cpufreq On Thu, Apr 28, 2005 at 03:40:33PM -0700, Andrew Morton wrote: > Dave Jones <davej@redhat.com> wrote: > > > > [fixed up the Cc list which I botched] > > > > On Thu, Apr 28, 2005 at 02:45:40PM -0700, Andrew Morton wrote: > > > Dave Jones <davej@redhat.com> wrote: > > > > > > > > http://www.codemonkey.org.uk/projects/cpufreq/pending-patches/ > > > > http://www.codemonkey.org.uk/projects/agp/pending-patches/ > > > > > > No probs. I'm already doing that for ALSA patches. > > > > > > Please make sure the patches alphasort into applying order, or, when you > > > start using quilt (you should!), include the series file. > > > > They're of the form CPUFREQ-nn where nn is the numerical order they > > should be applied in. > > Yeah, I always found that to be a bit unweildy. Whatever. > > For some bizarre reason, your http server manages to break wget. > > wget -r http://www.codemonkey.org.uk/projects/cpufreq/pending-patches > > doesn't fetch the patches. Confused. Fixed. Dave ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Merging status. 2005-04-28 23:50 ` Dave Jones @ 2005-04-29 0:09 ` Andrew Morton 2005-04-29 0:12 ` Dave Jones 0 siblings, 1 reply; 7+ messages in thread From: Andrew Morton @ 2005-04-29 0:09 UTC (permalink / raw) To: Dave Jones; +Cc: cpufreq Dave Jones <davej@redhat.com> wrote: > > > For some bizarre reason, your http server manages to break wget. > > > > wget -r http://www.codemonkey.org.uk/projects/cpufreq/pending-patches > > > > doesn't fetch the patches. Confused. > > Fixed. What was the cause? (I might stick with lftp anyway - seems quicker, is less noisy and `wget -r' has a habit of wanting to fetch the entire internet). ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Merging status. 2005-04-29 0:09 ` Andrew Morton @ 2005-04-29 0:12 ` Dave Jones 0 siblings, 0 replies; 7+ messages in thread From: Dave Jones @ 2005-04-29 0:12 UTC (permalink / raw) To: Andrew Morton; +Cc: cpufreq On Thu, Apr 28, 2005 at 05:09:49PM -0700, Andrew Morton wrote: > Dave Jones <davej@redhat.com> wrote: > > > > > For some bizarre reason, your http server manages to break wget. > > > > > > wget -r http://www.codemonkey.org.uk/projects/cpufreq/pending-patches > > > > > > doesn't fetch the patches. Confused. > > > > Fixed. > > What was the cause? > > (I might stick with lftp anyway - seems quicker, is less noisy and `wget > -r' has a habit of wanting to fetch the entire internet). shonky robots.txt wget has a handy -np option btw to stop it recursing past the parent and doing stupid things. Dave ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-04-29 0:12 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-28 20:47 Merging status Dave Jones
[not found] <20050428203740.GE8514@redhat.com>
[not found] ` <20050428144540.62936aa8.akpm@osdl.org>
2005-04-28 22:13 ` Dave Jones
2005-04-28 22:40 ` Andrew Morton
2005-04-28 23:03 ` Andrew Morton
2005-04-28 23:50 ` Dave Jones
2005-04-29 0:09 ` Andrew Morton
2005-04-29 0:12 ` Dave Jones
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.