summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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