From cfc8b39616da0375c5ccc90a9a890a50b85e3123 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Dec 05 2019 23:07:51 +0000 Subject: remove some unused options --- diff --git a/c8-stream.conf b/c8-stream.conf index 8ccd120..0fd3ea4 100644 --- a/c8-stream.conf +++ b/c8-stream.conf @@ -1,17 +1,14 @@ from multilib import * from include-excludes import * from stream-images import * -from version import * # PRODUCT INFO release_name = "CentOS Stream" release_short = "CentOS" release_version = "Stream" -release_is_layered = False version = "8-stream" # GENERAL SETTINGS -bootable = True comps_file = { 'scm': 'git', 'repo': 'https://git.centos.org/centos/comps.git', @@ -41,7 +38,6 @@ hashed_directories = False tree_arches = ['aarch64', 'i386', 'ppc64le', 'x86_64'] # RUNROOT SETTINGS -runroot = True runroot_channel = 'image' runroot_tag = 'dist-c8-build' runroot_method = 'koji' diff --git a/version.conf b/version.conf deleted file mode 100644 index 77ffe72..0000000 --- a/version.conf +++ /dev/null @@ -1 +0,0 @@ -CENTOS_VERSION='8.0.1905'