GNOME Bugzilla – Bug 345266
update also performs configure on package
Last modified: 2006-06-19 05:16:23 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.
Thanks for the bug report. Looks like a bug in the skip_configure() check function. Will commit a fix soon.
Fixed.