gnome-shell r189 - trunk/tools/build



Author: otaylor
Date: Thu Feb  5 23:23:18 2009
New Revision: 189
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=189&view=rev

Log:
Update build scripts to reflect move of gnome-shell to git.gnome.org

gnome-shell-build-setup.sh jhbuildrc-gnome-shell: Download files from
 git.gnome.org/cgit rather than svn.gnome.org.

gnome-shell.modules: Point to the new location of gnome-shell

jhbuildrc-custom-example: Show how to configure non-anonymous accesss
 to git.gnome.org.

Modified:
   trunk/tools/build/gnome-shell-build-setup.sh
   trunk/tools/build/gnome-shell.modules
   trunk/tools/build/jhbuildrc-custom-example
   trunk/tools/build/jhbuildrc-gnome-shell

Modified: trunk/tools/build/gnome-shell-build-setup.sh
==============================================================================
--- trunk/tools/build/gnome-shell-build-setup.sh	(original)
+++ trunk/tools/build/gnome-shell-build-setup.sh	Thu Feb  5 23:23:18 2009
@@ -10,7 +10,7 @@
 # Copyright (C) 2006, 2007, 2008 Imendio AB
 #
 SOURCE=$HOME/Source
-BASEURL=http://svn.gnome.org/svn/gnome-shell/trunk/tools/build
+BASEURL=http://git.gnome.org/cgit/gnome-shell/plain/tools/build
 
 if ! which curl > /dev/null 2>&1; then
 	cat <<EOF

Modified: trunk/tools/build/gnome-shell.modules
==============================================================================
--- trunk/tools/build/gnome-shell.modules	(original)
+++ trunk/tools/build/gnome-shell.modules	Thu Feb  5 23:23:18 2009
@@ -12,6 +12,8 @@
       href="git://git.fishsoup.net/"/>
   <repository type="git" name="git.clutter-project.org"
       href="git://git.clutter-project.org/"/>
+  <repository type="git" name="git.gnome.org"
+      href="git://git.gnome.org/"/>
 
   <autotools id="gobject-introspection">
     <branch/>
@@ -53,7 +55,7 @@
   </autotools>
 
   <autotools id="gnome-shell">
-    <branch/>
+    <branch repo="git.gnome.org" module="gnome-shell"/>
     <dependencies>
         <dep package="gobject-introspection"/>
         <dep package="gir-repository"/>

Modified: trunk/tools/build/jhbuildrc-custom-example
==============================================================================
--- trunk/tools/build/jhbuildrc-custom-example	(original)
+++ trunk/tools/build/jhbuildrc-custom-example	Thu Feb  5 23:23:18 2009
@@ -3,6 +3,7 @@
 # The username for repositories can be overridden.
 #
 #repos["svn.gnome.org"] = "svn+ssh://myusername svn gnome org/svn/"
+#repos["git.gnome.org"] = "ssh://myusername git gnome org/git/"
 
 # Directory where to check sources out
 #

Modified: trunk/tools/build/jhbuildrc-gnome-shell
==============================================================================
--- trunk/tools/build/jhbuildrc-gnome-shell	(original)
+++ trunk/tools/build/jhbuildrc-gnome-shell	Thu Feb  5 23:23:18 2009
@@ -18,7 +18,7 @@
 # Only rebuild modules that have changed
 build_policy = 'updated'
 
-moduleset = 'http://svn.gnome.org/svn/gnome-shell/trunk/tools/build/gnome-shell.modules'
+moduleset = 'http://git.gnome.org/cgit/gnome-shell/plain/tools/build/gnome-shell.modules'
 
 modules = [ 'gnome-shell' ]
 



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