changeset 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 952d366f7b14
children 81585486281b
files demo.cfg
diffstat 1 files changed, 14 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/demo.cfg	Tue Jun 24 18:08:31 2008 +0000
+++ b/demo.cfg	Tue Jun 24 19:02:20 2008 +0000
@@ -3,7 +3,10 @@
 # other sections can use the values here in interpolations.
 
 # The basedir to use for interpolations in other sections
-treepkg_dir: /home/builder/enterprise
+treepkg_dir: /home/builder/mill
+
+# basedir for the packager track subdirectories
+tracks_dir: %(treepkg_dir)s/tracks
 
 # The command to use to gain the permissions to execute pbuilder.  The
 # default is sudo.  The actual command line used to run pbuilder is
@@ -54,11 +57,18 @@
 handle_dependencies: False
 
 
+# Uncomment and insert the ID of the key with which to sign .dsc, .changes the
+# Release file in the pbuilder's extra-pkg directory.
+# You can override this in the pkg_ sections if you need package
+# specific values
+#signing_key_id: 
+
+
 [treepkg]
 # Section for general tree packager configuration
 
 # Interval in seconds between checks for updates
-check_interval: 300
+check_interval: 3600
 
 # file used to communicate instructions to a running tree packager
 instructions_file: %(treepkg_dir)s/instructions
@@ -74,7 +84,7 @@
 
 # The directory under which the packager directory structure will be
 # created.
-base_dir: %(treepkg_dir)s/kdepim
+base_dir: %(tracks_dir)s/kdepim
 
 # The packager class defines how the packaging works.  The
 # enterprise.kdepim class knows how to package the enterprise branch of
@@ -92,7 +102,7 @@
 # Another packager.  This one for the the localizations.  This packager
 # requires an additional parameter, orig_tarball.
 svn_url: svn://anonsvn.kde.org/home/kde/branches/kdepim/enterprise/kde-l10n
-base_dir: %(treepkg_dir)s/kde-i18n
+base_dir: %(tracks_dir)s/kde-i18n
 orig_tarball: %(base_dir)s/kde-i18n-de-3.5.5.tar.bz2
 
 packager_class: recipes.kde_enterprise_3_5.kde_i18n
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)