Browse Source

Merge branch 'develop' into 4829-deb13-update-jre

pull/4830/head
Daniel Gibbs 7 months ago
committed by GitHub
parent
commit
265361ad55
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .github/dependabot.yml
  2. 4
      .github/workflows/action-prettier.yml
  3. 8
      .github/workflows/action-super-linter.yml
  4. 2
      .github/workflows/action-update-copyright-years-in-license-file.yml
  5. 2
      lgsm/data/almalinux-8.csv
  6. 2
      lgsm/data/almalinux-9.csv
  7. 2
      lgsm/data/centos-7.csv
  8. 2
      lgsm/data/centos-8.csv
  9. 2
      lgsm/data/centos-9.csv
  10. 2
      lgsm/data/debian-10.csv
  11. 2
      lgsm/data/debian-11.csv
  12. 2
      lgsm/data/debian-12.csv
  13. 16
      lgsm/data/debian-13.csv
  14. 2
      lgsm/data/debian-9.csv
  15. 2
      lgsm/data/rhel-7.csv
  16. 2
      lgsm/data/rhel-8.csv
  17. 2
      lgsm/data/rhel-9.csv
  18. 2
      lgsm/data/rocky-8.csv
  19. 2
      lgsm/data/rocky-9.csv
  20. 2
      lgsm/data/ubuntu-16.04.csv
  21. 2
      lgsm/data/ubuntu-18.04.csv
  22. 2
      lgsm/data/ubuntu-20.04.csv
  23. 2
      lgsm/data/ubuntu-22.04.csv
  24. 2
      lgsm/data/ubuntu-23.04.csv
  25. 2
      lgsm/data/ubuntu-23.10.csv
  26. 2
      lgsm/data/ubuntu-24.04.csv

1
.github/dependabot.yml

@ -1,4 +1,3 @@
---
version: 2 version: 2
updates: updates:
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"

4
.github/workflows/action-prettier.yml

@ -1,5 +1,7 @@
name: Prettier name: Prettier
on: on:
workflow_dispatch:
push: push:
branches: branches:
- "*" - "*"
@ -18,6 +20,8 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v5
with:
persist-credentials: false
- name: Install Prettier and plugins - name: Install Prettier and plugins
run: | run: |

8
.github/workflows/action-super-linter.yml

@ -1,4 +1,3 @@
---
name: Super Linter name: Super Linter
on: on:
@ -31,6 +30,7 @@ jobs:
# super-linter needs the full git history to get the # super-linter needs the full git history to get the
# list of files that changed across commits # list of files that changed across commits
fetch-depth: 0 fetch-depth: 0
persist-credentials: false
- name: Install Prettier plugins (for summary formatting) - name: Install Prettier plugins (for summary formatting)
run: | run: |
@ -41,9 +41,11 @@ jobs:
env: env:
# To report GitHub Actions status checks # To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
VALIDATE_JSCPD: false VALIDATE_JSCPD: false
VALIDATE_SHELL_SHFMT: false
VALIDATE_YAML_PRETTIER: false
VALIDATE_JSON_PRETTIER: false VALIDATE_JSON_PRETTIER: false
VALIDATE_MARKDOWN_PRETTIER: false VALIDATE_MARKDOWN_PRETTIER: false
VALIDATE_NATURAL_LANGUAGE: false VALIDATE_NATURAL_LANGUAGE: false
VALIDATE_SHELL_SHFMT: false
VALIDATE_TERRAFORM_TERRASCAN: false
VALIDATE_YAML_PRETTIER: false

2
.github/workflows/action-update-copyright-years-in-license-file.yml

@ -1,4 +1,5 @@
name: Update copyright year(s) in license file name: Update copyright year(s) in license file
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
@ -15,6 +16,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
with: with:
fetch-depth: 0 fetch-depth: 0
persist-credentials: false
- name: Action Update License Year - name: Action Update License Year
uses: FantasticFiasco/action-update-license-year@v3 uses: FantasticFiasco/action-update-license-year@v3
with: with:

2
lgsm/data/almalinux-8.csv

@ -127,7 +127,7 @@ ut2k4
ut3 ut3
ut99 ut99
vh,glibc-devel,libatomic,pulseaudio-libs-devel vh,glibc-devel,libatomic,pulseaudio-libs-devel
vints,dotnet-runtime-7.0 vints,dotnet-runtime-8.0
vpmc,java-21-openjdk vpmc,java-21-openjdk
vs vs
wet wet

Can't render this file because it has a wrong number of fields in line 2.

2
lgsm/data/almalinux-9.csv

@ -127,7 +127,7 @@ ut2k4
ut3 ut3
ut99 ut99
vh,glibc-devel,libatomic,pulseaudio-libs-devel vh,glibc-devel,libatomic,pulseaudio-libs-devel
vints,dotnet-runtime-7.0 vints,dotnet-runtime-8.0
vpmc,java-21-openjdk vpmc,java-21-openjdk
vs vs
wet wet

Can't render this file because it has a wrong number of fields in line 2.

2
lgsm/data/centos-7.csv

@ -127,7 +127,7 @@ ut2k4
ut3 ut3
ut99 ut99
vh,glibc-devel,libatomic,pulseaudio-libs-devel vh,glibc-devel,libatomic,pulseaudio-libs-devel
vints,dotnet-runtime-7.0 vints,dotnet-runtime-8.0
vpmc,java-11-openjdk vpmc,java-11-openjdk
vs vs
wet wet

Can't render this file because it has a wrong number of fields in line 2.

2
lgsm/data/centos-8.csv

@ -127,7 +127,7 @@ ut2k4
ut3 ut3
ut99 ut99
vh,glibc-devel,libatomic,pulseaudio-libs-devel vh,glibc-devel,libatomic,pulseaudio-libs-devel
vints,dotnet-runtime-7.0 vints,dotnet-runtime-8.0
vpmc,java-17-openjdk vpmc,java-17-openjdk
vs vs
wet wet

Can't render this file because it has a wrong number of fields in line 2.

2
lgsm/data/centos-9.csv

@ -127,7 +127,7 @@ ut2k4
ut3 ut3
ut99 ut99
vh,glibc-devel,libatomic,pulseaudio-libs-devel vh,glibc-devel,libatomic,pulseaudio-libs-devel
vints,dotnet-runtime-7.0 vints,dotnet-runtime-8.0
vpmc,java-17-openjdk vpmc,java-17-openjdk
vs vs
wet wet

Can't render this file because it has a wrong number of fields in line 2.

2
lgsm/data/debian-10.csv

@ -127,7 +127,7 @@ ut2k4
ut3 ut3
ut99 ut99
vh,libc6-dev,libatomic1,libpulse-dev vh,libc6-dev,libatomic1,libpulse-dev
vints,dotnet-runtime-7.0 vints,dotnet-runtime-8.0
vpmc,openjdk-11-jre vpmc,openjdk-11-jre
vs vs
wet wet

Can't render this file because it has a wrong number of fields in line 4.

2
lgsm/data/debian-11.csv

@ -127,7 +127,7 @@ ut2k4
ut3 ut3
ut99 ut99
vh,libc6-dev,libatomic1,libpulse-dev vh,libc6-dev,libatomic1,libpulse-dev
vints,dotnet-runtime-7.0 vints,dotnet-runtime-8.0
vpmc,openjdk-11-jre vpmc,openjdk-11-jre
vs vs
wet wet

Can't render this file because it has a wrong number of fields in line 2.

2
lgsm/data/debian-12.csv

@ -127,7 +127,7 @@ ut2k4
ut3 ut3
ut99 ut99
vh,libc6-dev,libatomic1,libpulse-dev vh,libc6-dev,libatomic1,libpulse-dev
vints,dotnet-runtime-7.0 vints,dotnet-runtime-8.0
vpmc,openjdk-17-jre vpmc,openjdk-17-jre
vs vs
wet wet

Can't render this file because it has a wrong number of fields in line 2.

16
lgsm/data/debian-13.csv

@ -11,7 +11,7 @@ av
bb bb
bb2,libcurl4-gnutls-dev:i386 bb2,libcurl4-gnutls-dev:i386
bd bd
bf1942,libncurses5:i386,libtinfo5:i386 bf1942,libncurses5:i386
bfv,libncurses5:i386,libstdc++5:i386 bfv,libncurses5:i386,libstdc++5:i386
bmdm,libncurses5:i386 bmdm,libncurses5:i386
bo bo
@ -31,7 +31,7 @@ cs
cs2 cs2
cscz cscz
csgo csgo
css,libtinfo5:i386 css
ct ct
dab dab
dayz dayz
@ -48,7 +48,7 @@ etl
ets2 ets2
fctr fctr
fof fof
gmod,libtinfo5:i386 gmod
hcu hcu
hl2dm hl2dm
hldm hldm
@ -72,7 +72,7 @@ mohaa,libstdc++5:i386
mta,libncursesw5,libxml2-utils mta,libncursesw5,libxml2-utils
nd nd
nec nec
nmrih,libtinfo5:i386 nmrih
ns ns
ns2,speex,libtbb12 ns2,speex,libtbb12
ns2c,speex:i386,libtbb12 ns2c,speex:i386,libtbb12
@ -104,7 +104,7 @@ scpsl,mono-complete
scpslsm,mono-complete scpslsm,mono-complete
sdtd,telnet,expect,libxml2-utils sdtd,telnet,expect,libxml2-utils
sf sf
sfc,libtinfo5:i386 sfc
sm,telnet,expect sm,telnet,expect
sof2 sof2
sol sol
@ -127,7 +127,7 @@ ut2k4
ut3 ut3
ut99 ut99
vh,libc6-dev,libatomic1,libpulse-dev vh,libc6-dev,libatomic1,libpulse-dev
vints,dotnet-runtime-7.0 vints,dotnet-runtime-8.0
vpmc,openjdk-21-jre vpmc,openjdk-21-jre
vs vs
wet wet
@ -135,5 +135,5 @@ wf
wmc,openjdk21-jre wmc,openjdk21-jre
wurm,xvfb wurm,xvfb
xnt xnt
zmr,libtinfo5:i386 zmr
zps,libtinfo5:i386 zps

Can't render this file because it has a wrong number of fields in line 2.

2
lgsm/data/debian-9.csv

@ -127,7 +127,7 @@ ut2k4
ut3 ut3
ut99 ut99
vh,libc6-dev,libatomic1,libpulse-dev vh,libc6-dev,libatomic1,libpulse-dev
vints,dotnet-runtime-7.0 vints,dotnet-runtime-8.0
vpmc,openjdk-8-jre vpmc,openjdk-8-jre
vs vs
wet wet

Can't render this file because it has a wrong number of fields in line 2.

2
lgsm/data/rhel-7.csv

@ -127,7 +127,7 @@ ut2k4
ut3 ut3
ut99 ut99
vh,glibc-devel,libatomic,pulseaudio-libs-devel vh,glibc-devel,libatomic,pulseaudio-libs-devel
vints,dotnet-runtime-7.0 vints,dotnet-runtime-8.0
vpmc,java-11-openjdk vpmc,java-11-openjdk
vs vs
wet wet

Can't render this file because it has a wrong number of fields in line 2.

2
lgsm/data/rhel-8.csv

@ -127,7 +127,7 @@ ut2k4
ut3 ut3
ut99 ut99
vh,glibc-devel,libatomic,pulseaudio-libs-devel vh,glibc-devel,libatomic,pulseaudio-libs-devel
vints,dotnet-runtime-7.0 vints,dotnet-runtime-8.0
vpmc,java-21-openjdk vpmc,java-21-openjdk
vs vs
wet wet

Can't render this file because it has a wrong number of fields in line 2.

2
lgsm/data/rhel-9.csv

@ -127,7 +127,7 @@ ut2k4
ut3 ut3
ut99 ut99
vh,glibc-devel,libatomic,pulseaudio-libs-devel vh,glibc-devel,libatomic,pulseaudio-libs-devel
vints,dotnet-runtime-7.0 vints,dotnet-runtime-8.0
vpmc,java-21-openjdk vpmc,java-21-openjdk
vs vs
wet wet

Can't render this file because it has a wrong number of fields in line 2.

2
lgsm/data/rocky-8.csv

@ -127,7 +127,7 @@ ut2k4
ut3 ut3
ut99 ut99
vh,glibc-devel,libatomic,pulseaudio-libs-devel vh,glibc-devel,libatomic,pulseaudio-libs-devel
vints,dotnet-runtime-7.0 vints,dotnet-runtime-8.0
vpmc,java-21-openjdk vpmc,java-21-openjdk
vs vs
wet wet

Can't render this file because it has a wrong number of fields in line 2.

2
lgsm/data/rocky-9.csv

@ -127,7 +127,7 @@ ut2k4
ut3 ut3
ut99 ut99
vh,glibc-devel,libatomic,pulseaudio-libs-devel vh,glibc-devel,libatomic,pulseaudio-libs-devel
vints,dotnet-runtime-7.0 vints,dotnet-runtime-8.0
vpmc,java-21-openjdk vpmc,java-21-openjdk
vs vs
wet wet

Can't render this file because it has a wrong number of fields in line 2.

2
lgsm/data/ubuntu-16.04.csv

@ -127,7 +127,7 @@ ut2k4
ut3 ut3
ut99 ut99
vh,libc6-dev,libatomic1,libpulse-dev vh,libc6-dev,libatomic1,libpulse-dev
vints,dotnet-runtime-7.0 vints,dotnet-runtime-8.0
vpmc,openjdk-8-jre vpmc,openjdk-8-jre
vs vs
wet wet

Can't render this file because it has a wrong number of fields in line 2.

2
lgsm/data/ubuntu-18.04.csv

@ -127,7 +127,7 @@ ut2k4
ut3 ut3
ut99 ut99
vh,libc6-dev,libatomic1,libpulse-dev vh,libc6-dev,libatomic1,libpulse-dev
vints,dotnet-runtime-7.0 vints,dotnet-runtime-8.0
vpmc,openjdk-11-jre vpmc,openjdk-11-jre
vs vs
wet wet

Can't render this file because it has a wrong number of fields in line 2.

2
lgsm/data/ubuntu-20.04.csv

@ -127,7 +127,7 @@ ut2k4
ut3 ut3
ut99 ut99
vh,libc6-dev,libatomic1,libpulse-dev vh,libc6-dev,libatomic1,libpulse-dev
vints,dotnet-runtime-7.0 vints,dotnet-runtime-8.0
vpmc,openjdk-11-jre vpmc,openjdk-11-jre
vs vs
wet wet

Can't render this file because it has a wrong number of fields in line 2.

2
lgsm/data/ubuntu-22.04.csv

@ -127,7 +127,7 @@ ut2k4
ut3 ut3
ut99 ut99
vh,libc6-dev,libatomic1,libpulse-dev vh,libc6-dev,libatomic1,libpulse-dev
vints,dotnet-runtime-7.0 vints,dotnet-runtime-8.0
vpmc,openjdk-21-jre vpmc,openjdk-21-jre
vs vs
wet wet

Can't render this file because it has a wrong number of fields in line 2.

2
lgsm/data/ubuntu-23.04.csv

@ -127,7 +127,7 @@ ut2k4
ut3 ut3
ut99 ut99
vh,libc6-dev,libatomic1,libpulse-dev vh,libc6-dev,libatomic1,libpulse-dev
vints,dotnet-runtime-7.0 vints,dotnet-runtime-8.0
vpmc,openjdk-21-jre vpmc,openjdk-21-jre
vs vs
wet wet

Can't render this file because it has a wrong number of fields in line 2.

2
lgsm/data/ubuntu-23.10.csv

@ -127,7 +127,7 @@ ut2k4
ut3 ut3
ut99 ut99
vh,libc6-dev,libatomic1,libpulse-dev vh,libc6-dev,libatomic1,libpulse-dev
vints,dotnet-runtime-7.0 vints,dotnet-runtime-8.0
vpmc,openjdk-21-jre vpmc,openjdk-21-jre
vs vs
wet wet

Can't render this file because it has a wrong number of fields in line 2.

2
lgsm/data/ubuntu-24.04.csv

@ -127,7 +127,7 @@ ut2k4
ut3 ut3
ut99 ut99
vh,libc6-dev,libatomic1,libpulse-dev vh,libc6-dev,libatomic1,libpulse-dev
vints,dotnet-runtime-7.0 vints,dotnet-runtime-8.0
vpmc,openjdk-21-jre vpmc,openjdk-21-jre
vs vs
wet wet

Can't render this file because it has a wrong number of fields in line 2.
Loading…
Cancel
Save