From eb52e618b3887e0aca3327ad3ae7f2800228cf5f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 5 Mar 2015 17:49:08 +0100 Subject: reproducible: drop some more /userContent/ from visible URLs --- bin/reproducible_html_graphs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_html_graphs.sh') diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 1f553a01..911f1bb2 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -398,13 +398,13 @@ echo "$(date) - starting to write $PAGE page." write_page_header $VIEW "Overview of various statistics about reproducible builds" write_page "

" for i in $SUITES ; do - write_page " \"$i" + write_page " \"$i" done write_page "

" for i in $(seq 1 ${#META_PKGSET[@]}) ; do PNG=${TABLE[6]}_${META_PKGSET[$i]}.png LABEL="Reproducibility status for packages in $SUITE from '${META_PKGSET[$i]}'" - write_page "\"$LABEL\"" + write_page "\"$LABEL\"" done write_page "

" # FIXME: we don't do 2 / stats_builds_age.png yet :/ (and 6 and 0 are done already) -- cgit v1.2.3-70-g09d2