summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-03-18 11:45:12 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-03-18 16:02:18 +0000
commit80a0e61f4926b1c1b9c95a4128f778c5071c8ca1 (patch)
tree2cefe7b4579e8cc4a947893123afdc20a8199388
parent3762ca057f61030bf4bf54fdd62f5ee2c4648f9b (diff)
downloaddefinitions-80a0e61f4926b1c1b9c95a4128f778c5071c8ca1.tar.gz
distbuild: Don't hardcode repo-alias
Otherwise the nodes use git.baserock.org rather than the Trove they were configured to fetch source from.
-rw-r--r--distbuild.configure6
1 files changed, 0 insertions, 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