From cf750a234613d0af4a4c6c411ab6eea5ba6a219b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 18 Apr 2017 15:08:40 +0200 Subject: Add --trust agent option --- bbot/bbot-agent@.service | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bbot/bbot-agent@.service') diff --git a/bbot/bbot-agent@.service b/bbot/bbot-agent@.service index 5f160cf..b19e97c 100644 --- a/bbot/bbot-agent@.service +++ b/bbot/bbot-agent@.service @@ -18,7 +18,8 @@ Environment=TOOLCHAIN_NAME=%i Environment=TOOLCHAIN_NUM=1 Environment=TOOLCHAIN_ID= -Environment="CONTROLLER_URL=https://example.org/?build-task" +Environment="CONTROLLER_URL=" +Environment="CONTROLLER_TRUST=" ExecStart=/build/bbot/%i/bin/bbot-agent --systemd-daemon \ --verbose ${VERBOSE} \ @@ -30,6 +31,7 @@ ExecStart=/build/bbot/%i/bin/bbot-agent --systemd-daemon \ --toolchain-name ${TOOLCHAIN_NAME} \ --toolchain-num ${TOOLCHAIN_NUM} \ --toolchain-id ${TOOLCHAIN_ID} \ + $CONTROLLER_TRUST \ $CONTROLLER_URL User=build -- cgit v1.1