Mercurial > treepkg
comparison demopublishpackages.cfg @ 212:4d6c3431face
Fix filename in demopublishpackages.cfg
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Fri, 28 Nov 2008 15:11:18 +0000 |
parents | 3caf4a5ecbf0 |
children | a3f106580525 |
comparison
equal
deleted
inserted
replaced
211:56aa89c588a1 | 212:4d6c3431face |
---|---|
12 build_host: localhost | 12 build_host: localhost |
13 | 13 |
14 # the program to run on build_host to list the filenames of the packages | 14 # the program to run on build_host to list the filenames of the packages |
15 # in question. Currently publishpackages.py assumes that the default | 15 # in question. Currently publishpackages.py assumes that the default |
16 # configuration for that program works. | 16 # configuration for that program works. |
17 build_listpackages: ~/treepkg/bin/bin/listpackages.py | 17 build_listpackages: ~/treepkg/bin/listpackages.py |
18 | 18 |
19 # Username and host on which to publish the packages. | 19 # Username and host on which to publish the packages. |
20 # publishpackages.py uses ssh to execute commands on the publish_host to | 20 # publishpackages.py uses ssh to execute commands on the publish_host to |
21 # create directories and scp to copy the files from the local cache to | 21 # create directories and scp to copy the files from the local cache to |
22 # the publish_host. | 22 # the publish_host. |