From 1344e02017561a7266273b586c185c72e0f0406c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 27 Jun 2017 15:45:00 +0200 Subject: bin/build-packages: update todos --- bin/build-packages | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'bin/build-packages') 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() { -- cgit v1.2.3-54-g00ecf