moduleset: Fix up the location of the moduleset file
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 12 Sep 2011 15:36:44 +0000 (16:36 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 12 Sep 2011 15:38:49 +0000 (16:38 +0100)
We moved to git.gnome.org, and the moduleset moved with us.

build/clutter-build-setup.sh
build/jhbuildrc-clutter

index b9e8ccc..2029bd2 100644 (file)
@@ -121,7 +121,7 @@ if test x$system = xMandrivaLinux ; then
 fi
 
 SOURCE=$HOME/Source
-BASEURL=http://git.clutter-project.org/clutter/plain/build
+BASEURL=http://git.gnome.org/browse/clutter/plain/build
 
 if [ -d $SOURCE ] ; then : ; else
     mkdir $SOURCE
@@ -171,4 +171,3 @@ if test "x`echo $PATH | grep $HOME/bin`" = x; then
 fi
 
 echo "Done."
-
index 4c254a5..3bc639d 100644 (file)
@@ -22,7 +22,7 @@
 # Only rebuild modules that have changed
 build_policy = 'updated'
 
-moduleset = 'http://git.clutter-project.org/clutter/plain/build/clutter.modules'
+moduleset = 'http://git.gnome.org/browse/clutter/plain/build/clutter.modules'
 
 modules = [ 'meta-clutter' ]