From b335b5ad1b0aaf6426573e03640d422a3debf5c3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 18 Jul 2015 18:57:11 +0200 Subject: reproducible: refactor --- bin/reproducible_html_pkg_sets.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/reproducible_html_pkg_sets.sh') diff --git a/bin/reproducible_html_pkg_sets.sh b/bin/reproducible_html_pkg_sets.sh index 8196d3eb..3bc181e2 100755 --- a/bin/reproducible_html_pkg_sets.sh +++ b/bin/reproducible_html_pkg_sets.sh @@ -19,8 +19,7 @@ ARCH="amd64" # we only care about amd64 status here (for now) DATE=$(date -d "1 day ago" '+%Y-%m-%d') FORCE_DATE=$(date -d "2 day ago" '+%Y-%m-%d') -# variables related to the stats we do -TABLE[6]=stats_meta_pkg_state +# variables related to the stats we update FIELDS[6]="datum, reproducible, unreproducible, FTBFS, other" COLOR[6]=4 -- cgit v1.2.3-54-g00ecf