Skip to content

Commit

Permalink
Merge pull request openSUSE#3056 from Vogtinator/nolivesize
Browse files Browse the repository at this point in the history
ttm: Remove livecd size checks
  • Loading branch information
Vogtinator committed Feb 15, 2024
2 parents 602b3d2 + e6cebf0 commit 9e5a7f9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ttm/releaser.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@ def maxsize_for_package(self, package, arch):
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

Expand Down

0 comments on commit 9e5a7f9

Please sign in to comment.