Browse Source

Merge branch 'develop' into patch-1

pull/4843/head
Daniel Gibbs 7 months ago
committed by GitHub
parent
commit
6fae6d39b3
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/config-default/config-lgsm/vintsserver/_default.cfg
  6. 2
      lgsm/data/almalinux-8.csv
  7. 2
      lgsm/data/almalinux-9.csv
  8. 2
      lgsm/data/centos-7.csv
  9. 2
      lgsm/data/centos-8.csv
  10. 2
      lgsm/data/centos-9.csv
  11. 2
      lgsm/data/debian-10.csv
  12. 2
      lgsm/data/debian-11.csv
  13. 2
      lgsm/data/debian-12.csv
  14. 24
      lgsm/data/debian-13.csv
  15. 2
      lgsm/data/debian-9.csv
  16. 2
      lgsm/data/rhel-7.csv
  17. 2
      lgsm/data/rhel-8.csv
  18. 2
      lgsm/data/rhel-9.csv
  19. 2
      lgsm/data/rocky-8.csv
  20. 2
      lgsm/data/rocky-9.csv
  21. 2
      lgsm/data/ubuntu-16.04.csv
  22. 2
      lgsm/data/ubuntu-18.04.csv
  23. 2
      lgsm/data/ubuntu-20.04.csv
  24. 2
      lgsm/data/ubuntu-22.04.csv
  25. 2
      lgsm/data/ubuntu-23.04.csv
  26. 2
      lgsm/data/ubuntu-23.10.csv
  27. 2
      lgsm/data/ubuntu-24.04.csv
  28. 4
      lgsm/modules/update_vints.sh

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/config-default/config-lgsm/vintsserver/_default.cfg

@ -12,7 +12,7 @@
startparameters="--dataPath ${servercfgdir}" startparameters="--dataPath ${servercfgdir}"
## Release Settings | https://docs.linuxgsm.com/game-servers/vintagestory#release-settings ## Release Settings | https://docs.linuxgsm.com/game-servers/vintagestory#release-settings
# Branch (stable|unstable) # Branch (stable|unstable|<version>)
branch="stable" branch="stable"
#### LinuxGSM Settings #### #### LinuxGSM Settings ####

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.

24
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
@ -65,14 +65,14 @@ kf
kf2 kf2
l4d l4d
l4d2 l4d2
mc,openjdk-22-jre mc,openjdk-25-jre
mcb mcb
mh mh
mohaa,libstdc++5:i386 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
@ -81,12 +81,12 @@ onset,libmariadb-dev
opfor opfor
pc pc
pc2 pc2
pmc,openjdk-22-jre pmc,openjdk-25-jre
squad44 squad44
pvkii pvkii
pvr,libc++1 pvr,libc++1
pw pw
pz,openjdk-22-jre,rng-tools5 pz,openjdk-25-jre,rng-tools5
q2 q2
q3 q3
q4 q4
@ -96,7 +96,7 @@ ricochet
ro ro
rtcw rtcw
rust,lib32z1 rust,lib32z1
rw,openjdk-22-jre rw,openjdk-25-jre
samp samp
sb sb
sbots sbots
@ -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.

4
lgsm/modules/update_vints.sh

@ -39,8 +39,10 @@ fn_update_remotebuild() {
remotebuildresponse=$(curl -s "${apiurl}") remotebuildresponse=$(curl -s "${apiurl}")
if [ "${branch}" == "stable" ]; then if [ "${branch}" == "stable" ]; then
remotebuildversion=$(echo "${remotebuildresponse}" | jq -r '[ to_entries[] ] | .[].key' | grep -Ev "\-rc|\-pre" | sort -r -V | head -1) remotebuildversion=$(echo "${remotebuildresponse}" | jq -r '[ to_entries[] ] | .[].key' | grep -Ev "\-rc|\-pre" | sort -r -V | head -1)
else elif [ "${branch}" == "unstable" ]; then
remotebuildversion=$(echo "${remotebuildresponse}" | jq -r '[ to_entries[] ] | .[].key' | grep -E "\-rc|\-pre" | sort -r -V | head -1) remotebuildversion=$(echo "${remotebuildresponse}" | jq -r '[ to_entries[] ] | .[].key' | grep -E "\-rc|\-pre" | sort -r -V | head -1)
else
remotebuildversion="${branch}"
fi fi
remotebuildfilename=$(echo "${remotebuildresponse}" | jq --arg remotebuildversion "${remotebuildversion}" -r '.[$remotebuildversion].linuxserver.filename') remotebuildfilename=$(echo "${remotebuildresponse}" | jq --arg remotebuildversion "${remotebuildversion}" -r '.[$remotebuildversion].linuxserver.filename')
remotebuildurl=$(echo "${remotebuildresponse}" | jq --arg remotebuildversion "${remotebuildversion}" -r '.[$remotebuildversion].linuxserver.urls.cdn') remotebuildurl=$(echo "${remotebuildresponse}" | jq --arg remotebuildversion "${remotebuildversion}" -r '.[$remotebuildversion].linuxserver.urls.cdn')

Loading…
Cancel
Save