From 2d0143b35dae3d5b99a0f151a071e25a0bf75379 Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Mon, 29 Oct 2018 13:39:24 -0600 Subject: [PATCH] Revert "Keep Parrot keyring package." This reverts commit 006ec2c9fe5cee690af2c6a1e488aba06d9a7338 [formerly 7f18e9434f82c00ba7e10b6e104404355a10dbb2] [formerly 6b4999d629e85d29656a4de82d320f733193d7aa]. Former-commit-id: 7abb5d8f679ba39d7f4ed78b3951af6211672b09 Former-commit-id: f9062b6d95b29b6aad6c1420b11109e0fbf17b77 --- modules/parrot-build/auto/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/parrot-build/auto/config b/modules/parrot-build/auto/config index 95907e98..cb78b7ad 100755 --- a/modules/parrot-build/auto/config +++ b/modules/parrot-build/auto/config @@ -101,7 +101,7 @@ lb config noauto \ --debian-installer-distribution "$dist" \ --archive-areas "main contrib non-free" \ --debootstrap-options "--include=ca-certificates,csec-archive-keyring,gnupg --keyring=templates/common/archives/csec.key" \ - --keyring-packages parrot-archive-keyring \ + --keyring-packages csec-archive-keyring \ --updates false \ --security false \ --backports false \