[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fixup 6fba605; fix syntax error
Holger Levsen
holger at layer-acht.org
Fri Dec 23 21:09:17 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 dd3c33282cbe422c805646b8ed9178807acb7f0c
Author: Mattia Rizzolo <mattia at debian.org>
Date: Fri Dec 23 22:05:59 2016 +0100
fixup 6fba605; fix syntax error
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_setup_pbuilder.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_setup_pbuilder.sh b/bin/reproducible_setup_pbuilder.sh
index f7b5b5d..c70aac3 100755
--- a/bin/reproducible_setup_pbuilder.sh
+++ b/bin/reproducible_setup_pbuilder.sh
@@ -62,7 +62,7 @@ echo "Configuring APT to ignore the Release file expiration"
echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf.d/398future
echo
echo "Working around debootstrap bug https://bugs.debian.org/817236"
-if [ -L /dev/ptmx ]
+if [ -L /dev/ptmx ]; then
rm /dev/ptmx
mknod -m 666 /dev/ptmx c 5 2
fi
--
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