summaryrefslogtreecommitdiffstats
path: root/tools/build/jhbuildrc-custom-example
blob: 837d24ee1f7e5687675cd6eaae33e02a2d707b04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- mode: python -*-

# The username for repositories can be overridden.
#
#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'

# Work around http://bugzilla.gnome.org/show_bug.cgi?id=571240 if
# your 'install' program is somewhere other than /usr/bin/install
# (affects: Arch Linux)
#installprog = 'bin/install'