diff options
-rw-r--r-- | job-cfg/reproducible.yaml (renamed from job-cfg/sid-reproducible.yaml) | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/job-cfg/sid-reproducible.yaml b/job-cfg/reproducible.yaml index 232979b3..eb925b7c 100644 --- a/job-cfg/sid-reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -1,5 +1,5 @@ - defaults: - name: sid-reproducible + name: reproducible project-type: freestyle properties: - sidebar: @@ -14,7 +14,7 @@ url: http://www.profitbricks.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png - description: '{my_description}<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/job-cfg/sid-reprodible.yaml">sid-reprodible.yaml</a>.' + description: '{my_description}<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/job-cfg/sid-reproducible.yaml">sid-reproducible.yaml</a>.' logrotate: daysToKeep: 180 numToKeep: 100 @@ -24,21 +24,22 @@ - shell: '/srv/jenkins/bin/chroot-run.sh {my_distro} {my_shell}' - job-template: - defaults: sid-reprodible - name: '{name}_core' + defaults: reproducible + name: '{name}_sid_core' triggers: - pollscm: '*/6 * * * *' publishers: - email: - recipients: 'jenkins+sid-reprodible holger@layer-acht.org wouter@debian.org' + recipients: 'jenkins+sid-reproducible holger@layer-acht.org lunar@debian.org' - trigger: - project: '{my_trigger}' + timed: "0 42 23 * *" + - project: - name: sid-reprodible + name: reproducible jobs: - - '{name}_core': - my_distro: 'sid-reproducible' + - '{name}_sid_core': + my_distro: 'sid' my_shell: "echo 'deb http://reproducible.alioth.debian.org/debian/ ./' > /etc/apt/sources.list.d/reproducible.list ; apt-get update ; apt-get install dpkg dpkg-dev debhelper dh-python proot" my_description: 'Start with reproducible builds...' |