diff --git a/data/apimap.json b/data/apimap.json index 965dc283..394cab16 100644 --- a/data/apimap.json +++ b/data/apimap.json @@ -119,5 +119,10 @@ "version": "42.3", "flavor": "DVD-Incidents", "distri": "opensuse" + }, + "openSUSE:Leap:15.0:Update" : { + "version": "15.0", + "flavor": "DVD-Incidents", + "distri": "opensuse" } } diff --git a/data/incidents.json b/data/incidents.json index 21276ae0..fc426420 100644 --- a/data/incidents.json +++ b/data/incidents.json @@ -24,6 +24,13 @@ "ARCH" : "x86_64", "ISO" : "openSUSE-Leap-42.3-DVD-x86_64.iso" }, + "openSUSE:Leap:15.0:Update" : { + "FLAVOR" : "Maintenance", + "VERSION" : "15.0", + "DISTRI" : "opensuse", + "ARCH" : "x86_64", + "ISO" : "openSUSE-Leap-15.0-DVD-x86_64.iso" + }, "SUSE:Updates:SLE-DESKTOP:12-SP3:x86_64" : { "FLAVOR" : "Desktop-DVD-Incidents", "VERSION" : "12-SP3", @@ -145,5 +152,11 @@ "FLAVOR": "DVD-Incidents", "VERSION": "42.3", "ARCH": "x86_64" + }, + "openSUSE:Leap:15.0:Update": { + "DISTRI": "opensuse", + "FLAVOR": "DVD-Incidents", + "VERSION": "15.0", + "ARCH": "x86_64" } } diff --git a/data/repos.json b/data/repos.json index 28f60f62..d522f2b1 100644 --- a/data/repos.json +++ b/data/repos.json @@ -13,6 +13,20 @@ "http://download.opensuse.org/update/leap/42.3/oss/", "http://download.opensuse.org/update/leap/42.3/non-oss/" ] + }, + "openSUSE:Leap:15.0:Update" : { + "settings" : { + "OS_TEST_ISSUES" : "", + "FLAVOR" : "DVD-Updates", + "DISTRI" : "opensuse", + "VERSION" : "15.0", + "ARCH" : "x86_64" + }, + "test" : "kde", + "repos" : [ + "http://download.opensuse.org/update/leap/15.0/oss/", + "http://download.opensuse.org/update/leap/15.0/non-oss/" + ] } }, "https://openqa.suse.de" : {