summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-05 10:14:32 +0200
committerErich Eckner <git@eckner.net>2018-06-05 10:14:32 +0200
commit3ef094b82a8ab76804c5a7553ccf1b65291e0d35 (patch)
treea21a037e4bb0379e3f6efe9d611dcca815048574
parent32d6bf75ace4b53691647a7c272aa631fccb36e5 (diff)
downloadbuilder-3ef094b82a8ab76804c5a7553ccf1b65291e0d35.tar.xz
bin/build-packages: remove done todo
-rwxr-xr-xbin/build-packages7
1 files changed, 0 insertions, 7 deletions
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