summaryrefslogtreecommitdiffstats
path: root/bin/d-i_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-19 14:26:16 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-19 14:26:16 +0100
commit19302952062394a5ef2d37cb8f6143be557d747e (patch)
tree685c650d292b6946e86823afa19512ae53a88ae6 /bin/d-i_build.sh
parent75b0837762aeac5fd5a8d5b006a25aae5dce5987 (diff)
downloadjenkins.debian.net-19302952062394a5ef2d37cb8f6143be557d747e.tar.xz
move another FIXME into TODO
Diffstat (limited to 'bin/d-i_build.sh')
-rwxr-xr-xbin/d-i_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/d-i_build.sh b/bin/d-i_build.sh
index fd27c9f8..0e53866f 100755
--- a/bin/d-i_build.sh
+++ b/bin/d-i_build.sh
@@ -65,7 +65,7 @@ pdebuild_package() {
# build (binary packages only, as sometimes we cannot get the upstream tarball...)
#
SOURCE=$(dpkg-parsechangelog |grep ^Source: | cut -d " " -f2)
- # FIXME: workaround: #767260 (console-setup doesnt support parallel build)
+ # workaround #767260 (console-setup doesn't support parallel build)
if [ "$SOURCE" != "console-setup" ] ; then
NUM_CPU=$(cat /proc/cpuinfo |grep ^processor|wc -l)
else