From 1a77c7ec20a58ac437d82d5be88a6a182c2b78cd Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 3 Jan 2015 22:24:47 +0100 Subject: reproducible: use new lists --- bin/reproducible_html_graphs.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index ffd86af5..f8d20ea9 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -228,8 +228,9 @@ for i in 0 3 4 5 6 1 ; do write_page " \"${MAINLABEL[$i]}\"" write_page "
The package set '${META_PKGSET[$j]}' consists of: " # FIXME: split into good/bad/ugly too - force_package_targets ${META_LIST[$j]} - link_packages ${META_LIST[$j]} + META_LIST=$(cat /srv/reproducible-results/meta_pkgsets/${META_PKGSET[$i]}.pkgset) + force_package_targets $META_LIST + link_packages $META_LIST write_page " " # redo pngs once a day if [ ! -f /var/lib/jenkins/userContent/$PNG ] || [ -z $(find /var/lib/jenkins/userContent -maxdepth 1 -mtime +0 -name $PNG) ] ; then -- cgit v1.2.3-70-g09d2