diff test/test_readconfig.py @ 167:36004ee0b3a1

Introduce package track config option signing_key_id to specify the keyid of the openpgp key with which to sign packages
author Bernhard Herzog <bh@intevation.de>
date Fri, 20 Jun 2008 15:08:59 +0000
parents ce9f046058b5
children e1c7cd896310
line wrap: on
line diff
--- a/test/test_readconfig.py	Fri Jun 20 14:54:27 2008 +0000
+++ b/test/test_readconfig.py	Fri Jun 20 15:08:59 2008 +0000
@@ -40,6 +40,7 @@
 base_dir: %(tracks_dir)s/%(name)s
 packager_class: readconfig_test.%(name)s
 handle_dependencies: True
+signing_key_id: abcd1234
 
 [pkg_extraargs]
 svn_url: svn://example.com/%(name)s/trunk
@@ -87,6 +88,7 @@
                  packager_class="readconfig_test.extraargs",
                  pbuilderrc="/home/builder/mill/pbuilder/pbuilderrc",
                  root_cmd=['sudo'],
+                 signing_key_id="",
                  svn_url="svn://example.com/extraargs/trunk",
                  orig_tarball=("/home/builder/mill/"
                                "tracks/extraargs/mytarball.tgz")),
@@ -99,4 +101,5 @@
                  packager_class="readconfig_test.simple",
                  pbuilderrc="/home/builder/mill/pbuilder/pbuilderrc",
                  root_cmd=['sudo'],
+                 signing_key_id="abcd1234",
                  svn_url="svn://example.com/simple/trunk")])
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)