diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-09-24 13:34:17 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-09-24 13:34:17 +0200 |
commit | c619002fb6f6551497944d814013c40d0f7fcd16 (patch) | |
tree | 5eec4a4c7f59cc4e4fc6a1dd897bde8b61b25e50 /job-cfg | |
parent | 6d127787e9976292d1fd255b12580c02b5205a16 (diff) | |
download | jenkins.debian.net-c619002fb6f6551497944d814013c40d0f7fcd16.tar.xz |
reproducible: small fixes
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index ff35a0c6..a7672a43 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -63,7 +63,7 @@ - job-template: defaults: reproducible - name: '{name}_build_security+privacy' + name: '{name}_build_security-privacy' - project: name: reproducible @@ -95,7 +95,7 @@ my_description: 'Reproducible build of server packages' my_shell: '/srv/jenkins/bin/reproducible_build.sh apache2 courier icinga icinga2 lighttpd munin mysql-5.5 nginx postfix postgresql squid3' - - '{name}_build_security+privacy': + - '{name}_build_security-privacy': my_description: 'Reproducible build of security and privacy related packages' my_shell: '/srv/jenkins/bin/reproducible_build.sh apparmor apparmor-profiles-extra assword debian-security-support flashproxy gnunet gnupg gnupg2 golang-ed25519-dev golang-siphash-dev https-everywhere irssi-plugin-otr libotr mat obfs4proxy obfsproxy onioncat onionshare pidgin-otr pwgen schleuder signing-party tlsdate tor torbrowser-launcher torbutton torsocks torsocks vidalia wireshark' |