[MDEV-27793] FR: skip EOL checks in mariadb_repo_setup Created: 2022-02-10 Updated: 2022-06-14 Resolved: 2022-06-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Repositories |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Minor |
| Reporter: | Hartmut Holzgraefe | Assignee: | Daniel Bartholomew |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
The mariadb_repo_setup script refuses to install if the detected operating system version, or the requested MariaDB server major version, is beyond its EOL life and so no longer supported. This is a good idea in general, but for testing purposes it may at times still be required to set up such older versions. As we still provide the actual version specific repositories for these older versions I suggest to add options --skip-eol-check and --skip-os-eol-check options that allow to disable these checks explicitly when really needed. |
| Comments |
| Comment by Hartmut Holzgraefe [ 2022-02-10 ] |
|
I currently use the attached patch when creating test VMs for older releases |
| Comment by Daniel Bartholomew [ 2022-06-14 ] |
|
Implemented the patch almost exactly as written. |