From: Silvio Rhatto Date: Sat, 21 Feb 2026 15:00:27 +0000 (-0300) Subject: Feat: CI: test on debian:testing X-Git-Tag: 0.7.1~1 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=239a4ea650b087a76d0014c3c41b137b988966f8;p=keyringer.git Feat: CI: test on debian:testing --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e1b1c87..dbfbfe6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ variables: KEYRINGER_NON_INTERACTIVE: "1" debian: - image: debian:testing + image: debian:sid script: # Configure pbuilder # @@ -33,7 +33,7 @@ debian: - echo 'MIRRORSITE=http://http.debian.net/debian/' >> /etc/pbuilderrc # Add sources, so apt-get build-dep works - - echo "deb-src http://deb.debian.org/debian testing main" >> /etc/apt/sources.list + - echo "deb-src http://deb.debian.org/debian sid main" >> /etc/apt/sources.list # Install dependencies - apt-get update @@ -64,7 +64,7 @@ debian: - dist test: - image: debian:testing + image: debian:sid script: # Install keyringer from the distro packaging system # This ensures the needed dependencies are installed