Skip to content

Commit

Permalink
chore: update slackware EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Apr 14, 2024
1 parent 6ef2ca0 commit 3fcbf76
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions DETAILS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
.. |rockylinux-8| image:: https://img.shields.io/static/v1?label=rockylinux&message=8%20(EOL%3A2029-05-31)&color=green
.. |slackware-current| image:: https://img.shields.io/static/v1?label=slackware&message=current%20(rolling)&color=purple&logo=slackware&logoColor=white
.. |slackware-15.0| image:: https://img.shields.io/static/v1?label=slackware&message=15.0%20(unknown)&color=lightgray&logo=slackware&logoColor=white
.. |slackware-14.2| image:: https://img.shields.io/static/v1?label=slackware&message=14.2%20(unknown)&color=lightgray&logo=slackware&logoColor=white
.. |slackware-14.1| image:: https://img.shields.io/static/v1?label=slackware&message=14.1%20(unknown)&color=lightgray&logo=slackware&logoColor=white
.. |slackware-14.0| image:: https://img.shields.io/static/v1?label=slackware&message=14.0%20(unknown)&color=lightgray&logo=slackware&logoColor=white
.. |slackware-14.2| image:: https://img.shields.io/static/v1?label=slackware&message=14.2%20(EOL%3A2024-01-01)&color=black&logo=slackware&logoColor=white
.. |slackware-14.1| image:: https://img.shields.io/static/v1?label=slackware&message=14.1%20(EOL%3A2024-01-01)&color=black&logo=slackware&logoColor=white
.. |slackware-14.0| image:: https://img.shields.io/static/v1?label=slackware&message=14.0%20(EOL%3A2024-01-01)&color=black&logo=slackware&logoColor=white
.. |ubuntu-devel| image:: https://img.shields.io/static/v1?label=ubuntu&message=devel%20(rolling)&color=purple&logo=ubuntu&logoColor=white
.. |ubuntu-rolling| image:: https://img.shields.io/static/v1?label=ubuntu&message=rolling%20(rolling)&color=purple&logo=ubuntu&logoColor=white
.. |ubuntu-24.04| image:: https://img.shields.io/static/v1?label=ubuntu&message=24.04%20(EOL%3A2029-04-30%20/%20ELTS%3A2034-04-30)&color=green&logo=ubuntu&logoColor=white
Expand Down
6 changes: 3 additions & 3 deletions EOL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ This mostly mimics Debian lifecycle.

"slackware current", "rolling", "", ""
"slackware 15.0", "unknown", "", ""
"slackware 14.2", "unknown", "", ""
"slackware 14.1", "unknown", "", ""
"slackware 14.0", "unknown", "", ""
"slackware 14.2", "2024-01-01", "", ""
"slackware 14.1", "2024-01-01", "", ""
"slackware 14.0", "2024-01-01", "", ""
.. csv-table:: ubuntu
:header: "distro", "EOL", "LTS", "ELTS"

Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
.. |rockylinux-8| image:: https://img.shields.io/static/v1?label=rockylinux&message=8%20(EOL%3A2029-05-31)&color=green
.. |slackware-current| image:: https://img.shields.io/static/v1?label=slackware&message=current%20(rolling)&color=purple&logo=slackware&logoColor=white
.. |slackware-15.0| image:: https://img.shields.io/static/v1?label=slackware&message=15.0%20(unknown)&color=lightgray&logo=slackware&logoColor=white
.. |slackware-14.2| image:: https://img.shields.io/static/v1?label=slackware&message=14.2%20(unknown)&color=lightgray&logo=slackware&logoColor=white
.. |slackware-14.1| image:: https://img.shields.io/static/v1?label=slackware&message=14.1%20(unknown)&color=lightgray&logo=slackware&logoColor=white
.. |slackware-14.0| image:: https://img.shields.io/static/v1?label=slackware&message=14.0%20(unknown)&color=lightgray&logo=slackware&logoColor=white
.. |slackware-14.2| image:: https://img.shields.io/static/v1?label=slackware&message=14.2%20(EOL%3A2024-01-01)&color=black&logo=slackware&logoColor=white
.. |slackware-14.1| image:: https://img.shields.io/static/v1?label=slackware&message=14.1%20(EOL%3A2024-01-01)&color=black&logo=slackware&logoColor=white
.. |slackware-14.0| image:: https://img.shields.io/static/v1?label=slackware&message=14.0%20(EOL%3A2024-01-01)&color=black&logo=slackware&logoColor=white
.. |ubuntu-devel| image:: https://img.shields.io/static/v1?label=ubuntu&message=devel%20(rolling)&color=purple&logo=ubuntu&logoColor=white
.. |ubuntu-rolling| image:: https://img.shields.io/static/v1?label=ubuntu&message=rolling%20(rolling)&color=purple&logo=ubuntu&logoColor=white
.. |ubuntu-24.04| image:: https://img.shields.io/static/v1?label=ubuntu&message=24.04%20(EOL%3A2029-04-30%20/%20ELTS%3A2034-04-30)&color=green&logo=ubuntu&logoColor=white
Expand Down
6 changes: 3 additions & 3 deletions pep600_compliance/images/os/slackware.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def install_packages(self, container, machine):
),
Slackware(
"vbatts/slackware:14.2",
"unknown",
("EOL:2024-01-01",),
pkg_manager=package_manager.SLACKPKG(),
packages=[
[
Expand All @@ -74,7 +74,7 @@ def install_packages(self, container, machine):
),
Slackware(
"vbatts/slackware:14.1",
"unknown",
("EOL:2024-01-01",),
pkg_manager=package_manager.SLACKPKG(),
packages=[
[
Expand All @@ -91,7 +91,7 @@ def install_packages(self, container, machine):
),
Slackware(
"vbatts/slackware:14.0",
"unknown",
("EOL:2024-01-01",),
pkg_manager=package_manager.SLACKPKG(),
packages=[
[
Expand Down

0 comments on commit 3fcbf76

Please sign in to comment.