index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-09-19 09:32:50 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-09-19 09:32:50 +0200 |
commit | 87c1443c454dcab960a6656677cf79eb69a8a8b0 (patch) | |
tree | 810ca1076a5b4feffc3b1a044cdac0352af82b2e | |
parent | 93274f3c2ccd1b346354e3ea993e368f8a22298d (diff) |
-rwxr-xr-x | bin/build-packages | 18 |
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" |