[Qa-jenkins-scm] [jenkins.debian.net] 01/01: opi2a workaround: exit 101 as piuparts does
Holger Levsen
holger at layer-acht.org
Tue Aug 23 10:38:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 6a33f88dd66766e34da14d3e150251d0abd05302
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Aug 23 12:38:53 2016 +0200
opi2a workaround: exit 101 as piuparts does
---
update_jdn.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/update_jdn.sh b/update_jdn.sh
index b9f1e6e..7bfbce7 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -40,7 +40,7 @@ case $HOSTNAME in
opi2a)
# this host is acting strange…
# restarting services cause hangs, so we don't do that
- echo -e "#!/bin/sh\nexit 0" | sudo tee /usr/sbin/policy-rc.d
+ echo -e "#!/bin/sh\nexit 101" | sudo tee /usr/sbin/policy-rc.d
sudo chmod +x /usr/sbin/policy-rc.d
;;
*) ;;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list