Merge lp:~paride/ubuntu-cdimage/ubuntu-cdimage into lp:ubuntu-cdimage

Proposed by Paride Legovini
Status: Merged
Merged at revision: 1989
Proposed branch: lp:~paride/ubuntu-cdimage/ubuntu-cdimage
Merge into: lp:ubuntu-cdimage
Diff against target: 12 lines (+1/-1)
1 file modified
lib/cdimage/tree.py (+1/-1)
To merge this branch: bzr merge lp:~paride/ubuntu-cdimage/ubuntu-cdimage
Reviewer Review Type Date Requested Status
Steve Langasek Approve
Review via email: mp+413015@code.launchpad.net

Commit message

Bump ISO size limit for Focal

Increase due to new HWE kernel and linux-firmware.

To post a comment you must log in.
Revision history for this message
Paride Legovini (paride) wrote :

The ppc64el is currently oversize by about 30MB; bumping by 50MB leaves 20MB of room before the OVERSIZE warning is triggered again.

Revision history for this message
Steve Langasek (vorlon) wrote :

Let's please not use increments of < 100MB, that's going to require more frequent updates.

review: Needs Fixing
Revision history for this message
Paride Legovini (paride) wrote :

Thanks; raised it to +100MB.

Revision history for this message
Steve Langasek (vorlon) :
review: Approve
1989. By Steve Langasek

Merge lp:~paride/ubuntu-cdimage/ubuntu-cdimage

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/cdimage/tree.py'
2--- lib/cdimage/tree.py 2021-12-01 16:51:41 +0000
3+++ lib/cdimage/tree.py 2021-12-10 17:32:22 +0000
4@@ -1909,7 +1909,7 @@
5 return 1.4 * 1000 * 1000 * 1000
6 elif self.config["DIST"] >= "focal":
7 # Size bump due to HWE kernel inclusion in the images
8- return 1.3 * 1000 * 1000 * 1000
9+ return 1.4 * 1000 * 1000 * 1000
10 elif self.config["DIST"] >= "bionic":
11 # email with powersj, 20200108
12 return 1.2 * 1000 * 1000 * 1000

Subscribers

People subscribed via source and target branches