From 3d08e4dc11cd7ccf341344c87073b6b2ef199332 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 29 Mar 2026 13:08:36 +0800 Subject: [PATCH] build.sh: use separate bindir for nightly and lts This avoids a dir race if both are started at the same time --- automated/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index 3289d43e..f3090fd2 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -74,8 +74,8 @@ function require_400_file { require_400_file "$SSH_DIR/id_rsa" require_400_file "$HACKAGE_CREDS" -mkdir -p $ROOT/work/bin -BINDIR=$(cd $ROOT/work/bin ; pwd) +mkdir -p $WORKDIR/bin +BINDIR=$(cd $WORKDIR/bin ; pwd) ( cd $BINDIR rm -f curator stack -- *.bz2