[pbuilder] 02/02: modules: add_additional_aptkeyrings: reduce the scope of the KEY variable

Mattia Rizzolo mattia at debian.org
Sat Sep 10 10:12:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository pbuilder.

commit 0d12f1cc175a79104a4d8b4364601fb075d6707c
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sat Sep 10 10:12:11 2016 +0000

    modules: add_additional_aptkeyrings: reduce the scope of the KEY variable
    
    Gbp-Dch: Ignore
---
 pbuilder-modules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pbuilder-modules b/pbuilder-modules
index 38dccaf..408f59a 100644
--- a/pbuilder-modules
+++ b/pbuilder-modules
@@ -793,10 +793,11 @@ function conditional_cp_a() {
 }
 
 function add_additional_aptkeyrings() {
-# To support package verification inside the repository we may have to import
-# additional keys.
+    # To support package verification inside the repository we may have to
+    # import additional keys.
     local filename
     local dest
+    local KEY
     for KEY in "${APTKEYRINGS[@]}"; do
         filename="$(basename "${KEY}")"
         if [ "${filename:(-4):4}" != ".gpg" ]; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pbuilder/pbuilder.git



More information about the Pbuilder-maint mailing list