From 9695f8f86e25fa17b682ebe96382d68881d0645b Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Thu, 5 Feb 2009 23:23:18 +0000 Subject: [PATCH] Update build scripts to reflect move of gnome-shell to git.gnome.org gnome-shell-build-setup.sh jhbuildrc-gnome-shell: Download files from git.gnome.org/cgit rather than svn.gnome.org. gnome-shell.modules: Point to the new location of gnome-shell jhbuildrc-custom-example: Show how to configure non-anonymous accesss to git.gnome.org. svn path=/trunk/; revision=189 --- tools/build/gnome-shell-build-setup.sh | 2 +- tools/build/gnome-shell.modules | 4 +++- tools/build/jhbuildrc-custom-example | 1 + tools/build/jhbuildrc-gnome-shell | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/tools/build/gnome-shell-build-setup.sh b/tools/build/gnome-shell-build-setup.sh index 3089327bd..f1bdc1b0e 100755 --- a/tools/build/gnome-shell-build-setup.sh +++ b/tools/build/gnome-shell-build-setup.sh @@ -10,7 +10,7 @@ # Copyright (C) 2006, 2007, 2008 Imendio AB # SOURCE=$HOME/Source -BASEURL=http://svn.gnome.org/svn/gnome-shell/trunk/tools/build +BASEURL=http://git.gnome.org/cgit/gnome-shell/plain/tools/build if ! which curl > /dev/null 2>&1; then cat < + @@ -53,7 +55,7 @@ - + diff --git a/tools/build/jhbuildrc-custom-example b/tools/build/jhbuildrc-custom-example index ebcdf06f9..e74f2d2eb 100644 --- a/tools/build/jhbuildrc-custom-example +++ b/tools/build/jhbuildrc-custom-example @@ -3,6 +3,7 @@ # The username for repositories can be overridden. # #repos["svn.gnome.org"] = "svn+ssh://myusername@svn.gnome.org/svn/" +#repos["git.gnome.org"] = "ssh://myusername@git.gnome.org/git/" # Directory where to check sources out # diff --git a/tools/build/jhbuildrc-gnome-shell b/tools/build/jhbuildrc-gnome-shell index 7155fb9f1..17cb8ea48 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://svn.gnome.org/svn/gnome-shell/trunk/tools/build/gnome-shell.modules' +moduleset = 'http://git.gnome.org/cgit/gnome-shell/plain/tools/build/gnome-shell.modules' modules = [ 'gnome-shell' ]