diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-09-29 21:38:34 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-09-29 21:38:34 +0000 |
commit | c40f3fec393a7ec8b3060ec55ec27bffb5a856a7 (patch) | |
tree | a83c85caccbec4be8180f687e3d7ce14bc0c55d7 /job-cfg | |
parent | 5cc58bc4d8a7acf730e7f540d682b114d1a26483 (diff) | |
download | jenkins.debian.net-c40f3fec393a7ec8b3060ec55ec27bffb5a856a7.tar.xz |
reproducible: fix problem with epochs
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 8f70dcd4..64596c8f 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -275,7 +275,7 @@ my_description: 'Reproducible build of these server packages: ' my_timed: '42 23 6,21 * *' my_shell: '/srv/jenkins/bin/reproducible_build.sh' - my_packages: 'apache2 asterisk bind9 courier icinga icinga2 lighttpd munin mysql-5.5 nginx postfix exim4 sendmail postgresql squid squid3 roundcube openssh rsync nfs-utils bitlbee dropbear puppet cfengine2 ansible fai salt' + my_packages: 'apache2 asterisk bind9 courier icinga icinga2 lighttpd munin mysql-5.5 nginx postfix exim4 sendmail postgresql-9.4 squid squid3 roundcube openssh rsync nfs-utils bitlbee dropbear puppet cfengine2 ansible fai salt' - '{name}_build_security-privacy': my_description: 'Reproducible build of these security and privacy related packages: ' my_timed: '42 5 7,22 * *' |