diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-09-25 23:02:48 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-09-25 23:02:48 +0200 |
commit | e129b13c1cf8a9d3e9fa481498a57b82faeb0963 (patch) | |
tree | 86985a1c6966480e8467be8b507b701acb481790 /job-cfg | |
parent | 3730687b8fe59663a8f62d3874d69ecd9b8c8c75 (diff) | |
download | jenkins.debian.net-e129b13c1cf8a9d3e9fa481498a57b82faeb0963.tar.xz |
fix yaml
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 649da47f..39c1225d 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -146,7 +146,7 @@ my_timed: '42 5 3,18 * *' my_shell: '/srv/jenkins/bin/reproducible_build.sh' my_packages: 'kdeartwork kde-baseapps kde-l10n kdepim kdeplasma-addons kde-runtime kdewebdev kde-workspace meta-kde' - - '{name}_build_xfce' + - '{name}_build_xfce': my_description: 'Reproducible build of Xfce packages: ' my_timed: '23 5 3,18 * *' my_shell: '/srv/jenkins/bin/reproducible_build.sh' @@ -166,7 +166,7 @@ my_timed: '42 5 5,20 * *' my_shell: '/srv/jenkins/bin/reproducible_build.sh' my_packages: 'cinnamon cinnamon-control-center cinnamon-desktop cinnamon-desktop-environment cinnamon-screensaver cinnamon-session cinnamon-settings-daemon cinnamon-translations' - - '{name}_build_libreoffice': + - '{name}_build_libreoffice': my_description: 'Reproducible build of these libreoffice related packages: ' my_timed: '42 23 5,20 * *' my_shell: '/srv/jenkins/bin/reproducible_build.sh' |