uscan needs gnupg2 and libwww-perl to function
This commit is contained in:
parent
33ee16058f
commit
305bd2e66d
|
|
@ -31,7 +31,8 @@ git reset --hard
|
|||
git fetch --all
|
||||
git checkout -B pristine-tar origin/pristine-tar || ( \
|
||||
echo "no pristine-tar branch, trying uscan";
|
||||
uscan --verbose --download-current-version --force-download --rename;
|
||||
apt_get_auto_install gnupg2 libwww-perl;
|
||||
uscan --verbose --download-current-version --force-download --rename --skip-signature;
|
||||
)
|
||||
echo "make $CI_COMMIT_REF_NAME branch current for gbp"
|
||||
git checkout -B "$CI_COMMIT_REF_NAME" "$CI_COMMIT_SHA"
|
||||
|
|
|
|||
Loading…
Reference in New Issue