From 2087ac1b6ca7ecf72bbfb662f230986f0cd5c2f6 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 8 Mar 2016 14:19:27 -0600 Subject: [PATCH] we expect to have all packages signed now so enforce it. Fix up subsistution Signed-off-by: Dennis Gilmore --- fedora.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora.conf b/fedora.conf index 44fa24c..140f4f8 100644 --- a/fedora.conf +++ b/fedora.conf @@ -15,7 +15,7 @@ comps_file = "comps-f24.xml" #{ #} variants_file="variants-fedora.xml" -sigkeys = ["81B46521", "030D5AED", None] # None = unsigned +sigkeys = ["81B46521", "030D5AED"] # None = unsigned # limit tree architectures # if undefined, all architectures from variants.xml will be included @@ -240,7 +240,7 @@ image_volid_formats = [ image_volid_layered_product_formats = [] # Replace "Cloud" with "C" in volume id etc. volume_id_substitutions = { - '24': 'rawh', + 'Rawhide': 'rawh', 'Images': 'img', 'MATE_Compiz': 'MATE', 'Security': 'Sec',