From c93c63c98c3f7b44e01a50f611e5c093f1f98014 Mon Sep 17 00:00:00 2001 From: Martin Loviska Date: Wed, 18 May 2022 12:57:21 +0200 Subject: [PATCH] Schedule Leap15.4 maintenance updates --- data/apimap.json | 10 ++++++++++ data/incidents.json | 12 ++++++++++++ data/repos.json | 30 ++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/data/apimap.json b/data/apimap.json index fde37ed0..9404c17d 100644 --- a/data/apimap.json +++ b/data/apimap.json @@ -8,5 +8,15 @@ "version": "15.3", "flavor": "DVD-Backports-Incidents", "distri": "opensuse" + }, + "openSUSE:Leap:15.4:Update" : { + "version": "15.4", + "flavor": "DVD-Incidents", + "distri": "opensuse" + }, + "openSUSE:Backports:SLE-15-SP4:Update" : { + "version": "15.4", + "flavor": "DVD-Backports-Incidents", + "distri": "opensuse" } } diff --git a/data/incidents.json b/data/incidents.json index 9c4102b4..7e876a57 100644 --- a/data/incidents.json +++ b/data/incidents.json @@ -10,5 +10,17 @@ "FLAVOR": "DVD-Backports-Incidents", "VERSION": "15.3", "ARCH": "x86_64" + }, + "openSUSE:Leap:15.4:Update": { + "DISTRI": "opensuse", + "FLAVOR": "DVD-Incidents", + "VERSION": "15.4", + "ARCH": "x86_64" + }, + "openSUSE:Backports:SLE-15-SP4:Update": { + "DISTRI": "opensuse", + "FLAVOR": "DVD-Backports-Incidents", + "VERSION": "15.4", + "ARCH": "x86_64" } } diff --git a/data/repos.json b/data/repos.json index 31052711..3b8b3b4e 100644 --- a/data/repos.json +++ b/data/repos.json @@ -29,6 +29,36 @@ "http://download.opensuse.org/update/leap/15.3/backports/", "http://download.opensuse.org/update/leap/15.3/sle/" ] + }, + "openSUSE:Leap:15.4:Update" : { + "settings" : { + "OS_TEST_ISSUES" : "", + "FLAVOR" : "DVD-Updates", + "DISTRI" : "opensuse", + "VERSION" : "15.4", + "ARCH" : "x86_64" + }, + "test" : "kde", + "repos" : [ + "http://download.opensuse.org/update/leap/15.4/oss/", + "http://download.opensuse.org/update/leap/15.4/non-oss/", + "http://download.opensuse.org/update/leap/15.4/backports/", + "http://download.opensuse.org/update/leap/15.4/sle/" + ] + }, + "openSUSE:Backports:SLE-15-SP4:Update" : { + "settings" : { + "OS_TEST_ISSUES" : "", + "FLAVOR" : "DVD-Backports-Incidents", + "DISTRI" : "opensuse", + "VERSION" : "15.4", + "ARCH" : "x86_64" + }, + "test" : "kde", + "repos" : [ + "http://download.opensuse.org/update/leap/15.4/backports/", + "http://download.opensuse.org/update/leap/15.4/sle/" + ] } } }