Merge branch 'master' into 'master'

don't use '--skip-signature' when calling uscan since bug #926429 brakes the download function

See merge request salsa-ci-team/ci-image-git-buildpackage!6
This commit is contained in:
Hans-Christoph Steiner 2019-07-03 13:29:51 +00:00
commit f13b5521f9
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ if [[ $debversion = *-* ]]; then
else
echo "no pristine-tar branch, trying uscan";
apt_get_auto_install gnupg2 libwww-perl;
uscan --verbose --download-current-version --force-download --rename --skip-signature;
uscan --verbose --download-current-version --force-download --rename;
fi
else
echo "building native package version $debversion"