From 80a0e61f4926b1c1b9c95a4128f778c5071c8ca1 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 18 Mar 2014 11:45:12 +0000 Subject: distbuild: Don't hardcode repo-alias Otherwise the nodes use git.baserock.org rather than the Trove they were configured to fetch source from. --- distbuild.configure | 6 ------ 1 file changed, 6 deletions(-) diff --git a/distbuild.configure b/distbuild.configure index dfae38ac..23aa35dd 100644 --- a/distbuild.configure +++ b/distbuild.configure @@ -76,12 +76,6 @@ cachedir-min-space = 0 build-ref-prefix = $TROVE_ID artifact-cache-server = http://${ARTIFACT_CACHE_SERVER}:8080/ git-resolve-cache-server = http://${TROVE_ID}:8080/ -repo-alias = freedesktop=git://anongit.freedesktop.org/#ssh://git.freedesktop.org/, - github=git://github.com/%s#ssh://git@github.com/%s, - baserock=git://git.baserock.org/baserock/%s#ssh://git@git.baserock.org/baserock/%s, - gnome=git://git.gnome.org/%s#ssh://git.gnome.org/git/%s, - upstream=git://git.baserock.org/delta/%s#ssh://git@git.baserock.org/delta/%s, - codethink=ssh://git@git.codethink.co.uk/ct098/%s#ssh://git@git.codethink.co.uk/ct098/%s EOF -- cgit v1.2.1