Merge pull request #3056 from Vogtinator/nolivesize

ttm: Remove livecd size checks
This commit is contained in:
Fabian Vogt 2024-02-15 11:04:21 +01:00 committed by GitHub
commit 9e5a7f90b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,12 +88,6 @@ class ToTestReleaser(ToTestManager):
if re.match(r'.*-dvd5-.*', package):
return 4700372992 # a DVD needs to match
if re.match(r'livecd-x11-.*', package) and arch == 'x86_64':
return 681574400 # not a full CD on x86
if re.match(r'livecd-.*', package):
return 999999999 # a GB stick
if re.match(r'.*-(dvd9-dvd|cd-DVD)-.*', package):
return 8539996159