From 0e5c83bd2a83e6496ec8e95b51e1f9a62dd6f4ac Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Sun, 20 Dec 2009 11:28:59 -0500 Subject: [PATCH] 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. --- tools/build/gnome-shell-build-setup.sh | 2 +- tools/build/jhbuildrc-gnome-shell | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/build/gnome-shell-build-setup.sh b/tools/build/gnome-shell-build-setup.sh index 223500353..e254de613 100755 --- a/tools/build/gnome-shell-build-setup.sh +++ b/tools/build/gnome-shell-build-setup.sh @@ -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 diff --git a/tools/build/jhbuildrc-gnome-shell b/tools/build/jhbuildrc-gnome-shell index 0202977e6..97c13668b 100644 --- a/tools/build/jhbuildrc-gnome-shell +++ b/tools/build/jhbuildrc-gnome-shell @@ -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' ]