← Back to team overview

ubuntu-bugcontrol team mailing list archive

[Merge] ~alexmurray/ubuntu-qa-tools:oracular-opens-for-devel into ubuntu-qa-tools:master

 

Alex Murray has proposed merging ~alexmurray/ubuntu-qa-tools:oracular-opens-for-devel into ubuntu-qa-tools:master.

Requested reviews:
  Steve Beattie (sbeattie)

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

Release Cycle Devel Opens Tasks for oracular
-- 
Your team Ubuntu Bug Control is subscribed to branch ubuntu-qa-tools:master.
diff --git a/responses/update-bug b/responses/update-bug
index 6d00b54..752984b 100755
--- a/responses/update-bug
+++ b/responses/update-bug
@@ -200,6 +200,7 @@ for num in args:
         '20.04': 'focal', '20.10': 'groovy', '21.04': 'hirsute',
         '21.10': 'impish', '22.04': 'jammy', '22.10': 'kinetic',
         '23.04': 'lunar', '23.10': 'mantic', '24.04': 'noble',
+        '24.10': 'oracular',
     }
     if 'apport-bug' in bug.tags or 'apport-package' in bug.tags or 'apport-crash' in bug.tags:
         release = "bodge"

Follow ups