Mercurial > treepkg
comparison test/test_notifications.py @ 293:faeeac2c4c71
Replace debrevision_prefix with pkg_revision_template. Their meaning is
similar, but the template is not just a prefix, it's a template for
Python's %-based string formatting. This allows more complex
configuration to be done with command line settings so that it's easy to
do a one-off build with a package revision like "kk5.2".
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Tue, 06 Oct 2009 13:13:04 +0000 |
parents | 351427b28b76 |
children | f06f707d9fda |
comparison
equal
deleted
inserted
replaced
292:0542181b8452 | 293:faeeac2c4c71 |
---|---|
22 tracks_dir: %(tracksdir)s | 22 tracks_dir: %(tracksdir)s |
23 root_cmd: true | 23 root_cmd: true |
24 pbuilderrc: | 24 pbuilderrc: |
25 deb_email: packager@example.com | 25 deb_email: packager@example.com |
26 deb_fullname: Sample Packager | 26 deb_fullname: Sample Packager |
27 debrevision_prefix: treepkg | 27 pkg_revision_template: treepkg%%%%(pkg_revision)d |
28 handle_dependencies: False | 28 handle_dependencies: False |
29 | 29 |
30 [treepkg] | 30 [treepkg] |
31 check_interval: 3600 | 31 check_interval: 3600 |
32 instructions_file: | 32 instructions_file: |