diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-19 14:26:16 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-19 14:26:16 +0100 |
commit | 19302952062394a5ef2d37cb8f6143be557d747e (patch) | |
tree | 685c650d292b6946e86823afa19512ae53a88ae6 /bin | |
parent | 75b0837762aeac5fd5a8d5b006a25aae5dce5987 (diff) | |
download | jenkins.debian.net-19302952062394a5ef2d37cb8f6143be557d747e.tar.xz |
move another FIXME into TODO
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/d-i_build.sh | 2 |
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 |