From 67d561699425457f23fc9d56f3a3ae91760f6504 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 19 May 2015 12:27:22 +0200 Subject: reproducible: cosmetic improvements --- bin/reproducible_common.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 47c266a9..d3493f27 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -39,9 +39,9 @@ DBDCHROOT_WRITELOCK=/var/lib/jenkins/reproducible-dbdchroot.writelock # shop trailing slash JENKINS_URL=${JENKINS_URL:0:-1} -# tested suites +# suites being tested SUITES="testing unstable experimental" -# tested arches +# arches being tested ARCHES="amd64" # existing usertags @@ -88,7 +88,7 @@ META_PKGSET[25]="maint_debian-ocaml" schedule_packages() { # these packages are manually scheduled, so should have high priority, # so schedule them in the past, so they are picked earlier :) - # the current date is subtracted twice, so that later manual scheduling comes first + # the current date is subtracted twice, so that packages scheduled later get higher will be picked sooner DAYS=$(echo "$(date +'%j')*2"|bc) HOURS=$(echo "$(date +'%H')*2"|bc) MINS=$(date +'%M') # schedule on the full hour so we can recognize them easily @@ -172,7 +172,7 @@ write_page_header() { SPOKENTARGET["last_48h"]="packages tested in the last 48h" SPOKENTARGET["all_abc"]="all tested packages (sorted alphabetically)" SPOKENTARGET["dd-list"]="maintainers of unreproducible packages" - SPOKENTARGET["pkg_sets"]="package sets stats" + SPOKENTARGET["pkg_sets"]="package sets" SPOKENTARGET["suite_stats"]="suite: $SUITE" SPOKENTARGET["repositories"]="repositories overview" SPOKENTARGET["stats"]="reproducible stats" @@ -182,7 +182,7 @@ write_page_header() { write_page "$2" write_page "

$2

" if [ "$1" = "$MAINVIEW" ] ; then - write_page "

These pages are showing the prospects of reproducible builds of Debian packages." + write_page "

These pages are showing the prospects of reproducible builds of Debian packages." write_page " The results shown were obtained from several jobs running on" write_page " jenkins.debian.net." write_page " Thanks to Profitbricks for donating the virtual machine this is running on!

" -- cgit v1.2.3-70-g09d2