GNOME Bugzilla – Bug 345196
jhbuild shouldn't require remote modulesets to use local patches
Last modified: 2007-04-08 18:37:26 UTC
If I run e.g. jhbuild -m \ http://ftp.gnome.org/pub/GNOME/teams/releng/2.15.3/gnome-2.15.3.modules \ build then the build will fail because it can't find the three relevant patches. I must first download the three patches from http://ftp.gnome.org/pub/GNOME/teams/releng/2.15.3/ and put them into my ~/cvs/jhbuild/patches directory. This seems really odd, especially since the gnome-2.15.3.modules files includes two other moduleset files that are only available at http://ftp.gnome.org/pub/GNOME/teams/releng/2.15.3/ and jhbuild finds those just fine.
Created attachment 67550 [details] [review] Proof-of-concept patch
Created attachment 67557 [details] [review] Updated patch that also works with autobuild
Created attachment 67733 [details] [review] Update to cvs head
Created attachment 70446 [details] [review] Fix a small bug, update to head
*** Bug 354645 has been marked as a duplicate of this bug. ***
Created attachment 86015 [details] [review] update to trunk (+ apply change to mesa modtype) Elijah: I updated your patch to trunk (no change required actually) and added the function signature change to modtypes/mesa.py. Feel free to commit this patch now.
Sweet, thanks! Committed now.