Mercurial > treepkg
comparison test/test_listpackages.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 | 7d932fac1055 |
children | dc079231a062 |
comparison
equal
deleted
inserted
replaced
292:0542181b8452 | 293:faeeac2c4c71 |
---|---|
65 tracks_dir: %(tracksdir)s | 65 tracks_dir: %(tracksdir)s |
66 root_cmd: true | 66 root_cmd: true |
67 pbuilderrc: | 67 pbuilderrc: |
68 deb_email: packager@example.com | 68 deb_email: packager@example.com |
69 deb_fullname: Sample Packager | 69 deb_fullname: Sample Packager |
70 debrevision_prefix: treepkg | 70 pkg_revision_template: treepkg%%%%(pkg_revision)d |
71 handle_dependencies: False | 71 handle_dependencies: False |
72 | 72 |
73 [treepkg] | 73 [treepkg] |
74 check_interval: 3600 | 74 check_interval: 3600 |
75 instructions_file: | 75 instructions_file: |