index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-06-10 18:27:30 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-06-10 18:27:30 +0200 |
commit | 9696c882592a60370dfa448b6baf1ed59092e0d0 (patch) | |
tree | db785f42b25f943ea8202b3f2290b2a699f3781c | |
parent | c59bccb5c04a6c0feb8d436007ed7234f24d1007 (diff) |
-rwxr-xr-x | bin/build-packages | 2 |
diff --git a/bin/build-packages b/bin/build-packages index bac5d1c..c054f87 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -9,7 +9,7 @@ # send logs of failed builds # handle if build fails due to "local issues" (e.g. unclean build environment, wrong mirror, ...) # force different cache for builds (since we don't want to build against an empty i686 cache on a x86_64 host) -# remove explicit installation of archlinux32-keyring inside the build environment +# remove explicit installation of archlinux32-keyring inside the build environment - this should be possible after the next pacman upgrade . "${0%/*}/../conf/default.conf" |