moduleset: Fix up the location of the moduleset file

We moved to git.gnome.org, and the moduleset moved with us.
This commit is contained in:
Emmanuele Bassi 2011-09-12 16:36:44 +01:00
parent 92d4197b2c
commit 8f8663c875
2 changed files with 2 additions and 3 deletions

View 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."

View 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' ]