From 3ffd6cec804ce0ee428f04ebda6efa8b4b963848 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 15 Apr 2019 09:39:52 +0200 Subject: bin/build-packages: remove done TODOs --- bin/build-packages | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bin/build-packages') diff --git a/bin/build-packages b/bin/build-packages index c50681c..a6f98d3 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -7,8 +7,6 @@ # shellcheck source=../lib/load-configuration . "${0%/*}/../lib/load-configuration" -# TODO: distinguish between "pentium4" and "i686" - # TODO: report back memory and hdd stats to the build master on successful build # shellcheck disable=SC2016 @@ -223,9 +221,6 @@ while [ "${count}" -ne 0 ] && \ exit 2 ;; esac - # TODO: we might get a build assignment of a different architecture - # (e.g. a pentium4 slave might get an i686 assignment - we must take - # that into account for the build_command if [ -z "${forced_package}" ]; then package=$( # shellcheck disable=SC2029 -- cgit v1.2.3-54-g00ecf