Merge lp:~ginggs/ubuntu-cdimage/ubuntu-unity into lp:ubuntu-cdimage

Proposed by Graham Inggs
Status: Merged
Merged at revision: 2093
Proposed branch: lp:~ginggs/ubuntu-cdimage/ubuntu-unity
Merge into: lp:ubuntu-cdimage
Diff against target: 14 lines (+2/-2)
1 file modified
lib/cdimage/tree.py (+2/-2)
To merge this branch: bzr merge lp:~ginggs/ubuntu-cdimage/ubuntu-unity
Reviewer Review Type Date Requested Status
Ubuntu CD Image Team Pending
Review via email: mp+430677@code.launchpad.net
To post a comment you must log in.

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 2022-09-26 08:29:36 +0000
3+++ lib/cdimage/tree.py 2022-09-28 16:52:41 +0000
4@@ -1969,8 +1969,8 @@
5 # and suppress the warnings
6 return 2 * 1000 * 1000 * 1000
7 elif self.project == "ubuntu-unity":
8- # Per IRC discussions on #ubuntu-release 2022-09-16
9- return int(2.6 * 1000 * 1000 * 1000)
10+ # Per IRC discussions on #ubuntu-release 2022-09-28
11+ return int(3.1 * 1000 * 1000 * 1000)
12 elif self.project == "lubuntu" and self.config["DIST"] >= "kinetic":
13 # Per IRC discussions on #ubuntu-release 2022-09-16
14 return 3 * 1000 * 1000 * 1000

Subscribers

People subscribed via source and target branches