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 691324 - jhbuild checkout fails: tracker-0-14 branch not found
jhbuild checkout fails: tracker-0-14 branch not found
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: tracker-general
Depends on:
Blocks:
 
 
Reported: 2013-01-08 03:17 UTC by Arky
Modified: 2013-01-08 12:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Arky 2013-01-08 03:17:49 UTC
$ jhbuild updateone tracker
*** Checking out tracker *** [1/1]
git remote set-url origin git://git.gnome.org/tracker
git remote update origin
Fetching origin
remote: Counting objects: 20, done.
remote: Compressing objects: 100% (12/12), done.
remote: Total 12 (delta 10), reused 0 (delta 0)
Unpacking objects: 100% (12/12), done.
From git://git.gnome.org/tracker
   40903b1..944f392  master     -> origin/master
git fetch
*** Error during phase checkout of tracker: The requested branch "tracker-0-14" is not available. Neither locally, nor remotely in the origin remote. *** [1/1]

  [1] Rerun phase checkout
  [2] Ignore error and continue to next module
  [3] Give up on module
  [4] Start shell
  [5] Reload configuration
  [6] Go to phase "wipe directory and start over"
choice: 3
*** the following modules were not built *** [1/1]
tracker
Comment 1 Martyn Russell 2013-01-08 09:30:08 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Comment 2 Arky 2013-01-08 12:53:28 UTC
Thanks Russell for fixing this.