Merge pull request #2948 from Vogtinator/snobol

cleanup_rings.py: Add snobol4 to whitelist
This commit is contained in:
Fabian Vogt 2023-04-11 12:49:53 +02:00 committed by GitHub
commit 816d0ebe88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,8 @@ class CleanupRings(object):
'raspberrypi-firmware-config',
# Added manually to notice failures early
'vagrant',
# https://github.com/openSUSE/open-build-service/issues/14129
'snobol4',
]
def perform(self):