[gnome-shell] Fix URLs pointing to git.gnome.org/cgit



commit 0e5c83bd2a83e6496ec8e95b51e1f9a62dd6f4ac
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Sun Dec 20 11:28:59 2009 -0500

    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 2235003..e254de6 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 0202977..97c1366 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' ]
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]