gnome-shell/tools/build/jhbuildrc-custom-example
Owen Taylor 9695f8f86e 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
2009-02-05 23:23:18 +00:00

15 lines
362 B
Python

# -*- mode: python -*-
# 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
#
#checkoutroot = '/opt/gnome-shell/source'
# Directory where to install
#
#prefix = '/opt/gnome-shell/install'