[dpkg] 137/187: scripts/t: Do not try to sign test packages

Reiner Herrmann reiner at reiner-h.de
Sun Nov 6 12:46:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

deki-guest pushed a commit to branch master
in repository dpkg.

commit 9921c4e45a37e6bd567fc7134176effbd59d0beb
Author: Sven Joachim <svenjoac at gmx.de>
Date:   Sun Oct 30 10:53:50 2016 +0100

    scripts/t: Do not try to sign test packages
    
    If GnuPG is available in the build environment, dpkg-buildpackage will
    use it to sign the .dsc and .changes files which fails because there is
    no secret key for "Dpkg Developers <debian-dpkg at lists.debian.org>".
    
    Signed-off-by: Guillem Jover <guillem at debian.org>
---
 scripts/t/dpkg_buildpackage.t | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/t/dpkg_buildpackage.t b/scripts/t/dpkg_buildpackage.t
index 9b01708..bf6cd44 100644
--- a/scripts/t/dpkg_buildpackage.t
+++ b/scripts/t/dpkg_buildpackage.t
@@ -181,6 +181,7 @@ sub test_build
 
     chdir $dirname;
     spawn(exec => [ "$srcdir/dpkg-buildpackage.pl", '--host-arch=amd64',
+                    '--unsigned-source', '--unsigned-changes',
                     "--build=$typename", '--check-command=' ],
           error_to_string => \$stderr,
           wait_child => 1, nocheck => 1);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list