From a39fdcc54103094a9d7861f31dd8d327cb257b8f Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Dec 15 2019 23:15:55 +0000 Subject: reset the shortname and the versioning --- diff --git a/c8-stream.conf b/c8-stream.conf index 10f684f..a39376a 100644 --- a/c8-stream.conf +++ b/c8-stream.conf @@ -4,9 +4,9 @@ from stream-images import * # PRODUCT INFO release_name = "CentOS Stream" -release_short = "CentOS" -release_version = "Stream" -version = "8-stream" +release_short = "CentOS-Stream" +release_version = "8" +version = "8" # GENERAL SETTINGS comps_file = { @@ -33,6 +33,7 @@ multilib = [ variants_file = 'variants.xml' sigkeys = ['8483C65D'] +#sigkeys = [None] hashed_directories = False tree_arches = ['aarch64', 'i386', 'ppc64le', 'x86_64'] @@ -114,7 +115,7 @@ image_volid_formats = [ '{release_short}-{version}-{arch}-{disc_type}', ] create_optional_isos = False createiso_skip = [ - ('^(AppStream|PowerTools|HighAvailability|CR)$', { + ('^(BaseOS|AppStream|PowerTools|HighAvailability|CR)$', { '*': True, 'src':True }),