Merge pull request #2573 from ggardet/fix_15.3_arm

Fix Leap:15.3:ARM which was broken when Leap:15.3:ARM:Images has been introduced
This commit is contained in:
Dominique Leuenberger 2021-06-16 11:04:39 +02:00 committed by GitHub
commit 02b53c6b48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ DEFAULT = {
'mail-noreply': 'noreply@opensuse.org',
'mail-release-list': 'opensuse-releaseteam@opensuse.org',
},
r'openSUSE:(?P<project>Leap:(?P<version>[\d.]+)):ARM:(Images)?$': {
r'openSUSE:(?P<project>Leap:(?P<version>[\d.]+)):ARM(:Images)?$': {
'product': 'openSUSE.product',
'openqa': 'https://openqa.opensuse.org',
'main-repo': 'ports',