Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin/build-packages
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-06-08 15:40:41 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-06-08 15:40:41 +0200
commit43ebbacdc47fd650c8b0f40c4190ed49ec619a64 (patch)
tree189eae64f25ab710dadbce7074b42506dee8ab87 /bin/build-packages
parentc3532c1b7e8cfa6325780e82782919732bbe6e5e (diff)
added ${repository} to build_commands (staging-xxx), for newer devtools32
Diffstat (limited to 'bin/build-packages')
-rwxr-xr-xbin/build-packages8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/build-packages b/bin/build-packages
index a5cd235..461937b 100755
--- a/bin/build-packages
+++ b/bin/build-packages
@@ -21,7 +21,7 @@
# TODO: the following things need proper locking and/or proper handling of
# external locks:
# - `git` on the package source
-# - `archbuild` (e.g. /var/lib/archbuilds/staging-i686-build/root.lock)
+# - `archbuild` (e.g. /var/lib/archbuilds/${repository}-staging-i686-build/root.lock)
# - `find ... -exec umount` on the build chroot
# TODO: releave some locking conditions - meta goal: be able to run multiple
@@ -411,7 +411,7 @@ while [ "${count}" -ne 0 ] && \
if echo "${straw}" | \
grep -qF ':with_build_support:'; then
- build_command='staging-with-build-support-'"${arch}"'-build'
+ build_command="${repository}-staging-with-build-support-${arch}-build"
elif echo "${straw}" | \
grep -qF ':without_systemd_nspawn:'; then
if [ -z "${prefered_package}" ]; then
@@ -469,9 +469,9 @@ while [ "${count}" -ne 0 ] && \
>&2 printf 'Can only build "any" packages with :on_x86_64:, but got a "%s" package.\n' "${arch}"
exit 2
fi
- build_command='staging-x86_64-build'
+ build_command="${repository}-staging-x86_64-build"
else
- build_command='staging-'"${arch}"'-build'
+ build_command="${repository}-staging-'${arch}'-build"
fi
find . -maxdepth 1 -type f \( \