diff options
-rw-r--r-- | TODO | 2 | ||||
-rwxr-xr-x | bin/reproducible_stats.sh | 1 | ||||
-rw-r--r-- | job-cfg/reproducible.yaml | 2 |
3 files changed, 1 insertions, 4 deletions
@@ -100,8 +100,6 @@ general === reproducible * use git repo in job config? -* use 2 job templates -* document this on https://wiki.debian.org/ReproducibleBuilds * investigate packages not in sid from https://jenkins.debian.net/view/reproducible/job/reproducible_build_d-i/lastBuild/console - the list was taken from the jenkins d-i jobs... * pbuilder results cleanup * pbuilder cleanup cache diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index a56e4526..609b7e9a 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -43,7 +43,6 @@ htmlecho htmlecho "$COUNT_UGLY packages failed to build from source: <code>${UGLY}</code></p>" htmlecho "$COUNT_SOURCELESS packages which don't exist in sid and need investigation: <code>$SOURCELESS<code></p>" htmlecho "<hr><font size='-1'><a href=\"$JENKINS_URL/userContent/diffp.html\">Static URL for this page.</a> Last modified: $(date)</font>" -eht htmlecho "</ul></p></body></html>" # job output diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 36972196..52a522c7 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -201,7 +201,7 @@ my_description: 'Reproducible build this many random packages each day:' my_timed: '23 3 * * *' my_shell: '/srv/jenkins/bin/reproducible_build.sh' - my_packages: '50' + my_packages: '100' - '{name}_build_test_reproducibility': my_description: 'Reproducible build of a few packages, some we know will succeed and some we know which "should" fail: ' my_timed: '' |