[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: convert binary package list of cii-census pkg set into source package list
Holger Levsen
holger at moszumanska.debian.org
Sun Jul 26 20:03:08 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 9501cb8eb1763bc57bcaa558905974fa6b63a401
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Jul 26 22:02:20 2015 +0200
reproducible: convert binary package list of cii-census pkg set into source package list
---
bin/reproducible_create_meta_pkg_sets.sh | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index 99b45ab..63e8439 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -197,6 +197,11 @@ 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
+ # convert binary packages into source packages
+ for i in $(cat $TMPFILE) ; do
+ chdist --data-dir=$CHPATH apt-cache show $i >> ${TMPFILE2}
+ done
+ mv ${TMPFILE2} $TMPFILE
update_if_similar ${META_PKGSET[9]}.pkgset
rm $CII -r
fi
--
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