[Bug 1925484] Re: Add Impish Indri
Dan Streetman
1925484 at bugs.launchpad.net
Thu Apr 22 13:57:40 UTC 2021
root at lp1925484-b:~# dpkg -l|grep distro-info-data
ii distro-info-data 0.37ubuntu0.10 all information about the distributions' releases (data files)
root at lp1925484-b:~# for p in devel supported stable; do echo "\$ distro-info --$p"; distro-info --$p; for m in date=2021-04-23 fullname release; do echo "\$ distro-info --$m --$p"; distro-info --$m --$p; done; done
$ distro-info --devel
impish
$ distro-info --date=2021-04-23 --devel
impish
$ distro-info --fullname --devel
Ubuntu 21.10 "Impish Indri"
$ distro-info --release --devel
21.10
$ distro-info --supported
bionic
focal
groovy
hirsute
impish
$ distro-info --date=2021-04-23 --supported
bionic
focal
groovy
hirsute
impish
$ distro-info --fullname --supported
Ubuntu 18.04 LTS "Bionic Beaver"
Ubuntu 20.04 LTS "Focal Fossa"
Ubuntu 20.10 "Groovy Gorilla"
Ubuntu 21.04 "Hirsute Hippo"
Ubuntu 21.10 "Impish Indri"
$ distro-info --release --supported
18.04 LTS
20.04 LTS
20.10
21.04
21.10
$ distro-info --stable
hirsute
$ distro-info --date=2021-04-23 --stable
hirsute
$ distro-info --fullname --stable
Ubuntu 21.04 "Hirsute Hippo"
$ distro-info --release --stable
21.04
** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic
--
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/1925484
Title:
Add Impish Indri
Status in distro-info-data package in Ubuntu:
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 Groovy:
Fix Committed
Status in distro-info-data source package in Hirsute:
Fix Committed
Bug description:
[ Description ]
This is the codename for the release that will be 21.10
See the exception on https://wiki.ubuntu.com/StableReleaseUpdates
#distro-info-data
[ Test Case ]
Verify that the following subcommands of `distro-info` print
information about the new devel and current stable releases:
* `--devel`
* `--supported`
* `--stable`
and try the same commands with these modifiers:
* `--date=<1 day after release>` along with the above
* `--fullname`
* `--release`
For hirsute, we need to check that python-apt's aptsources module and software-properties still work correctly, because python-apt started using distro-info-data. Disable and enable pockets in software-properties and make sure you get hirsute sources.list entries, and not impish ones
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/distro-info-data/+bug/1925484/+subscriptions
More information about the foundations-bugs
mailing list