From 996d0f1ff843fe118e91b1fcec7d588530aca015 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 2 Mar 2015 01:27:45 +0100 Subject: reproducible: create temporary job to gather stats for experimental --- bin/reproducible_html_graphs.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_html_graphs.sh') 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) # -- cgit v1.2.3-54-g00ecf