From 6da9e16e537e3c925fc7908e4eed336b45a81e66 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 29 Feb 2016 14:31:30 -0600 Subject: [PATCH] make sure we do not include the rawhide repo Signed-off-by: Dennis Gilmore --- fedora-repo.ks | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora-repo.ks b/fedora-repo.ks index 9c7dfff..92d4d65 100644 --- a/fedora-repo.ks +++ b/fedora-repo.ks @@ -3,7 +3,7 @@ # Exactly one of the following should be uncommented # For the master branch the following should be uncommented -%include fedora-repo-rawhide.ks +# %include fedora-repo-rawhide.ks # For non-master branches the following should be uncommented -# %include fedora-repo-not-rawhide.ks +%include fedora-repo-not-rawhide.ks