diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-08 00:27:35 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-08 00:27:35 +0200 |
commit | 163f7f5b2fdb2f2e358511abb9644f4df5d75dbb (patch) | |
tree | fe6a4f848295da04d88df5e27fbb127ae3100c0b | |
parent | b2b12b611facfe39c18bef4bf28f92c56c8962b8 (diff) | |
download | jenkins.debian.net-163f7f5b2fdb2f2e358511abb9644f4df5d75dbb.tar.xz |
reproducible: enable setup again now that dpkg is fixed...
-rw-r--r-- | job-cfg/reproducible.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index e1f1beeb..7ed908d2 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -140,8 +140,7 @@ jobs: - '{name}_setup': my_description: 'Setup pbuilder for reproducible builds as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' - my_timed: '' -# my_timed: '42 0 * * *' + my_timed: '42 0 * * *' my_shell: '/srv/jenkins/bin/reproducible_setup.sh' - '{name}_stats': my_description: 'Reproducible builds statistics' |