From f62a2d1e33fdd6e613feb2d97afa2aab2ebbd732 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Mon, 14 Apr 2014 22:25:45 +0200 Subject: Rename Haskell Job to haskell-package-plan which describes the job better, and matches the newly created git repository. --- job-cfg/haskell-package-plan.yaml | 43 +++++++++++++++++++++++++++++++++++++++ job-cfg/haskell-packages.yaml | 43 --------------------------------------- 2 files changed, 43 insertions(+), 43 deletions(-) create mode 100644 job-cfg/haskell-package-plan.yaml delete mode 100644 job-cfg/haskell-packages.yaml diff --git a/job-cfg/haskell-package-plan.yaml b/job-cfg/haskell-package-plan.yaml new file mode 100644 index 00000000..e0a2d0bf --- /dev/null +++ b/job-cfg/haskell-package-plan.yaml @@ -0,0 +1,43 @@ +- defaults: + name: haskell-package-plan + project-type: freestyle + properties: + - sidebar: + url: https://jenkins.debian.net/userContent/about.html + text: About jenkins.debian.net + icon: /userContent/images/debian-swirl-24x24.png + - sidebar: + url: https://jenkins.debian.net/view/haskell/ + text: Haskell packages metadata consistency + icon: /userContent/images/debian-jenkins-24x24.png + - sidebar: + url: http://www.profitbricks.com + text: Sponsored by Profitbricks + icon: /userContent/images/profitbricks-24x24.png + description: '{my_description}{do_not_edit}' + logrotate: + daysToKeep: 365 + numToKeep: 365 + artifactDaysToKeep: -1 + artifactNumToKeep: -1 + builders: + - shell: '/srv/jenkins/bin/chroot-run.sh {my_distro} {my_shell}' + publishers: + - email: + recipients: '{my_recipients}' + +- job-template: + defaults: haskell-package-plan + name: '{name}' + triggers: + - timed: '0 15 * * 1' # every monday at 15:00 UTC + +- project: + name: haskell-package-plan + do_not_edit: '

Job configuration source is haskell-package-plan.yaml.' + jobs: + - '{name}': + my_distro: 'jessie' + my_shell: 'apt-get -y install cabal-install darcs libtext-patch-perl; cabal update; darcs get http://anonscm.debian.org/darcs/pkg-haskell/tools/; cd tools/all-packages; perl ./test-packages.pl' + my_description: 'Haskell Metadata sanity checks' + my_recipients: 'jenkins+debian-haskell holger@layer-acht.org pkg-haskell-maintainers@lists.alioth.debian.org' diff --git a/job-cfg/haskell-packages.yaml b/job-cfg/haskell-packages.yaml deleted file mode 100644 index 6a8fd2ca..00000000 --- a/job-cfg/haskell-packages.yaml +++ /dev/null @@ -1,43 +0,0 @@ -- defaults: - name: haskell-packages - project-type: freestyle - properties: - - sidebar: - url: https://jenkins.debian.net/userContent/about.html - text: About jenkins.debian.net - icon: /userContent/images/debian-swirl-24x24.png - - sidebar: - url: https://jenkins.debian.net/view/haskell/ - text: Haskell packages metadata consistency - icon: /userContent/images/debian-jenkins-24x24.png - - sidebar: - url: http://www.profitbricks.com - text: Sponsored by Profitbricks - icon: /userContent/images/profitbricks-24x24.png - description: '{my_description}{do_not_edit}' - logrotate: - daysToKeep: 365 - numToKeep: 365 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 - builders: - - shell: '/srv/jenkins/bin/chroot-run.sh {my_distro} {my_shell}' - publishers: - - email: - recipients: '{my_recipients}' - -- job-template: - defaults: haskell-packages - name: '{name}' - triggers: - - timed: '0 15 * * 1' # every monday at 15:00 UTC - -- project: - name: haskell-packages - do_not_edit: '

Job configuration source is haskell-packages.yaml.' - jobs: - - '{name}': - my_distro: 'jessie' - my_shell: 'apt-get -y install cabal-install darcs libtext-patch-perl; cabal update; darcs get http://anonscm.debian.org/darcs/pkg-haskell/tools/; cd tools/all-packages; perl ./test-packages.pl' - my_description: 'Haskell Metadata sanity checks' - my_recipients: 'jenkins+debian-haskell holger@layer-acht.org pkg-haskell-maintainers@lists.alioth.debian.org' -- cgit v1.2.3-54-g00ecf