Merge ~mwhudson/ubuntu-cdimage:older-ubuntustudio-location into ubuntu-cdimage:main

Proposed by Michael Hudson-Doyle
Status: Merged
Merged at revision: d43e22ce48c4a5724b55c5912970e54df3ccb3c5
Proposed branch: ~mwhudson/ubuntu-cdimage:older-ubuntustudio-location
Merge into: ubuntu-cdimage:main
Diff against target: 23 lines (+4/-1)
1 file modified
lib/cdimage/tree.py (+4/-1)
Reviewer Review Type Date Requested Status
Steve Langasek Approve
Review via email: mp+466981@code.launchpad.net

Commit message

continue publishing older ubuntustudio installers as DVDs

To post a comment you must log in.
Revision history for this message
Steve Langasek (vorlon) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/lib/cdimage/tree.py b/lib/cdimage/tree.py
index 6fac63b..041238e 100644
--- a/lib/cdimage/tree.py
+++ b/lib/cdimage/tree.py
@@ -409,6 +409,9 @@ class Publisher:
409 return "live-core-desktop"409 return "live-core-desktop"
410 elif self.project == "ubuntu-mini-iso":410 elif self.project == "ubuntu-mini-iso":
411 return "mini-iso"411 return "mini-iso"
412 elif (self.project == "ubuntustudio" and
413 self.config["DIST"] <= "noble"):
414 return "dvd"
412 else:415 else:
413 return "desktop"416 return "desktop"
414 elif self.image_type.endswith("_dvd") or self.image_type == "dvd":417 elif self.image_type.endswith("_dvd") or self.image_type == "dvd":
@@ -445,7 +448,7 @@ class Publisher:
445 elif publish_type == "minimal":448 elif publish_type == "minimal":
446 return "daily-minimal"449 return "daily-minimal"
447 elif publish_type == "dvd":450 elif publish_type == "dvd":
448 return "dvd"451 return "daily-live"
449 elif publish_type in (452 elif publish_type in (
450 "addon", "alternate", "base", "install", "server",453 "addon", "alternate", "base", "install", "server",
451 "legacy-server"):454 "legacy-server"):

Subscribers

People subscribed via source and target branches