← Back to team overview

ubuntu-bugcontrol team mailing list archive

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

 

Sebastien Bacher has proposed merging ubuntu-qa-tools:remove-deprecated-mythbuntu into ubuntu-qa-tools:master.

Commit message:
Remove mythbuntu reference
    
It's deprecated and leads to dl-ubuntu-test-iso erroring


Requested reviews:
  Ubuntu Bug Control (ubuntu-bugcontrol)

For more details, see:
https://code.launchpad.net/~ubuntu-bugcontrol/ubuntu-qa-tools/+git/ubuntu-qa-tools/+merge/402641

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
-- 
Your team Ubuntu Bug Control is requested to review the proposed merge of ubuntu-qa-tools:remove-deprecated-mythbuntu into ubuntu-qa-tools:master.
diff --git a/dl-ubuntu-test-iso/dl-ubuntu-test-iso b/dl-ubuntu-test-iso/dl-ubuntu-test-iso
index bef0fa4..59d535a 100755
--- a/dl-ubuntu-test-iso/dl-ubuntu-test-iso
+++ b/dl-ubuntu-test-iso/dl-ubuntu-test-iso
@@ -758,8 +758,6 @@ def main():
     Flavor("kubuntu", variants=[desktop_variant])
     Flavor("xubuntu", variants=[desktop_variant])
     Flavor("ubuntustudio", variants=[dvd_variant])
-    # mythbuntu is LTS only
-    Flavor("mythbuntu", variants=[desktop_variant], releases=["xenial"])
     Flavor("ubuntu-budgie", variants=[desktop_variant])
     Flavor("ubuntukylin", variants=[desktop_variant])
     Flavor("ubuntu-gnome", variants=[desktop_variant])

Follow ups