From 0a8c234605bcd7c78cdcf12da02dbcac46106512 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Wed, 20 Jul 2016 08:26:18 +0000 Subject: [PATCH] Oops, not a template --- .../taskotron-client/files/yumrepoinfo.conf | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf index 08828b7460..107cd0aa41 100644 --- a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf +++ b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf @@ -68,20 +68,3 @@ url = %(updatesurl)s path = testing/23 parent = f23-updates -{% if deployment_type == 'prod' %} -# Fedora 22 -[f22] -url = %(goldurl)s -path = 22 -release_status = stable - -[f22-updates] -url = %(updatesurl)s -path = 22 -parent = f22 - -[f22-updates-testing] -url = %(updatesurl)s -path = testing/22 -parent = f22-updates -{% endif %}