summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-05-09 18:16:03 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-05-09 18:16:03 +0100
commit8a02512e83750f6f057b0e0bb21d4d54ee619c10 (patch)
tree84ee02e5bd1fd00e39f1b375aa9f81456595adf8 /morph
parent5b8c9e5ce0ffd6dec032c3637069b9dbc91e718f (diff)
downloadmorph-8a02512e83750f6f057b0e0bb21d4d54ee619c10.tar.gz
Add a "gnome:" repo alias
The push url does not specify a username. ssh will default to the local username. That can be overridden by the user's $HOME/.ssh/config file (or they can manually change the push url in their branch's .git/config).
Diffstat (limited to 'morph')
-rwxr-xr-xmorph3
1 files changed, 3 insertions, 0 deletions
diff --git a/morph b/morph
index ecb6bf03..55e9224a 100755
--- a/morph
+++ b/morph
@@ -37,6 +37,9 @@ defaults = {
'baserock='
'git://gitorious.org/baserock/%s#'
'git@gitorious.org:baserock/%s.git',
+ 'gnome='
+ 'git://git.gnome.org/%s#'
+ 'ssh://git.gnome.org/git/%s',
],
'cachedir': os.path.expanduser('~/.cache/morph'),
'max-jobs': morphlib.util.make_concurrency(),