diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-01-04 15:25:25 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-01-04 15:25:25 -0300 |
commit | fd78e81618f14d57cd48265c57c89b58290b43dd (patch) | |
tree | 97d730ba836110b9b207f2878173051a24c8ea71 | |
parent | ad5fa07606783b91a8a014de5287f137aa51987b (diff) | |
download | keyringer-fd78e81618f14d57cd48265c57c89b58290b43dd.tar.gz keyringer-fd78e81618f14d57cd48265c57c89b58290b43dd.tar.bz2 |
fix: CI: debian: gbp: do not sign things (#10)
-rw-r--r-- | .gitlab-ci.yml | 7 |
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 |