Browse Source

spaces

Release v21.4.1


new line


Release v21.4.1
pull/3657/head
Daniel Gibbs 3 years ago
parent
commit
454e53bb96
No known key found for this signature in database GPG Key ID: 2EBB36015C6D78E2
  1. 4
      .github/workflows/version-check.yml
  2. 2
      lgsm/functions/core_functions.sh
  3. 4
      lgsm/functions/query_gsquery.py
  4. 2
      linuxgsm.sh
  5. 2
      tests/tests_fctrserver.sh
  6. 2
      tests/tests_jc2server.sh
  7. 2
      tests/tests_mcserver.sh
  8. 2
      tests/tests_ts3server.sh

4
.github/workflows/version-check.yml

@ -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

2
lgsm/functions/core_functions.sh

@ -8,7 +8,7 @@
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
modulesversion="v21.4.0"
modulesversion="v21.4.1"
# Core

4
lgsm/functions/query_gsquery.py

@ -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)

2
linuxgsm.sh

@ -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"

2
tests/tests_fctrserver.sh

@ -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"

2
tests/tests_jc2server.sh

@ -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"

2
tests/tests_mcserver.sh

@ -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"

2
tests/tests_ts3server.sh

@ -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"

Loading…
Cancel
Save