From 1fcd5d1067254c40921df17b8de906c81934077a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 20 Oct 2017 13:31:52 +0200 Subject: Add support for parallel bootstrap on Linux, Mac OS, and FreeBSD --- etc/bootstrap/bbot-rc-d | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'etc/bootstrap/bbot-rc-d') diff --git a/etc/bootstrap/bbot-rc-d b/etc/bootstrap/bbot-rc-d index 12fadcd..bbde152 100644 --- a/etc/bootstrap/bbot-rc-d +++ b/etc/bootstrap/bbot-rc-d @@ -5,10 +5,15 @@ . /etc/rc.subr name=bbot -command=/home/build/bbot-bootstrap.sh +command=/home/build/bbot-bootstrap-freebsd.sh command_interpreter=/bin/sh + bbot_user=build -start_cmd="/usr/sbin/daemon -u $bbot_user -t $name $command --environments /home/build/environments 2>&1 | /usr/bin/logger -p local1.info" +bbot_cxx=clang++ +bbot_build=/tmp +bbot_environments="/home/$bbot_user/environments" + +start_cmd="/usr/sbin/daemon -u $bbot_user -t $name $command --cxx $bbot_cxx --build $bbot_build --environments $bbot_environments 2>&1 | /usr/bin/logger -p local1.info" load_rc_config $name run_rc_command "$1" -- cgit v1.1