summaryrefslogtreecommitdiffstats
path: root/job-cfg/haskell-packages.yaml
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-04-14 22:25:45 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-15 11:49:14 +0200
commitf62a2d1e33fdd6e613feb2d97afa2aab2ebbd732 (patch)
tree1f145a90bbf7b59f21e0f94bfc9f9cccc3d85489 /job-cfg/haskell-packages.yaml
parentcd3d9bced12d3cd3fd696a141608828a1c4cb460 (diff)
downloadjenkins.debian.net-f62a2d1e33fdd6e613feb2d97afa2aab2ebbd732.tar.xz
Rename Haskell Job to haskell-package-plan
which describes the job better, and matches the newly created git repository.
Diffstat (limited to 'job-cfg/haskell-packages.yaml')
-rw-r--r--job-cfg/haskell-packages.yaml43
1 files changed, 0 insertions, 43 deletions
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: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git;a=blob;f=job-cfg/haskell-packages.yaml">haskell-packages.yaml</a>.'
- 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'