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:
parent
e0241ad578
commit
9695f8f86e
@ -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 <<EOF
|
||||
|
@ -12,6 +12,8 @@
|
||||
href="git://git.fishsoup.net/"/>
|
||||
<repository type="git" name="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">
|
||||
<branch/>
|
||||
@ -53,7 +55,7 @@
|
||||
</autotools>
|
||||
|
||||
<autotools id="gnome-shell">
|
||||
<branch/>
|
||||
<branch repo="git.gnome.org" module="gnome-shell"/>
|
||||
<dependencies>
|
||||
<dep package="gobject-introspection"/>
|
||||
<dep package="gir-repository"/>
|
||||
|
@ -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
|
||||
#
|
||||
|
@ -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' ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user