From 535be600682850763b445ec7af11ab60285fe021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20P=C3=A1ral?= Date: Tue, 8 Aug 2017 09:57:39 +0200 Subject: [PATCH] taskotron: F24 is EOL --- roles/taskotron/imagefactory/tasks/main.yml | 1 - .../taskotron-client/files/yumrepoinfo.conf | 21 ------------------- 2 files changed, 22 deletions(-) diff --git a/roles/taskotron/imagefactory/tasks/main.yml b/roles/taskotron/imagefactory/tasks/main.yml index 7e2d4ceb70..d6dbf052ac 100644 --- a/roles/taskotron/imagefactory/tasks/main.yml +++ b/roles/taskotron/imagefactory/tasks/main.yml @@ -43,7 +43,6 @@ special_time: daily job: '/var/lib/fedoraqa/base_images/trigger_build/trigger_build.py build --config /etc/taskotron_base_images/config_server.ini --release {{ item }} --arch x86_64 --flavor="taskotron_cloud" --disksize="30G" > /dev/null' with_items: - - 24 - 25 - 26 - rawhide diff --git a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf index ab01e52989..7fe55a4653 100644 --- a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf +++ b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf @@ -77,24 +77,3 @@ parent = f25-updates primary_arches = armhfp, i386, x86_64 alternate_arches = aarch64, ppc64, ppc64le, s390x -# Fedora 24 -[f24] -url = %(goldurl)s -path = 24 -release_status = stable -primary_arches = armhfp, i386, x86_64 -alternate_arches = aarch64, ppc64, ppc64le, s390x - -[f24-updates] -url = %(updatesurl)s -path = 24 -parent = f24 -primary_arches = armhfp, i386, x86_64 -alternate_arches = aarch64, ppc64, ppc64le, s390x - -[f24-updates-testing] -url = %(updatesurl)s -path = testing/24 -parent = f24-updates -primary_arches = armhfp, i386, x86_64 -alternate_arches = aarch64, ppc64, ppc64le, s390x