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 644239 - Error during phase checkout of telepathy-glib: ########## Error running git clone git://git.collabora.co.uk/git/telepathy-glib ***
Error during phase checkout of telepathy-glib: ########## Error running git c...
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: building
unspecified
Other Linux
: Normal blocker
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-03-08 20:40 UTC by NeilPerry
Modified: 2011-03-08 21:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (1002 bytes, patch)
2011-03-08 20:40 UTC, NeilPerry
reviewed Details | Review
patch version 2 (1.48 KB, patch)
2011-03-08 21:02 UTC, NeilPerry
none Details | Review
patch version 3, sorry (1.48 KB, patch)
2011-03-08 21:11 UTC, NeilPerry
committed Details | Review

Description NeilPerry 2011-03-08 20:40:36 UTC
Created attachment 182866 [details] [review]
Patch

So it looks like telepathy git has been moved to freedesktop. [0]

Please find attached patch to update gnome-shell.modules

[0] - http://lists.freedesktop.org/archives/telepathy/2011-February/005291.html
Comment 1 Marina Zhurakhinskaya 2011-03-08 20:53:15 UTC
Review of attachment 182866 [details] [review]:

The patch should have a commit message. More information on how we write commit messages and other useful info is here:
http://live.gnome.org/GnomeShell/Development/WorkingWithPatches You can also consult the log of prior commit messages for examples.

Suggested commit message:

gnome-shell.modules: update the git repository for telepathy-glib

Telepathy repositories moved to freedesktop.org:
http://lists.freedesktop.org/archives/telepathy/2011-February/005291.html

https://bugzilla.gnome.org/show_bug.cgi?id=644239

::: tools/build/gnome-shell.modules
@@ +18,3 @@
       password=""/>
+  <repository type="git" name="anongit.freedesktop.org"
+      href="git://anongit.freedesktop.org/"/>

It would be more inline with other repository names to just name this one "git.freedesktop.org", but let href have anongit in it.

@@ +253,2 @@
   <autotools id="telepathy-glib" autogenargs="--disable-Werror" >
+    <branch repo="anongit.freedesktop.org" module="telepathy-glib" />

so the repo should be "git.freedesktop.org" and module "telepathy/telepathy-glib"
Comment 2 NeilPerry 2011-03-08 21:02:22 UTC
Created attachment 182869 [details] [review]
patch version 2
Comment 3 NeilPerry 2011-03-08 21:11:34 UTC
Created attachment 182870 [details] [review]
patch version 3, sorry
Comment 4 Marina Zhurakhinskaya 2011-03-08 21:15:15 UTC
Looks good! Thanks for the patch!