From 95d269b4bc2dbc624057804e8935dc0ef077315f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Oct 07 2019 04:21:36 +0000 Subject: Fixed the wrong thing in previous commit/PR. We want to pull kickstarts from the f31 branch, and comps from master. Signed-off-by: Kevin Fenzi --- diff --git a/fedora.conf b/fedora.conf index 3066160..5a5f1e9 100644 --- a/fedora.conf +++ b/fedora.conf @@ -9,7 +9,7 @@ bootable = True comps_file = { 'scm': 'git', 'repo': 'https://pagure.io/fedora-comps.git', - 'branch': 'f31', + 'branch': 'master', 'file': 'comps-f31.xml', 'command': 'make comps-f31.xml' } @@ -291,7 +291,7 @@ translate_paths = [ ] # These will be inherited by live_media, live_images and image_build -global_ksurl = 'git+https://pagure.io/fedora-kickstarts.git?#HEAD' +global_ksurl = 'git+https://pagure.io/fedora-kickstarts.git?#origin/f31' global_release = '!RELEASE_FROM_LABEL_DATE_TYPE_RESPIN' global_version = '31' # live_images ignores this in favor of live_target