[Treepkg-commits] r105 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jun 24 21:02:20 CEST 2008


Author: bh
Date: 2008-06-24 21:02:20 +0200 (Tue, 24 Jun 2008)
New Revision: 105

Modified:
   trunk/demo.cfg
Log:
Update demo.cfg with better defaults and a new paragraph for the
signing_key_id


Modified: trunk/demo.cfg
===================================================================
--- trunk/demo.cfg	2008-06-24 18:08:31 UTC (rev 104)
+++ trunk/demo.cfg	2008-06-24 19:02:20 UTC (rev 105)
@@ -3,8 +3,11 @@
 # 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
 # root_cmd followed by the pbuilder command line.  With the default it
@@ -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



More information about the Treepkg-commits mailing list