summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_graphs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-02 01:27:45 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-02 01:27:45 +0100
commit996d0f1ff843fe118e91b1fcec7d588530aca015 (patch)
tree142ca20aacbe0b49eaf240ad3d3ab71ba2ec7950 /bin/reproducible_html_graphs.sh
parent11c0c94d60e303f1d074fc622c32b3879784b90d (diff)
downloadjenkins.debian.net-996d0f1ff843fe118e91b1fcec7d588530aca015.tar.xz
reproducible: create temporary job to gather stats for experimental
Diffstat (limited to 'bin/reproducible_html_graphs.sh')
-rwxr-xr-xbin/reproducible_html_graphs.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index c9912c73..14d6679c 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -14,7 +14,11 @@ common_init "$@"
init_html
gather_stats
-SUITE="sid" # we only care about sid status here (for now)
+if [ -n "$1" ] ; then
+ SUITE="$1"
+else
+ SUITE="sid"
+fi
ARCH="amd64" # we only care about amd64 status here (for now)
#