summaryrefslogtreecommitdiff
path: root/bin/build-packages
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-06-16 10:25:18 +0200
committerErich Eckner <git@eckner.net>2017-06-16 10:25:18 +0200
commite84ed03bf4fd591ee1b38bda92521274f62af59e (patch)
treeb1b5e144d92ae50284a3c5a281a0af95e5583527 /bin/build-packages
parent1dcb91614f41848b3da01113fe3356b548304bc3 (diff)
downloadbuilder-e84ed03bf4fd591ee1b38bda92521274f62af59e.tar.xz
mangle TODOs and comments
Diffstat (limited to 'bin/build-packages')
-rwxr-xr-xbin/build-packages24
1 files changed, 20 insertions, 4 deletions
diff --git a/bin/build-packages b/bin/build-packages
index 410ee16..5420f56 100755
--- a/bin/build-packages
+++ b/bin/build-packages
@@ -5,11 +5,27 @@
# https://github.com/archlinux32/builder/wiki/Build-system#build-packages
# TODOs:
-# use different build commands for different repositories - do we need this actually?
+
+# use different build commands for different repositories - do we need
+# this actually?
+
# 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 - this should be possible after the next pacman upgrade
+
+# 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 - this should be possible after the next pacman upgrade
+
+# avoid any-packages from x86_64 mirrors in /var/cache/pacman/pkg of
+# build slave
+
+# maybe use 'git archive' instead of 'git checkout' to get current
+# port -- this way we could run more than one build job per repo,
+# and we could get rid of the 'git clean', ... mess
. "${0%/*}/../conf/default.conf"