Fix URLs pointing to git.gnome.org/cgit

git.gnome.org/cgit was relocated to git.gnome.org/browse; adjust
URLs in our build script to match.
This commit is contained in:
Owen W. Taylor 2009-12-20 11:28:59 -05:00
parent 6e1a791273
commit 0e5c83bd2a
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ if test x$system = xMandrivaLinux ; then
fi
SOURCE=$HOME/Source
BASEURL=http://git.gnome.org/cgit/gnome-shell/plain/tools/build
BASEURL=http://git.gnome.org/browse/gnome-shell/plain/tools/build
if [ -d $SOURCE ] ; then : ; else
mkdir $SOURCE

View File

@ -18,7 +18,7 @@
# Only rebuild modules that have changed
build_policy = 'updated'
moduleset = 'http://git.gnome.org/cgit/gnome-shell/plain/tools/build/gnome-shell.modules'
moduleset = 'http://git.gnome.org/browse/gnome-shell/plain/tools/build/gnome-shell.modules'
modules = [ 'gnome-shell' ]