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
This commit is contained in:
Owen Taylor 2009-02-05 23:23:18 +00:00
parent e0241ad578
commit 9695f8f86e
4 changed files with 6 additions and 3 deletions

View File

@ -10,7 +10,7 @@
# Copyright (C) 2006, 2007, 2008 Imendio AB # Copyright (C) 2006, 2007, 2008 Imendio AB
# #
SOURCE=$HOME/Source 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 if ! which curl > /dev/null 2>&1; then
cat <<EOF cat <<EOF

View File

@ -12,6 +12,8 @@
href="git://git.fishsoup.net/"/> href="git://git.fishsoup.net/"/>
<repository type="git" name="git.clutter-project.org" <repository type="git" name="git.clutter-project.org"
href="git://git.clutter-project.org/"/> href="git://git.clutter-project.org/"/>
<repository type="git" name="git.gnome.org"
href="git://git.gnome.org/"/>
<autotools id="gobject-introspection"> <autotools id="gobject-introspection">
<branch/> <branch/>
@ -53,7 +55,7 @@
</autotools> </autotools>
<autotools id="gnome-shell"> <autotools id="gnome-shell">
<branch/> <branch repo="git.gnome.org" module="gnome-shell"/>
<dependencies> <dependencies>
<dep package="gobject-introspection"/> <dep package="gobject-introspection"/>
<dep package="gir-repository"/> <dep package="gir-repository"/>

View File

@ -3,6 +3,7 @@
# The username for repositories can be overridden. # The username for repositories can be overridden.
# #
#repos["svn.gnome.org"] = "svn+ssh://myusername@svn.gnome.org/svn/" #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 # Directory where to check sources out
# #

View File

@ -18,7 +18,7 @@
# Only rebuild modules that have changed # Only rebuild modules that have changed
build_policy = 'updated' 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' ] modules = [ 'gnome-shell' ]