summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-09-19 09:32:50 +0200
committerErich Eckner <git@eckner.net>2017-09-19 09:32:50 +0200
commit87c1443c454dcab960a6656677cf79eb69a8a8b0 (patch)
tree810ca1076a5b4feffc3b1a044cdac0352af82b2e /bin
parent93274f3c2ccd1b346354e3ea993e368f8a22298d (diff)
downloadbuilder-87c1443c454dcab960a6656677cf79eb69a8a8b0.tar.xz
bin/build-packages: cleanup todos
Diffstat (limited to 'bin')
-rwxr-xr-xbin/build-packages18
1 files changed, 0 insertions, 18 deletions
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"