Page MenuHomePhabricator

Update the PPA to support Ubuntu 20.04, drop 16.04
ClosedPublic

Authored by Fabien on Apr 22 2020, 11:32.

Details

Summary

The new Ubuntu LTS version 20.04 "Focal Fossa" is about to be released
(scheduled on 2020/04/23). This diff removes the old 16.04 version and
add the new 20.04 version to the debian-packages.sh script, so the PPA
will serve the next release for Focal.

Test Plan
../contrib/release/debian-packages.sh --dry-run <your_email>

Check there is a focal source.changes file generated.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
ppa_focal
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 10354
Build 18529: Default Diff Build & Tests
Build 18528: arc lint + arc unit

Event Timeline

deadalnix added a subscriber: deadalnix.

Can you add a release note?

This revision is now accepted and ready to land.Apr 22 2020, 13:41
jasonbcox requested changes to this revision.Apr 22 2020, 18:05
jasonbcox added a subscriber: jasonbcox.
jasonbcox added inline comments.
contrib/release/debian-packages.sh
187 ↗(On Diff #19010)

My understanding was we'd drop 19.10 as well, since its life cycle is so short (supposedly to facilitate 20.04?) https://ubuntu.com/about/release-cycle#server-desktop-eol

This revision now requires changes to proceed.Apr 22 2020, 18:05

Eoan 19.10 support ends on July, and since it doesn't cause any trouble supporting it I left it for now.
You can expect people from 18.04 and 19.10 to migrate to 20.04, but they won't all do it right after it is available.

This revision is now accepted and ready to land.Apr 22 2020, 18:23