Mercurial > treepkg
comparison demo.cfg @ 180:12e4efd5cc74
Update demo.cfg with better defaults and a new paragraph for the
signing_key_id
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Tue, 24 Jun 2008 19:02:20 +0000 |
parents | a13850c3be85 |
children | ab752c4d0786 |
comparison
equal
deleted
inserted
replaced
179:952d366f7b14 | 180:12e4efd5cc74 |
---|---|
1 [DEFAULT] | 1 [DEFAULT] |
2 # the default section provides defaults for the other sections. Also, | 2 # the default section provides defaults for the other sections. Also, |
3 # other sections can use the values here in interpolations. | 3 # other sections can use the values here in interpolations. |
4 | 4 |
5 # The basedir to use for interpolations in other sections | 5 # The basedir to use for interpolations in other sections |
6 treepkg_dir: /home/builder/enterprise | 6 treepkg_dir: /home/builder/mill |
7 | |
8 # basedir for the packager track subdirectories | |
9 tracks_dir: %(treepkg_dir)s/tracks | |
7 | 10 |
8 # The command to use to gain the permissions to execute pbuilder. The | 11 # The command to use to gain the permissions to execute pbuilder. The |
9 # default is sudo. The actual command line used to run pbuilder is | 12 # default is sudo. The actual command line used to run pbuilder is |
10 # root_cmd followed by the pbuilder command line. With the default it | 13 # root_cmd followed by the pbuilder command line. With the default it |
11 # is something like | 14 # is something like |
52 # You can override this in the pkg_ sections if you need package | 55 # You can override this in the pkg_ sections if you need package |
53 # specific values | 56 # specific values |
54 handle_dependencies: False | 57 handle_dependencies: False |
55 | 58 |
56 | 59 |
60 # Uncomment and insert the ID of the key with which to sign .dsc, .changes the | |
61 # Release file in the pbuilder's extra-pkg directory. | |
62 # You can override this in the pkg_ sections if you need package | |
63 # specific values | |
64 #signing_key_id: | |
65 | |
66 | |
57 [treepkg] | 67 [treepkg] |
58 # Section for general tree packager configuration | 68 # Section for general tree packager configuration |
59 | 69 |
60 # Interval in seconds between checks for updates | 70 # Interval in seconds between checks for updates |
61 check_interval: 300 | 71 check_interval: 3600 |
62 | 72 |
63 # file used to communicate instructions to a running tree packager | 73 # file used to communicate instructions to a running tree packager |
64 instructions_file: %(treepkg_dir)s/instructions | 74 instructions_file: %(treepkg_dir)s/instructions |
65 | 75 |
66 | 76 |
72 # initial checkout | 82 # initial checkout |
73 svn_url: svn://anonsvn.kde.org/home/kde/branches/kdepim/enterprise/kdepim | 83 svn_url: svn://anonsvn.kde.org/home/kde/branches/kdepim/enterprise/kdepim |
74 | 84 |
75 # The directory under which the packager directory structure will be | 85 # The directory under which the packager directory structure will be |
76 # created. | 86 # created. |
77 base_dir: %(treepkg_dir)s/kdepim | 87 base_dir: %(tracks_dir)s/kdepim |
78 | 88 |
79 # The packager class defines how the packaging works. The | 89 # The packager class defines how the packaging works. The |
80 # enterprise.kdepim class knows how to package the enterprise branch of | 90 # enterprise.kdepim class knows how to package the enterprise branch of |
81 # KDE-PIM. | 91 # KDE-PIM. |
82 packager_class: recipes.kde_enterprise_3_5.kdepim | 92 packager_class: recipes.kde_enterprise_3_5.kdepim |
90 | 100 |
91 [pkg_kde-i18n] | 101 [pkg_kde-i18n] |
92 # Another packager. This one for the the localizations. This packager | 102 # Another packager. This one for the the localizations. This packager |
93 # requires an additional parameter, orig_tarball. | 103 # requires an additional parameter, orig_tarball. |
94 svn_url: svn://anonsvn.kde.org/home/kde/branches/kdepim/enterprise/kde-l10n | 104 svn_url: svn://anonsvn.kde.org/home/kde/branches/kdepim/enterprise/kde-l10n |
95 base_dir: %(treepkg_dir)s/kde-i18n | 105 base_dir: %(tracks_dir)s/kde-i18n |
96 orig_tarball: %(base_dir)s/kde-i18n-de-3.5.5.tar.bz2 | 106 orig_tarball: %(base_dir)s/kde-i18n-de-3.5.5.tar.bz2 |
97 | 107 |
98 packager_class: recipes.kde_enterprise_3_5.kde_i18n | 108 packager_class: recipes.kde_enterprise_3_5.kde_i18n |