Add Leap 15.3 Maintenance configuration

This commit is contained in:
Santiago Zarate 2021-03-17 12:07:06 +01:00
parent d6cd012549
commit 8f5cb1bf4a
Signed by untrusted user: szarate
GPG Key ID: 7005DF57B4499E20
3 changed files with 26 additions and 1 deletions

View File

@ -8,5 +8,10 @@
"version": "15.2",
"flavor": "DVD-Incidents",
"distri": "opensuse"
},
"openSUSE:Leap:15.3:Update" : {
"version": "15.3",
"flavor": "DVD-Incidents",
"distri": "opensuse"
}
}

View File

@ -10,5 +10,11 @@
"FLAVOR": "DVD-Incidents",
"VERSION": "15.2",
"ARCH": "x86_64"
},
"openSUSE:Leap:15.3:Update": {
"DISTRI": "opensuse",
"FLAVOR": "DVD-Incidents",
"VERSION": "15.3",
"ARCH": "x86_64"
}
}

View File

@ -28,5 +28,19 @@
"http://download.opensuse.org/update/leap/15.2/non-oss/"
]
}
}
},
"openSUSE:Leap:15.3:Update" : {
"settings" : {
"OS_TEST_ISSUES" : "",
"FLAVOR" : "DVD-Updates",
"DISTRI" : "opensuse",
"VERSION" : "15.3",
"ARCH" : "x86_64"
},
"test" : "kde",
"repos" : [
"http://download.opensuse.org/update/leap/15.3/oss/",
"http://download.opensuse.org/update/leap/15.3/non-oss/"
]
}
}