[Bug 2150234] Re: Add Ubuntu 26.10 "Stonking Stingray" to distro-info-data

Oliver Reiche 2150234 at bugs.launchpad.net
Tue May 5 10:52:59 UTC 2026


Verification complete for bionic with distro-info-data=0.37ubuntu0.21

root at silo-bionic:/work# cat verify_sru_distro_info.sh 
#!/bin/bash
set -euo pipefail
printf "Target series:\n  "
lsb_release -sc
printf "Package version:\n  "
dpkg -l distro-info-data | grep ii | awk '{print $3}'
printf "Test case 1:\n  "
ubuntu-distro-info --devel --fullname
printf "Test case 2:\n  "
ubuntu-distro-info --supported | xargs
printf "Test case 3:\n  "
ubuntu-distro-info --supported-esm | xargs
printf "SUCCESS: $?\n"

root at silo-bionic:/work# ./verify_sru_distro_info.sh 
Target series:
  bionic
Package version:
  0.37ubuntu0.21
Test case 1:
  Ubuntu 26.10 "Stonking Stingray"
Test case 2:
  jammy noble questing resolute stonking
Test case 3:
  bionic focal jammy noble resolute
SUCCESS: 0

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to distro-info-data in Ubuntu.
https://bugs.launchpad.net/bugs/2150234

Title:
  Add Ubuntu 26.10 "Stonking Stingray" to distro-info-data

Status in distro-info-data package in Ubuntu:
  Fix Released
Status in distro-info-data source package in Trusty:
  Fix Committed
Status in distro-info-data source package in Xenial:
  Fix Committed
Status in distro-info-data source package in Bionic:
  Fix Committed
Status in distro-info-data source package in Focal:
  Fix Committed
Status in distro-info-data source package in Jammy:
  Fix Committed
Status in distro-info-data source package in Noble:
  Fix Committed
Status in distro-info-data source package in Questing:
  Fix Committed
Status in distro-info-data source package in Resolute:
  Fix Committed
Status in distro-info-data source package in Stonking:
  Fix Released

Bug description:
  [ Impact ]

  Several tools rely on the `distro-info` package to tell them which releases are available.
  This package just contains data, with no format changes.
  Note that Trusty is missing all release entries since Focal.

  [ Regression Potential ]

  Minimal, as long as we are only adding new entries (we do this every
  release).

  [ Test Case ]

  * "ubuntu-distro-info --devel --fullname" should name the release in full: Ubuntu 26.10 "Stonking Stingray"
  * "ubuntu-distro-info --supported | xargs" should return: jammy noble questing resolute stonking
  * "ubuntu-distro-info --supported-esm | xargs" should return: bionic focal jammy noble resolute

  [ Reference ]

  * Release schedule: https://documentation.ubuntu.com/release-
  notes/26.10/schedule/

  [ Notes for the backport ]

  * Ubuntu 25.04 (plucky) and older do not have eol-legacy in ubuntu.csv
  * Ubuntu 20.04 (focal) and older do not have eol-lts,eol-elts in debian.csv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/distro-info-data/+bug/2150234/+subscriptions




More information about the foundations-bugs mailing list