From: Silvio Rhatto Date: Sat, 4 Jan 2025 17:30:35 +0000 (-0300) Subject: Fix: CI: debian: pbuilder configuration (#10) X-Git-Tag: 0.6.0~24 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b9eee2c6e44b24ae6488498e83ff24e9864813b3;p=keyringer.git Fix: CI: debian: pbuilder configuration (#10) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a052d7..004a983 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,12 @@ --- debian: - image: debian:testing + image: debian:stable script: - apt-get update - apt-get install -y git - apt-get install -y git-buildpackage lintian piuparts + - echo 'DISTRIBUTION=sid' > ~/.pbuilderrc + - echo 'MIRRORSITE="ftp.us.debian.org/debian"' >> ~/.pbuilderrc - git checkout debian - gbp buildpackage --git-ignore-new #- lintian --allow-root -v --pedantic ../keyringer_*.deb