summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-03-22 15:12:37 +0100
committerErich Eckner <git@eckner.net>2018-03-22 15:12:37 +0100
commite808f93c3f9af51fa32764d3195bbba33b73d026 (patch)
tree0187fcf7acbc0f0c5e4b6fac352440d7af80bd41
parent1719184bafa03d92bc8eae895704aa446e0bd587 (diff)
downloadbuilder-e808f93c3f9af51fa32764d3195bbba33b73d026.tar.xz
bin/build-packages: remove done TODO
-rwxr-xr-xbin/build-packages3
1 files changed, 0 insertions, 3 deletions
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