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:
parent
6e1a791273
commit
0e5c83bd2a
@ -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
|
||||
|
@ -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' ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user