Browse Source
spaces
Release v21.4.1
new line
Release v21.4.1
pull/3657/head
Daniel Gibbs
3 years ago
No known key found for this signature in database
GPG Key ID: 2EBB36015C6D78E2
8 changed files with
10 additions and
10 deletions
-
.github/workflows/version-check.yml
-
lgsm/functions/core_functions.sh
-
lgsm/functions/query_gsquery.py
-
linuxgsm.sh
-
tests/tests_fctrserver.sh
-
tests/tests_jc2server.sh
-
tests/tests_mcserver.sh
-
tests/tests_ts3server.sh
|
|
@ -17,7 +17,7 @@ jobs: |
|
|
|
steps: |
|
|
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
|
|
|
|
|
|
# Runs a single command using the runners shell |
|
|
|
- name: compare versions |
|
|
|
run: chmod +x .github/workflows/version-check.sh; .github/workflows/version-check.sh |
|
|
|
run: chmod +x .github/workflows/version-check.sh; .github/workflows/version-check.sh |
|
|
|
|
|
@ -8,7 +8,7 @@ |
|
|
|
|
|
|
|
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
|
|
|
|
modulesversion="v21.4.0" |
|
|
|
modulesversion="v21.4.1" |
|
|
|
|
|
|
|
# Core |
|
|
|
|
|
|
|
|
|
@ -59,12 +59,12 @@ class gsquery: |
|
|
|
self.response = None |
|
|
|
self.sanity_checks() |
|
|
|
|
|
|
|
@staticmethod |
|
|
|
@staticmethod |
|
|
|
def fatal_error(self, error_message, error_code=1): |
|
|
|
sys.stderr.write('ERROR: ' + str(error_message) + '\n') |
|
|
|
sys.exit(error_code) |
|
|
|
|
|
|
|
@staticmethod |
|
|
|
@staticmethod |
|
|
|
def exit_success(self, success_message=''): |
|
|
|
sys.stdout.write('OK: ' + str(success_message) + '\n') |
|
|
|
sys.exit(0) |
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v21.4.0" |
|
|
|
version="v21.4.1" |
|
|
|
shortname="core" |
|
|
|
gameservername="core" |
|
|
|
commandname="CORE" |
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v21.4.0" |
|
|
|
version="v21.4.1" |
|
|
|
shortname="fctr" |
|
|
|
gameservername="fctrserver" |
|
|
|
commandname="CORE" |
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v21.4.0" |
|
|
|
version="v21.4.1" |
|
|
|
shortname="jc2" |
|
|
|
gameservername="jc2server" |
|
|
|
commandname="CORE" |
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v21.4.0" |
|
|
|
version="v21.4.1" |
|
|
|
shortname="mc" |
|
|
|
gameservername="mcserver" |
|
|
|
commandname="CORE" |
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v21.4.0" |
|
|
|
version="v21.4.1" |
|
|
|
shortname="ts3" |
|
|
|
gameservername="ts3server" |
|
|
|
commandname="CORE" |
|
|
|