After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 345196 - jhbuild shouldn't require remote modulesets to use local patches
jhbuild shouldn't require remote modulesets to use local patches
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: James Henstridge
Jhbuild QA
: 354645 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-06-17 20:39 UTC by Elijah Newren
Modified: 2007-04-08 18:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proof-of-concept patch (9.37 KB, patch)
2006-06-17 22:14 UTC, Elijah Newren
none Details | Review
Updated patch that also works with autobuild (9.85 KB, patch)
2006-06-18 01:29 UTC, Elijah Newren
none Details | Review
Update to cvs head (10.46 KB, patch)
2006-06-20 19:18 UTC, Elijah Newren
none Details | Review
Fix a small bug, update to head (11.15 KB, patch)
2006-08-08 04:42 UTC, Elijah Newren
none Details | Review
update to trunk (+ apply change to mesa modtype) (9.86 KB, patch)
2007-04-08 16:29 UTC, Frederic Peters
committed Details | Review

Description Elijah Newren 2006-06-17 20:39:18 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.
Comment 1 Elijah Newren 2006-06-17 22:14:56 UTC
Created attachment 67550 [details] [review]
Proof-of-concept patch
Comment 2 Elijah Newren 2006-06-18 01:29:42 UTC
Created attachment 67557 [details] [review]
Updated patch that also works with autobuild
Comment 3 Elijah Newren 2006-06-20 19:18:17 UTC
Created attachment 67733 [details] [review]
Update to cvs head
Comment 4 Elijah Newren 2006-08-08 04:42:45 UTC
Created attachment 70446 [details] [review]
Fix a small bug, update to head
Comment 5 Frederic Peters 2006-09-06 16:31:26 UTC
*** Bug 354645 has been marked as a duplicate of this bug. ***
Comment 6 Frederic Peters 2007-04-08 16:29:54 UTC
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.
Comment 7 Elijah Newren 2007-04-08 18:37:26 UTC
Sweet, thanks!  Committed now.