~ubuntu-cdimage/ubuntu-cdimage/focal

« back to all changes in this revision

Viewing changes to lib/cdimage/tree.py

  • Committer: Steve Langasek
  • Date: 2020-04-22 21:12:31 UTC
  • Revision ID: steve.langasek@canonical.com-20200422211231-y730r304rcfj2w3s
raise the size limit for Ubuntu MATE images; verbally from Martin Wimpress

Show diffs side-by-side

added added

removed removed

Lines of Context:
1793
1793
                return 2 * 1000 * 1000 * 1000
1794
1794
            else:
1795
1795
                return 1.2 * 1000 * 1000 * 1000
 
1796
        elif self.project == "ubuntu-mate" and self.config["DIST"] >= "focal":
 
1797
                return int(2.8 * 1000 * 1000 * 1000)
1796
1798
        elif (self.project in ("ubuntu-budgie", "mythbuntu", "xubuntu",
1797
1799
                               "ubuntu-gnome", "ubuntu-mate") and
1798
1800
              self.config["DIST"] >= "xenial"):