[Qa-jenkins-scm] [jenkins.debian.net] 01/01: use strings for boolean
Holger Levsen
holger at layer-acht.org
Thu Sep 22 14:03:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit c270f8866d2728609eec59fef480a39c31cb49ab
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Sep 22 16:03:06 2016 +0200
use strings for boolean
---
job-cfg/reproducible.yaml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 824995f..43b3179 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -290,7 +290,7 @@
my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
my_node: '{my_hname}'
my_scmpoll: '*/6 * * * *'
- my_disabled: false
+ my_disabled: 'false'
jobs:
- '{name}_{my_task}_{my_arch}_{my_hname}':
my_task:
@@ -469,7 +469,7 @@
- 'html_archlinux':
my_description: 'Build a simple webpage for Arch Linux reproducibility tests'
my_timed: ''
- my_disabled: true
+ my_disabled: 'true'
- 'html_fedora-23_x86_64':
my_description: 'Build a simple webpage for Fedora 23 reproducibility tests'
my_timed: ''
@@ -670,17 +670,17 @@
my_description: 'Setup an Arch Linux schroot to test Arch Linux packages for reproducibility.'
my_timed: '42 23 1 1 *'
my_shell: '/srv/jenkins/bin/reproducible_setup_archlinux_schroot.sh'
- my_disabled: true
+ my_disabled: 'true'
- 'setup_schroot_archlinux_profitbricks3':
my_description: 'Setup an Arch Linux schroot to test Arch Linux packages for reproducibility.'
my_timed: '42 23 1 1 *'
my_hname: 'profitbricks3'
- my_disabled: true
+ my_disabled: 'true'
- 'setup_schroot_archlinux_profitbricks4':
my_description: 'Setup an Arch Linux schroot to test Arch Linux packages for reproducibility.'
my_timed: '42 23 1 1 *'
my_hname: 'profitbricks4'
- my_disabled: true
+ my_disabled: 'true'
- 'setup_mock_fedora-23_x86_64_jenkins':
my_description: 'Setup mock for fedora-23 on X86_64 to test .rpm packages for reproducibility.'
my_timed: '42 23 1 1 *'
@@ -769,11 +769,11 @@
- 'archlinux':
my_num: 1
op_descname: 'an Arch Linux'
- my_disabled: true
+ my_disabled: 'true'
- 'archlinux':
my_num: 2
op_descname: 'an Arch Linux'
- my_disabled: true
+ my_disabled: 'true'
- 'fedora-23_x86_64':
my_num: 1
op_descname: 'a Fedora 23'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list