index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/build-packages | 3 |
diff --git a/bin/build-packages b/bin/build-packages index aa3de6d..02334e9 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -7,9 +7,6 @@ # shellcheck source=conf/default.conf . "${0%/*}/../conf/default.conf" -# TODO: report back in regular intervals, so the build master can -# abort if the package is outdated and/or someone else finished it. - # TODO: build other 'architectures', too (pentium4, i486) # shellcheck disable=SC2016 |