summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_stats.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-12 17:00:47 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-12 17:00:47 +0200
commit23997276a09a21e8f3b5ee1d6ee58772cca376a3 (patch)
treec78abf78d527296434162025145b070a0ada0ea7 /bin/reproducible_stats.sh
parenta981a651fceaf0c60b0c34b934e05d9bf1b9e44b (diff)
downloadjenkins.debian.net-23997276a09a21e8f3b5ee1d6ee58772cca376a3.tar.xz
reproducible: link to packages with issues even if those havent tested yet
Diffstat (limited to 'bin/reproducible_stats.sh')
-rwxr-xr-xbin/reproducible_stats.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh
index 3dfccf1b..6ccdf648 100755
--- a/bin/reproducible_stats.sh
+++ b/bin/reproducible_stats.sh
@@ -548,6 +548,7 @@ if $VALID_YAML ; then
parse_issues
parse_notes
process_packages ${PACKAGES_WITH_NOTES}
+ force_package_targets ${PACKAGES_WITH_NOTES}
write_issues
write_notes
else
@@ -603,7 +604,7 @@ echo "Starting to write $PAGE page."
write_page_header $VIEW "Overview of ${SPOKENTARGET[$VIEW]}"
if $VALID_YAML ; then
write_page "<p>Packages which have notes: <code>"
- force_package_targets $PACKAGES_WITH_NOTES
+ force_package_targets ${PACKAGES_WITH_NOTES}
PACKAGES_WITH_NOTES=$(echo $PACKAGES_WITH_NOTES | sed -s "s# #\n#g" | sort | xargs echo)
link_packages $PACKAGES_WITH_NOTES
write_page "</code></p>"