From: Silvio Rhatto Date: Sat, 4 Jan 2025 18:25:25 +0000 (-0300) Subject: fix: CI: debian: gbp: do not sign things (#10) X-Git-Tag: 0.6.0~20 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fd78e81618f14d57cd48265c57c89b58290b43dd;p=keyringer.git fix: CI: debian: gbp: do not sign things (#10) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4dfa4d2..d06e62b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,7 @@ debian: # Use of uninitialized value $_[1] in join or string at # /usr/share/perl5/Debconf/DbDriver/Stack.pm line 112. # + # As of 2025-01-04, it seems this bug was still not reported upstream. - echo 'DISTRIBUTION=sid' > /etc/pbuilderrc - echo 'MIRRORSITE=http://http.debian.net/debian/' >> /etc/pbuilderrc @@ -37,10 +38,12 @@ debian: - git fetch --all - git branch debian --track origin/debian - git checkout debian - - gbp buildpackage --git-ignore-new + - gbp buildpackage --git-ignore-new --git-upstream-signatures=no --git-no-sign-tags - # Run lintian and piuparts + # Run lintian #- lintian --allow-root -v --pedantic ../keyringer_*.deb + + # Run piuparts #- piuparts ../keyringer*.deb # Save artifacts