summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-29 15:04:57 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-29 15:04:57 +0200
commit18d0dcd4953cdab320cdc6c80745d5c6b304a17b (patch)
tree674cc2dd1d7010cb1ac889c1e83e76378caec30a /update_jdn.sh
parent697f2cfbdcc75740c72b5a09a103896153ba3a9d (diff)
downloadjenkins.debian.net-18d0dcd4953cdab320cdc6c80745d5c6b304a17b.tar.xz
remove temporary fix, now that the systems have been fixed
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 17ca62f2..90abca9f 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -38,13 +38,6 @@ disable_dsa_check_packages() {
echo -e "#!/bin/sh\n# disabled dsa-check by update_jdn.sh\nexit 0" | sudo tee /usr/local/bin/dsa-check-packages
sudo chmod a+rx /usr/local/bin/dsa-check-packages
- # FIXME: remove the repair of /bin/true when all hosts has been
- # updated
- # ln -s /bin/true /usr/local/bin/dsa-check-packages was used which
- # broke /bin/true by overwriting it with the perl script dsa-check-packages
- if grep -q '/usr/bin/perl' /bin/true || grep -q '/bin/sh' /bin/true ; then
- sudo apt-get install --reinstall coreutils
- fi
}
echo "--------------------------------------------"