]> gitweb.fluxo.info Git - keyringer.git/commitdiff
fix: CI: debian: gbp: do not sign things (#10)
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 4 Jan 2025 18:25:25 +0000 (15:25 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 4 Jan 2025 18:25:25 +0000 (15:25 -0300)
.gitlab-ci.yml

index 4dfa4d20545e2e355a62558895bbf7f7ca31aff4..d06e62bca08304e279a721a3db1a04e5414ffc1a 100644 (file)
@@ -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