aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml7
1 files 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