From 38c8e77a4072bec205824eeef353def60986f33d Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 8 Apr 2014 12:35:45 +0000 Subject: distbuild: Set trove-id as well as trove-host Otherwise, the trove ID is missing from the set of repo-aliases, so distbuild fails to build anything on the Trove. --- distbuild.configure | 1 + 1 file changed, 1 insertion(+) diff --git a/distbuild.configure b/distbuild.configure index 31afc813..bf145b14 100644 --- a/distbuild.configure +++ b/distbuild.configure @@ -71,6 +71,7 @@ log-max = 100M cachedir = /srv/distbuild tempdir = /srv/distbuild/tmp trove-host = $TROVE_ID +trove-id = $TROVE_ID controller-initiator-address = $CONTROLLERHOST tempdir-min-space = 0 cachedir-min-space = 0 -- cgit v1.2.1