[Qa-jenkins-scm] [jenkins.debian.net] 04/05: reproducible Arch Linux: also blacklist ltrace
Holger Levsen
holger at layer-acht.org
Fri Dec 8 23:36:14 UTC 2017
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 d69dcea2aa41875d1418ff711597b5f6fe5433c4
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Dec 8 23:30:39 2017 +0000
reproducible Arch Linux: also blacklist ltrace
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_build_archlinux_pkg.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/bin/reproducible_build_archlinux_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh
index 06f8f64..1f8edc6 100755
--- a/bin/reproducible_build_archlinux_pkg.sh
+++ b/bin/reproducible_build_archlinux_pkg.sh
@@ -49,8 +49,8 @@ choose_package() {
for PKG in $(cat ${ARCHLINUX_PKGS}_$REPO | cut -d ' ' -f1 | sort -R | xargs echo ) ; do
# ignore blacklisted packages (should be noted in the web pages later)
case $PKG in
- syslinux) continue ;;
- *) ;;
+ syslinux|ltrace) continue ;;
+ *) ;;
esac
# if triggered...
if [ -f $BASE/archlinux/$REPO/$PKG/pkg.needs_build ] ; then
@@ -70,8 +70,8 @@ choose_package() {
for PKG in $(cat ${ARCHLINUX_PKGS}_$REPO | cut -d ' ' -f1 | sort -R | xargs echo ) ; do
# ignore blacklisted packages (should be noted in the web pages later)
case $PKG in
- syslinux) continue ;;
- *) ;;
+ syslinux|ltrace) continue ;;
+ *) ;;
esac
# if new...
if [ ! -d $BASE/archlinux/$REPO/$PKG ] ; then
--
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