[Qa-jenkins-scm] [jenkins.debian.net] 02/05: reproducible: setup_pbuilder: remove workaround for fixed debootstrap bug
Mattia Rizzolo
mattia at debian.org
Thu Apr 5 19:24:31 UTC 2018
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository jenkins.debian.net.
commit 2a6b6e8d8192826b55e9e4e4287d00d354d3dff1
Author: Mattia Rizzolo <mattia at debian.org>
Date: Thu Apr 5 21:17:58 2018 +0200
reproducible: setup_pbuilder: remove workaround for fixed debootstrap bug
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
bin/reproducible_setup_pbuilder.sh | 6 ------
1 file changed, 6 deletions(-)
diff --git a/bin/reproducible_setup_pbuilder.sh b/bin/reproducible_setup_pbuilder.sh
index 5a591b1..51fd9b1 100755
--- a/bin/reproducible_setup_pbuilder.sh
+++ b/bin/reproducible_setup_pbuilder.sh
@@ -31,12 +31,6 @@ echo
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 ]; then
- rm /dev/ptmx
- mknod -m 666 /dev/ptmx c 5 2
-fi
-echo ".. done"
echo
EOF
}
--
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