comparison demonotification.cfg @ 466:e4c0beab5328

Allow sending notifications from a local treepkg via sendnotificationmails.py
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 09 Sep 2010 14:46:13 +0000
parents f72530307eea
children
comparison
equal deleted inserted replaced
465:296d26453e2a 466:e4c0beab5328
3 # this file as the basis for your configuration, copy or rename this 3 # this file as the basis for your configuration, copy or rename this
4 # file and adapt it to your needs. 4 # file and adapt it to your needs.
5 5
6 [notification] 6 [notification]
7 7
8 # Username and host on which the treepackager runs. 8 # Username and host on which the a remote treepackager runs.
9 # Leave commented if treepkg runs locally
9 # sendnotificationmails.py has to be able to connect to that host as the 10 # sendnotificationmails.py has to be able to connect to that host as the
10 # builduser via ssh without knowing the password. This is best 11 # builduser via ssh without knowing the password. This is best
11 # achieved with the ssh-agent. 12 # achieved with the ssh-agent.
12 build_user: builder 13 # build_user: builder
13 build_host: localhost 14 # build_host: localhost
14 15
15 # the program to run on build_host to list the pending notifications 16 # the program to run on build_host to list the pending notifications
16 # currently sendnotificationmails.py assumes that the default 17 # currently sendnotificationmails.py assumes that the default
17 # configuration for that program works. 18 # configuration for that program works.
18 build_listpending: ~/treepkg/bin/listpendingnotifications.py 19 build_listpending: ~/treepkg/bin/listpendingnotifications.py
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)