index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-06-20 08:34:14 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-06-20 08:34:14 +0200 |
commit | 6c4aa29866f5af35f03aaa91624d26b9791c85fc (patch) | |
tree | 5b652aa612dfe50e26e50ef997bb5c34cdf4a5ee | |
parent | 360f88b206f543c648ec5e69b6e3b010cf2e19f3 (diff) |
-rwxr-xr-x | bin/build-packages | 1 |
diff --git a/bin/build-packages b/bin/build-packages index 28a82eb..19c7afe 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -22,6 +22,7 @@ # external locks: # - `git` on the package source # - `archbuild` (e.g. /var/lib/archbuilds/staging-i686-build/root.lock) +# - `find ... -exec umount` on the build chroot # shellcheck disable=SC2016 usage() { |