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 345266 - update also performs configure on package
update also performs configure on package
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: James Henstridge
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2006-06-18 21:00 UTC by Brent Smith (smitten)
Modified: 2006-06-19 05:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Brent Smith (smitten) 2006-06-18 21:00:42 UTC
smitten@home:~/src/jhbuild$ jhbuild update --start-at=gtk+
*** Checking out gtk+ *** [1/122]

cvs -z3 -q -d :pserver:anonymous@anoncvs.gnome.org:/cvs/gnome update -P -d -A .
*** Configuring gtk+ *** [1/122]


I expect that performing an update will not configure the package (run ./autogen.sh)

I do have "alwaysautogen" in my .jhbuildrc but this should only work during builds, not updates.
Comment 1 James Henstridge 2006-06-19 03:57:31 UTC
Thanks for the bug report.  Looks like a bug in the skip_configure() check function.  Will commit a fix soon.
Comment 2 James Henstridge 2006-06-19 05:16:23 UTC
Fixed.