On Thu, Apr 07, 2005 at 07:40:57PM -0700, David Brownell wrote:
> On Thursday 07 April 2005 12:35 pm, Christopher Li wrote:
> 
> > Let me explain how I see quilt can fit in.  We have base line:
> > 
> > linux-2.6.11.tar.gz untar to linux/
> > 
> > series file:
> > linux-2.6.12-rc2.patch # Linus's rc2 patch
> > linux-2.6.12-rc2-usb1.patch # Greg's usb1 patch for rc2
> > chris-usb-hack.patch
> > 
> > I do three "quilt push" to apply all the three patches.
> > Do my modify of files. "quilt add xxx.c" "quilt refresh" etc to
> > build my usb-hack.patch.
> 
> So for those of us with minimal exposure to Quilt ... can
> that "series" file have URLs in it, so that it's practical
> for the "push" to fetch all the components as if with "wget"?

No, quilt doesn't support that yet. I have been toying the
same ideas that allow quilt to export a patches set
and import in remotely. Maybe started with allow quilt to
import a directory of patches which has it's own series
files in the directory.


> Perhaps even to say "fetch the patches in <that> series",
> with <that> specified by URL?
> 
> It makes a lot of sense to insist that the patches all be
> fetched locally before they're applied.  (And yes, that does
> touch on "did I fetch the right patch", and possible desires
> for hashing and signing to make sure the right patch is used.)
> 
> But if quilt could handle most of that fetching, some things
> would be simpler.  That might imply changes to Quilt.

Quilt is just some bash script. I have my home grow quilt written
in python to work better with perforce.  I can try this out.

Chris


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to