gnome-shell r118 - trunk/tools/build



Author: danw
Date: Fri Dec  5 14:14:36 2008
New Revision: 118
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=118&view=rev

Log:
Add <mirror> nodes for the gnome repo declaration (copied from the
upstream gnome modulesets), to allow using the experimental git mirror
support. See http://bugzilla.gnome.org/show_bug.cgi?id=538507


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	Fri Dec  5 14:14:36 2008
@@ -4,7 +4,10 @@
 <!-- vim:set ts=2 expandtab: -->
 <moduleset>
   <repository type="svn" name="svn.gnome.org" default="yes"
-      href="http://svn.gnome.org/svn/"/>
+      href="http://svn.gnome.org/svn/";>
+      <mirror type="bzr" href="http://bzr-mirror.gnome.org/bzr/"; trunk-path="trunk" />
+      <mirror type="git" href="git://git-mirror.gnome.org/git/" />
+  </repository>
   <repository type="git" name="fishsoup.net"
       href="git://git.fishsoup.net/"/>
   <repository type="svn" name="svn.o-hand.com"



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