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 668107 - jhbuild update does not really update git repositories
jhbuild update does not really update git repositories
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2012-01-17 16:43 UTC by Gustavo Noronha (kov)
Modified: 2012-01-17 19:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (916 bytes, patch)
2012-01-17 16:46 UTC, Gustavo Noronha (kov)
committed Details | Review

Description Gustavo Noronha (kov) 2012-01-17 16:43:48 UTC
In webkitgtk+ we are using jhbuild to manage our build dependencies for our buildbot builders. I hit an issue where jhbuild wasn't being able to use a newer git revision for soup. The problem seems to be that although it sets the URL for the origin it never fetches, so the new hash is not there when it tries to checkout:

*** Checking out libsoup *** [14/15]
git remote set-url origin git://git.gnome.org/libsoup
git checkout 06afcdb9479b9f48f22f42198396ed5ceebcae5a
fatal: reference is not a tree: 06afcdb9479b9f48f22f42198396ed5ceebcae5a
Comment 1 Gustavo Noronha (kov) 2012-01-17 16:46:04 UTC
Created attachment 205457 [details] [review]
patch
Comment 2 Gustavo Noronha (kov) 2012-01-17 19:31:25 UTC
Comment on attachment 205457 [details] [review]
patch

1eedc423f75c605224b430579e4c303292199507