From 87c1443c454dcab960a6656677cf79eb69a8a8b0 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 19 Sep 2017 09:32:50 +0200 Subject: bin/build-packages: cleanup todos --- bin/build-packages | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'bin') diff --git a/bin/build-packages b/bin/build-packages index c0e69d8..6b53880 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -4,24 +4,6 @@ # Details: # https://github.com/archlinux32/builder/wiki/Build-system#build-packages -# 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, ...) - 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) - -# avoid any-packages from x86_64 mirrors in /var/cache/pacman/pkg of -# build slave - # shellcheck source=conf/default.conf . "${0%/*}/../conf/default.conf" -- cgit v1.2.3-54-g00ecf