From 3dd1c33a0cb1fe34630ab699c3bfae8ab6962af8 Mon Sep 17 00:00:00 2001
From: Holger Levsen
Date: Fri, 20 May 2016 17:00:55 +0200
Subject: reproducible debian: new page, 'variations tested', split off from
dashboard
---
bin/reproducible_html_dashboard.sh | 21 ++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)
(limited to 'bin/reproducible_html_dashboard.sh')
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 43c8b39c..b3c01394 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -551,8 +551,6 @@ create_dashboard_page() {
fi
done
write_page "
"
- # explain setup
- write_variation_table debian
# link to index_breakages
write_page ""
write_page "
There are some problems in this test setup itself too. And there is documentation too, in case you missed the link at the top. Feedback is very much appreciated.
"
@@ -594,6 +592,22 @@ create_performance_page() {
publish_page
}
+#
+# create variations page
+#
+create_variations_page() {
+ VIEW=variations
+ PAGE=index_${VIEW}.html
+ echo "$(date -u) - starting to write $PAGE page."
+ write_page_header $VIEW "Variations introduced when testing Debian packages"
+ # explain setup
+ write_variation_table debian
+ write_page ""
+ write_page "
"
+ write_page_footer
+ publish_page
+}
+
#
# main
#
@@ -609,6 +623,7 @@ for ARCH in ${ARCHS} ; do
done
ARCH="amd64"
SUITE="unstable"
-create_dashboard_page
create_performance_page
+create_variations_page
+create_dashboard_page
rm -f $DUMMY_FILE >/dev/null
--
cgit v1.2.3-70-g09d2