From c0a806f3033dcd097fe687e5c147d525c3e10a4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Philippe=20V=C3=A9ronneau?= Date: Thu, 25 Apr 2019 12:33:19 -0400 Subject: [PATCH] don't use '--skip-signature' when calling uscan since bug #926429 brakes the download function --- overlay/usr/bin/gitlab-ci-git-buildpackage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/usr/bin/gitlab-ci-git-buildpackage b/overlay/usr/bin/gitlab-ci-git-buildpackage index a30ba63..c09eef6 100755 --- a/overlay/usr/bin/gitlab-ci-git-buildpackage +++ b/overlay/usr/bin/gitlab-ci-git-buildpackage @@ -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"