Mercurial > treepkg
comparison demopublishpackages.cfg @ 249:a3f106580525
Add config settings "distribution" and "section" so that they don't have
to be specified when running bin/publishpackages.py most of the time.
Add them to demopublishpackages.cfg as well.
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Mon, 09 Mar 2009 16:00:44 +0000 |
parents | 4d6c3431face |
children | 70735b398bb0 |
comparison
equal
deleted
inserted
replaced
248:5dd710b167d2 | 249:a3f106580525 |
---|---|
2 # file used by publishpackages.py is publishpackages.cfg, so to use this | 2 # file used by publishpackages.py is publishpackages.cfg, so to use this |
3 # file as the basis for your configuration, copy or rename this file and | 3 # file as the basis for your configuration, copy or rename this file and |
4 # adapt it to your needs. | 4 # adapt it to your needs. |
5 | 5 |
6 [publishpackages] | 6 [publishpackages] |
7 # Distribution (e.g. etch, lenny, ...) and section (e.g. experimental, | |
8 # unstable, ...) for which to publish the packages | |
9 distribution: lenny | |
10 section: experimental | |
11 | |
7 # Username and host on which the treepackager runs. publishpackages.py | 12 # Username and host on which the treepackager runs. publishpackages.py |
8 # has to be able to connect to that host as the builduser via ssh | 13 # has to be able to connect to that host as the builduser via ssh |
9 # without knowning the password. This is best achieved with the | 14 # without knowning the password. This is best achieved with the |
10 # ssh-agent. | 15 # ssh-agent. |
11 build_user: builder | 16 build_user: builder |