From: Silvio Rhatto Date: Sat, 4 Jan 2025 18:12:43 +0000 (-0300) Subject: Fix: CI: debian: comment about the pbuilder configuration (#10) X-Git-Tag: 0.6.0~21 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ad5fa07606783b91a8a014de5287f137aa51987b;p=keyringer.git Fix: CI: debian: comment about the pbuilder configuration (#10) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91c302c..4dfa4d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,28 @@ debian: image: debian:stable script: # Configure pbuilder + # + # This should be done before pbuilder is installed. + # Pbuilder is a dependency of git-buildpackage. + # + # With doing this, pbuilder may fail to detect MIRRORSITE during package installation, + # giving errors like + # + # Configuring pbuilder + # -------------------- + # Default mirror not found + # Mirror information detection failed and the user provided no mirror + # information. + # Please enter valid mirror information. + # Please enter the default mirror you want to be used by pbuilder. + # If you leave this field blank, there will be one attempt to autodetect this + # information. If this attempt fails, you will be prompted again to insert some + # valid mirror information. + # Here is a valid mirror example: http://deb.debian.org/debian + # Default mirror site: + # Use of uninitialized value $_[1] in join or string at + # /usr/share/perl5/Debconf/DbDriver/Stack.pm line 112. + # - echo 'DISTRIBUTION=sid' > /etc/pbuilderrc - echo 'MIRRORSITE=http://http.debian.net/debian/' >> /etc/pbuilderrc