9695f8f86e
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
15 lines
362 B
Python
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'
|