summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-14 16:47:45 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-14 16:47:45 +0200
commitda28a3ade2857c3be988e9fa3f7402c8b48c02b5 (patch)
tree8dede1269593ac423f939b723226100d4357391c
parent48e50ec52b56f09f16ad66590b6d23af049b3cb9 (diff)
downloadjenkins.debian.net-da28a3ade2857c3be988e9fa3f7402c8b48c02b5.tar.xz
haskell-packages.yaml: s#http#https# and send haskel irc notifications to #debian-haskell
-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 23a24964..cba97542 100644
--- a/job-cfg/haskell-packages.yaml
+++ b/job-cfg/haskell-packages.yaml
@@ -3,11 +3,11 @@
project-type: freestyle
properties:
- sidebar:
- url: http://jenkins.debian.net/userContent/about.html
+ url: https://jenkins.debian.net/userContent/about.html
text: About jenkins.debian.net
icon: /userContent/images/debian-swirl-24x24.png
- sidebar:
- url: http://jenkins.debian.net/view/haskell-packages/
+ url: https://jenkins.debian.net/view/haskell-packages/
text: Haskell packages metadata consistency
icon: /userContent/images/debian-jenkins-24x24.png
- sidebar:
@@ -39,4 +39,4 @@
my_distro: 'sid'
my_shell: 'apt-get 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-qa holger@layer-acht.org pkg-haskell-maintainers@lists.debian.org'
+ my_recipients: 'jenkins+debian-haskell holger@layer-acht.org pkg-haskell-maintainers@lists.debian.org'