From fd78e81618f14d57cd48265c57c89b58290b43dd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 4 Jan 2025 15:25:25 -0300 Subject: fix: CI: debian: gbp: do not sign things (#10) --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- cgit v1.2.3