Actions
Refactor #32305
closedDon't use versioned ruby references in Debian packaging
Difficulty:
trivial
Triaged:
No
Description
Debian/Ubuntu ships with one supported Ruby version each release, and that's also the Ruby version we've been historically using on these OSes.
However, our packaging still refers to the versioned "ruby2.5" packages and binaries, at no real value.
With the inclusion of Ubuntu Focal (and Debian Bullseye) we'd need to replace all these references by ruby2.7.
However, I'd prefer our packaging being more OS-agnostic, and thus just refer to "ruby" and let the OS figure out what the default ruby is.
Updated by Evgeni Golov over 3 years ago
- Related to Tracker #31047: Support Ubuntu 20.04 added
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-packaging/pull/6531 added
Updated by Evgeni Golov over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman-packaging|57f41598e9df8c4fcdd88f558344c8cdcb7d78c5.
Actions