Merge ubuntu-qa-tools:remove-deprecated-mythbuntu into ubuntu-qa-tools:master

Proposed by Sebastien Bacher
Status: Merged
Merged at revision: b9646496fcc7476f3ecaa00b81df282f922de231
Proposed branch: ubuntu-qa-tools:remove-deprecated-mythbuntu
Merge into: ubuntu-qa-tools:master
Diff against target: 13 lines (+0/-2)
1 file modified
dl-ubuntu-test-iso/dl-ubuntu-test-iso (+0/-2)
Reviewer Review Type Date Requested Status
Jean-Baptiste Lallement Approve
Review via email: mp+402641@code.launchpad.net

Commit message

Remove mythbuntu reference

It's deprecated and leads to dl-ubuntu-test-iso erroring

Description of the change

Currently the daily desktop ISO validation is failing due to this issue

INFO:root:Downloading ISO 'impish-desktop-amd64.iso' to local cache
INFO:root:Downloading ISO...
Traceback (most recent call last):
  File "/usr/bin/dl-ubuntu-test-iso", line 850, in <module>
    main()
  File "/usr/bin/dl-ubuntu-test-iso", line 762, in main
    Flavor("mythbuntu", variants=[desktop_variant], releases=["xenial"])
  File "/usr/bin/dl-ubuntu-test-iso", line 90, in __init__
    releasedict[r].append(self)
KeyError: 'xenial'
ERROR:root:Command '['dl-ubuntu-test-iso', '--variant=desktop', '--arch=amd64', '--release=impish', '--build=pending', '--isoroot=/data/iso', '-P', '--flavor=ubuntu']' returned non-zero exit status 1

To post a comment you must log in.
Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

Thanks for this update.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/dl-ubuntu-test-iso/dl-ubuntu-test-iso b/dl-ubuntu-test-iso/dl-ubuntu-test-iso
2index bef0fa4..59d535a 100755
3--- a/dl-ubuntu-test-iso/dl-ubuntu-test-iso
4+++ b/dl-ubuntu-test-iso/dl-ubuntu-test-iso
5@@ -758,8 +758,6 @@ def main():
6 Flavor("kubuntu", variants=[desktop_variant])
7 Flavor("xubuntu", variants=[desktop_variant])
8 Flavor("ubuntustudio", variants=[dvd_variant])
9- # mythbuntu is LTS only
10- Flavor("mythbuntu", variants=[desktop_variant], releases=["xenial"])
11 Flavor("ubuntu-budgie", variants=[desktop_variant])
12 Flavor("ubuntukylin", variants=[desktop_variant])
13 Flavor("ubuntu-gnome", variants=[desktop_variant])

Subscribers

People subscribed via source and target branches