summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-04-14 20:14:19 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-15 11:49:14 +0200
commitd69555e3e54daec811f3cdb462545472cea25484 (patch)
tree44c6d440daf345d609dd98f9db9f5ad1ac4a65ef /job-cfg
parentdd028296e586ab4bc9fc9cfe8fe40b4090fe8e0f (diff)
downloadjenkins.debian.net-d69555e3e54daec811f3cdb462545472cea25484.tar.xz
No point naming the distro in haskell-packages
and using jessie as the base; might be more reliable.
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/haskell-packages.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/job-cfg/haskell-packages.yaml b/job-cfg/haskell-packages.yaml
index 7a29c873..3442be30 100644
--- a/job-cfg/haskell-packages.yaml
+++ b/job-cfg/haskell-packages.yaml
@@ -28,7 +28,7 @@
- job-template:
defaults: haskell-packages
- name: '{name}_sid'
+ name: '{name}'
triggers:
- timed: '0 15 * * 1' # every monday at 15:00 UTC
@@ -36,8 +36,8 @@
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}_sid':
- my_distro: 'sid'
+ - '{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.debian.org'