From 77e3237fca64dcbf4998cbcda1ef496a16c87984 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 29 May 2012 14:21:17 +0000 Subject: morph: change default repos to gitano@roadtrain Gitorious appears to be overloaded easily and is located in the USA. It is useful for us to have a closer, more controllable mirror. It also has gitano, which is a potentially nicer git server. --- morph | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'morph') diff --git a/morph b/morph index 01f38248..d06aac47 100755 --- a/morph +++ b/morph @@ -33,11 +33,11 @@ from morphlib import buildcontroller defaults = { 'repo-alias': [ 'upstream=' - 'git://gitorious.org/baserock-morphs/%s#' - 'git@gitorious.org:baserock-morphs/%s.git', + 'git://roadtrain.codethink.co.uk/delta/#' + 'gitano@roadtrain.codethink.co.uk:delta/', 'baserock=' - 'git://gitorious.org/baserock/%s#' - 'git@gitorious.org:baserock/%s.git', + 'git://roadtrain.codethink.co.uk/baserock/#' + 'gitano@roadtrain.codethink.co.uk:baserock/', 'gnome=' 'git://git.gnome.org/%s#' 'ssh://git.gnome.org/git/%s', -- cgit v1.2.1