mbox series

[bug#70286,0/2] Remove linux-libre 6.7.

Message ID cover.1712599562.git.w@wmeyer.eu
Headers show
Series Remove linux-libre 6.7. | expand

Message

Wilko Meyer April 8, 2024, 6:09 p.m. UTC
Hi Leo,

6.7 is EoL so I prepared this patch to remove it. Also someone made a patch to
set liux-libre-lts to the latest supported lts version
https://issues.guix.gnu.org/70273 today, which we probably should apply as
well as that seems to be a good thing to do.

Wilko Meyer (2):
  gnu: Remove linux-libre 6.7.
  news: Add entry for removing linux-libre 6.7 (EoL).

 Makefile.am                                   |     4 -
 etc/news.scm                                  |    12 +
 .../aux-files/linux-libre/6.7-arm.conf        | 11736 ---------------
 .../aux-files/linux-libre/6.7-arm64.conf      | 11734 ---------------
 .../aux-files/linux-libre/6.7-i686.conf       | 11878 ---------------
 .../aux-files/linux-libre/6.7-x86_64.conf     | 12043 ----------------
 gnu/packages/linux.scm                        |    42 +-
 7 files changed, 15 insertions(+), 47434 deletions(-)
 delete mode 100644 gnu/packages/aux-files/linux-libre/6.7-arm.conf
 delete mode 100644 gnu/packages/aux-files/linux-libre/6.7-arm64.conf
 delete mode 100644 gnu/packages/aux-files/linux-libre/6.7-i686.conf
 delete mode 100644 gnu/packages/aux-files/linux-libre/6.7-x86_64.conf


base-commit: c2985764871597a99fde8c48b8958cecdd4fb0f5

Comments

Leo Famulari April 30, 2024, 9:58 p.m. UTC | #1
On Mon, Apr 08, 2024 at 08:09:48PM +0200, Wilko Meyer wrote:
> Hi Leo,
> 
> 6.7 is EoL so I prepared this patch to remove it. Also someone made a patch to
> set liux-libre-lts to the latest supported lts version
> https://issues.guix.gnu.org/70273 today, which we probably should apply as
> well as that seems to be a good thing to do.

Pushed as fc8f04726c3f16a133bf779a9b24ff91e3c85186, thanks!