summaryrefslogtreecommitdiff
path: root/bin/build-packages
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-06-27 15:45:00 +0200
committerErich Eckner <git@eckner.net>2017-06-27 15:45:00 +0200
commit1344e02017561a7266273b586c185c72e0f0406c (patch)
tree5a78923667fdf4137d33dbeb392d06c39502148f /bin/build-packages
parent9fce35b2d3d906b82e051cf2c0f078051c62e9a6 (diff)
downloadbuilder-1344e02017561a7266273b586c185c72e0f0406c.tar.xz
bin/build-packages: update todos
Diffstat (limited to 'bin/build-packages')
-rwxr-xr-xbin/build-packages11
1 files changed, 3 insertions, 8 deletions
diff --git a/bin/build-packages b/bin/build-packages
index 1c0f1c9..b218b91 100755
--- a/bin/build-packages
+++ b/bin/build-packages
@@ -7,26 +7,21 @@
# TODOs:
# repair build for signed git repositories (e.g. community/bitcoin)
+# - this should be ok now (updated devtools32 accordingly)
# use different build commands for different repositories - do we need
# this actually?
# handle if build fails due to "local issues" (e.g. unclean
-# build environment, wrong mirror, ...)
+# build environment, wrong mirror, ...) - how do we detect this (and
+# not fix the actual issue then)?
# 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"
usage() {