mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue