From 1a795ad9f5b8fe368a1e597c1bfb12fa112d2101 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 7 Apr 2023 11:15:11 +0200 Subject: Add --install option to bbot bootstrap scripts --- etc/bootstrap/bbot-bootstrap.service | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'etc/bootstrap/bbot-bootstrap.service') diff --git a/etc/bootstrap/bbot-bootstrap.service b/etc/bootstrap/bbot-bootstrap.service index 5f968bd..5d6c023 100644 --- a/etc/bootstrap/bbot-bootstrap.service +++ b/etc/bootstrap/bbot-bootstrap.service @@ -18,12 +18,18 @@ WorkingDirectory=/home/build #Environment=DISPLAY=:99 Environment=CXX=g++ +Environment=INSTALL=/usr/local Environment=BUILD=/tmp Environment=ENVIRONMENTS=/home/build/environments +# Note: bootstrap script options must come before build.sh options/arguments. +# ExecStart=/usr/local/bin/bbot-bootstrap-linux.sh \ +--install ${INSTALL} \ --build ${BUILD} \ --environments ${ENVIRONMENTS} \ +--private \ +--sudo sudo \ ${CXX} StandardInput=tty-force -- cgit v1.1