index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/build-packages | 7 |
diff --git a/bin/build-packages b/bin/build-packages index 0811618..47e3cb7 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -9,13 +9,6 @@ # TODO: build other 'architectures', too (pentium4, i486) -# TODO: The any_arch logic linking build_assignments and binary_packages -# needs to be implemented here, too, so "any" binary_packages are only -# built (or at least only uploaded) if they're expected from the build -# master (e.g. when they're linked in the database). Or better: -# the buildmaster should tell the slave which packages it expects back, -# e.g. which packages do not need to be built/packaged. - # TODO: report back memory and hdd stats to the build master on successful build # shellcheck disable=SC2016 |