[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: silently ignore misses in cii-census set

Holger Levsen holger at moszumanska.debian.org
Fri Jul 31 12:19:44 UTC 2015


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 82e6c0fe797a2e471bb9760e11142bd685f81be6
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Jul 31 14:18:04 2015 +0200

    reproducible: silently ignore misses in cii-census set
---
 bin/reproducible_create_meta_pkg_sets.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index f0938d1..362e4df 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -200,7 +200,7 @@ update_pkg_sets() {
 		MISSES=""
 		# convert binary packages into source packages
 		for i in $(cat $TMPFILE) ; do
-			chdist --data-dir=$CHPATH apt-cache $DISTNAME show $i >> ${TMPFILE2} || MISSES="$i $MISSES"
+			chdist --data-dir=$CHPATH apt-cache $DISTNAME show $i >> ${TMPFILE2} 2>/dev/null || MISSES="$i $MISSES"
 		done
 		echo "The following unknown packages have been ignored: $MISSES"
 		mv ${TMPFILE2} $TMPFILE

-- 
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