index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2023-06-11 18:31:03 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-06-11 18:31:03 +0200 |
commit | 9665eb96a1fa29af67bc63afa6be2fc579882a5f (patch) | |
tree | 83897e87c8236e0547898691f379e1b456b9cbb2 /bin/build-packages | |
parent | 14b79382d21c97a8f876969c582e03a4cb78912f (diff) |
-rwxr-xr-x | bin/build-packages | 2 |
diff --git a/bin/build-packages b/bin/build-packages index 76c1b73..70f785a 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/${repository}-staging-i686-build/root.lock) +# - `archbuild` (e.g. /var/lib/archbuilds/extra-staging-i686-build/root.lock) # - `find ... -exec umount` on the build chroot # TODO: releave some locking conditions - meta goal: be able to run multiple |