summaryrefslogtreecommitdiff
path: root/bin/build-packages
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-04-15 09:39:52 +0200
committerErich Eckner <git@eckner.net>2019-04-15 09:39:52 +0200
commit3ffd6cec804ce0ee428f04ebda6efa8b4b963848 (patch)
treeb5837ad97b449cbe48129670599f64b92d13d498 /bin/build-packages
parent43972ea8de2458a5f9d7aa985737b7af6bcbb2ac (diff)
downloadbuilder-3ffd6cec804ce0ee428f04ebda6efa8b4b963848.tar.xz
bin/build-packages: remove done TODOs
Diffstat (limited to 'bin/build-packages')
-rwxr-xr-xbin/build-packages5
1 files changed, 0 insertions, 5 deletions
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