[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: explain which unknown packages are ignored from the cii-census set

Holger Levsen holger at moszumanska.debian.org
Fri Jul 31 12:18:05 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 5047b1fdc0b56de2effd94a089d2cd8642844425
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Jul 31 14:17:06 2015 +0200

    reproducible: explain which unknown packages are ignored from the cii-census set
---
 bin/reproducible_create_meta_pkg_sets.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index faf0c0d..f0938d1 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -197,10 +197,12 @@ update_pkg_sets() {
 		CII=$(mktemp --tmpdir=$TEMPDIR pkg-sets-XXXXXXXXX -u)
 		git clone https://github.com/linuxfoundation/cii-census.git $CII
 		csvtool -t ',' col 1 $CII/results.csv | grep -v "project_name" > $TMPFILE
+		MISSES=""
 		# convert binary packages into source packages
 		for i in $(cat $TMPFILE) ; do
-			chdist --data-dir=$CHPATH apt-cache $DISTNAME show $i >> ${TMPFILE2} || echo $i
+			chdist --data-dir=$CHPATH apt-cache $DISTNAME show $i >> ${TMPFILE2} || MISSES="$i $MISSES"
 		done
+		echo "The following unknown packages have been ignored: $MISSES"
 		mv ${TMPFILE2} $TMPFILE
 		convert_from_deb822_into_source_packages_only
 		update_if_similar ${META_PKGSET[9]}.pkgset

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