gnome-shell r128 - trunk/tools/build



Author: otaylor
Date: Wed Dec 17 16:52:05 2008
New Revision: 128
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=128&view=rev

Log:
Repoint clutter to the new git repositories

clutter and clutter-cairo have moved to git; adjust our jhbuild
moduleset to match the new location.

Modified:
   trunk/tools/build/gnome-shell.modules

Modified: trunk/tools/build/gnome-shell.modules
==============================================================================
--- trunk/tools/build/gnome-shell.modules	(original)
+++ trunk/tools/build/gnome-shell.modules	Wed Dec 17 16:52:05 2008
@@ -10,8 +10,8 @@
   </repository>
   <repository type="git" name="fishsoup.net"
       href="git://git.fishsoup.net/"/>
-  <repository type="svn" name="svn.o-hand.com"
-      href="http://svn.o-hand.com/repos/"/>
+  <repository type="git" name="git.clutter-project.org"
+      href="git://git.clutter-project.org/"/>
 
   <autotools id="gobject-introspection">
     <branch/>
@@ -37,12 +37,12 @@
   </autotools>
 
   <autotools id="clutter">
-    <branch repo="svn.o-hand.com" module="clutter/branches/clutter-0-8"/>
+    <branch repo="git.clutter-project.org" module="clutter" revision="clutter-0-8"/>
   </autotools>
-  
+
   <autotools id="clutter-cairo">
-    <branch repo="svn.o-hand.com" module="clutter/branches/clutter-cairo-0-8"/>
-  </autotools>  
+    <branch repo="git.clutter-project.org" module="clutter-cairo" revision="clutter-cairo-0-8"/>
+  </autotools>
 
   <autotools id="metacity-clutter" autogenargs="--with-clutter">
     <branch repo="fishsoup.net" module="metacity-clutter" revision="clutter"/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]