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:
parent
92d4197b2c
commit
8f8663c875
@ -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."
|
||||
|
||||
|
@ -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' ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user