Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
Showing only changes of commit 6e0e2f0bf6 - Show all commits

View File

@@ -6,15 +6,13 @@ msg() {
>&2 echo "garlicd: $@"
}
if [ -z "$1" ]; then
>&2 echo "usage: garlicd <bscpkgs directory>"
if [ ! -z "$1" ]; then
>&2 echo "usage: garlicd"
exit 1
fi
export PATH="@extraPath@:$PATH"
bscpkgsdir=$(readlink -f "$1")
garlic_sandbox=$(nix show-config |\
grep extra-sandbox-paths |\
grep -o '/garlic=[^ ]*' || true)
@@ -47,8 +45,6 @@ for fifo in "$run" "$completed" "$wipe"; do
fi
done
cd "$bscpkgsdir"
while true; do
msg "Waiting for experiments ..."
read -r tre < "$run"