Schedule Leap15.4 maintenance updates

This commit is contained in:
Martin Loviska 2022-05-18 12:57:21 +02:00
parent 551f2f3e59
commit c93c63c98c
3 changed files with 52 additions and 0 deletions

View File

@ -8,5 +8,15 @@
"version": "15.3", "version": "15.3",
"flavor": "DVD-Backports-Incidents", "flavor": "DVD-Backports-Incidents",
"distri": "opensuse" "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"
} }
} }

View File

@ -10,5 +10,17 @@
"FLAVOR": "DVD-Backports-Incidents", "FLAVOR": "DVD-Backports-Incidents",
"VERSION": "15.3", "VERSION": "15.3",
"ARCH": "x86_64" "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"
} }
} }

View File

@ -29,6 +29,36 @@
"http://download.opensuse.org/update/leap/15.3/backports/", "http://download.opensuse.org/update/leap/15.3/backports/",
"http://download.opensuse.org/update/leap/15.3/sle/" "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/"
]
} }
} }
} }