Просмотр исходного кода

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@lists.debian.org>".

Signed-off-by: Guillem Jover <guillem@debian.org>
Sven Joachim лет назад: 9
Родитель
Сommit
9921c4e45a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      scripts/t/dpkg_buildpackage.t

+ 1 - 0
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);