From d35030cd5228988418161c92975ea405afab086a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 2 Oct 2014 23:46:06 +0200 Subject: reproducible: update TODO, improve wording --- TODO | 6 ++++++ bin/reproducible_stats.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index ea5f8ee8..931570b4 100644 --- a/TODO +++ b/TODO @@ -91,6 +91,12 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian === reproducible * watch it build :) +* provide link to jenkins console log for 404 packages. probably use diff_path to store it (for all packages maybe?) +* get rid of non-random jobs and include those packages into a scheduler +** foo=(haklo hete joa) +** echo ${foo[1]} +** result: hete +* design schedulers before writing them: [todo here] === Test Debian live diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index fa002933..2f9cb7bd 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -73,7 +73,7 @@ for PKG in $UGLY ; do done htmlecho "

" if [ $COUNT_SOURCELESS -gt 0 ] ; then - htmlecho "

$COUNT_SOURCELESS ($PERCENT_SORCELESS%) packages which don't exist in sid and need investigation: $SOURCELESS

" + htmlecho "

$COUNT_SOURCELESS ($PERCENT_SORCELESS%) packages where the source could not be downloaded. $SOURCELESS

" fi if [ $COUNT_NOTFORUS -gt 0 ] ; then htmlecho "

$COUNT_NOTFORUS ($PERCENT_NOTFORUS%) packages which are neither Architecture: 'any' nor 'all' nor 'amd64': $NOTFORUS

" -- cgit v1.2.3-54-g00ecf