[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reprodcucible Archlinux: blacklist some more packages

Holger Levsen gitlab at salsa.debian.org
Wed Nov 14 17:53:07 GMT 2018


Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
02f5df90 by Holger Levsen at 2018-11-14T17:52:54Z
reprodcucible Archlinux: blacklist some more packages

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_common.sh


Changes:

=====================================
bin/reproducible_common.sh
=====================================
@@ -58,7 +58,7 @@ USERTAGS="toolchain infrastructure timestamps fileordering buildpath username ho
 # common settings for testing Arch Linux
 ARCHLINUX_REPOS="core extra multilib community"
 ARCHLINUX_PKGS=/srv/reproducible-results/archlinux_pkgs
-ARCHLINUX_BLACKLISTED="syslinux ltrace gnutls"
+ARCHLINUX_BLACKLISTED="syslinux ltrace gnutls haskell-hakyll mitmproxy pandoc python-pyftpdlib v2ray"
 ARCHBASE=$BASE/archlinux
 
 # common settings for testing rpm based distros
@@ -999,7 +999,7 @@ create_pkg_html() {
 	#
 	if [ -z "$(cd $ARCHLINUX_PKG_PATH/ ; ls *.pkg.tar.xz.html 2>/dev/null)" ] ; then
 		for i in $ARCHLINUX_BLACKLISTED ; do
-			if [ "$SRCPACKAGE" = "$i" ] ; then
+			if [ "xxx${SRCPACKAGE}xxx" = "xxx${i}xxx" ] ; then
 				blacklisted=true
 			fi
 		done



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/02f5df903f675a3bacec6f66dc11059a57544761

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/02f5df903f675a3bacec6f66dc11059a57544761
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20181114/2647d493/attachment.html>


More information about the Qa-jenkins-scm mailing list