From 5111f4eb75db5b6267f8de2ce6f3ba402284a0dc Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 14 Mar 2018 17:54:03 +0000 Subject: [PATCH 01/15] Testing shellcheck in travis --- .travis.yml | 5 +++-- tests/tests_shellcheck.sh | 15 +++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 tests/tests_shellcheck.sh diff --git a/.travis.yml b/.travis.yml index c52f1af36..777b9789b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,5 +33,6 @@ addons: script: - - bash tests/tests_jc2server.sh - - bash tests/tests_ts3server.sh + #- bash tests/tests_jc2server.sh + #- bash tests/tests_ts3server.sh + - bash tests/tests_shellcheck.sh diff --git a/tests/tests_shellcheck.sh b/tests/tests_shellcheck.sh new file mode 100644 index 000000000..23caf018d --- /dev/null +++ b/tests/tests_shellcheck.sh @@ -0,0 +1,15 @@ +#!/bin/bash +# Project: Game Server Managers - LinuxGSM +# Author: Daniel Gibbs +# License: MIT License, Copyright (c) 2017 Daniel Gibbs +# Purpose: TravisCI Tests: Teamspeak 3 | Linux Game Server Management Script +# Contributors: https://github.com/GameServerManagers/LinuxGSM/graphs/contributors +# Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki +# Website: https://gameservermanagers.com + +githubuser="GameServerManagers" +githubrepo="LinuxGSM" +githubbranch="$TRAVIS_BRANCH" + +git clone +shellcheck --shell=bash --exclude=SC2154,SC2034 GameServerManagers/LinuxGSM/lgsm/functions/* \ No newline at end of file From 2107a38c74f3810ae70722259d769e7d0744fe14 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 14 Mar 2018 18:04:44 +0000 Subject: [PATCH 02/15] setting up shellcheck docker image --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 777b9789b..c16fb4e09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,12 @@ language: bash dist: trusty sudo: required +services: + - docker + +before_install: + - docker pull koalaman/shellcheck + before_script: - curl -L "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/shunit2/shunit2-2.1.6.tgz" | tar zx @@ -35,4 +41,4 @@ script: #- bash tests/tests_jc2server.sh #- bash tests/tests_ts3server.sh - - bash tests/tests_shellcheck.sh + - docker run -v $(pwd):/scripts koalaman/shellcheckbash tests/tests_shellcheck.sh \ No newline at end of file From bf38e0d3558841b50d9b20806a7c445e5a4b478b Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 14 Mar 2018 18:19:31 +0000 Subject: [PATCH 03/15] more travis tests --- .travis.yml | 3 ++- tests/tests_shellcheck.sh | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c16fb4e09..a604259d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,9 +36,10 @@ addons: - libstdc++6:i386 - net-tools - iproute2 + - shellcheck script: #- bash tests/tests_jc2server.sh #- bash tests/tests_ts3server.sh - - docker run -v $(pwd):/scripts koalaman/shellcheckbash tests/tests_shellcheck.sh \ No newline at end of file + - tests/tests_shellcheck.sh \ No newline at end of file diff --git a/tests/tests_shellcheck.sh b/tests/tests_shellcheck.sh index 23caf018d..e5c49b0f1 100644 --- a/tests/tests_shellcheck.sh +++ b/tests/tests_shellcheck.sh @@ -10,6 +10,5 @@ githubuser="GameServerManagers" githubrepo="LinuxGSM" githubbranch="$TRAVIS_BRANCH" - -git clone +ls -al shellcheck --shell=bash --exclude=SC2154,SC2034 GameServerManagers/LinuxGSM/lgsm/functions/* \ No newline at end of file From e7984509ef088c3cf71b87bca7d8b4e758a2e976 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 14 Mar 2018 18:23:59 +0000 Subject: [PATCH 04/15] removed docker --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index a604259d2..7dd347e10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,6 @@ language: bash dist: trusty sudo: required -services: - - docker - -before_install: - - docker pull koalaman/shellcheck - before_script: - curl -L "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/shunit2/shunit2-2.1.6.tgz" | tar zx From cd25682a9f31f0a2c17296c3623c57d2d4f83f0a Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 14 Mar 2018 18:33:49 +0000 Subject: [PATCH 05/15] test --- tests/tests_shellcheck.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/tests_shellcheck.sh b/tests/tests_shellcheck.sh index e5c49b0f1..6dd535fb4 100644 --- a/tests/tests_shellcheck.sh +++ b/tests/tests_shellcheck.sh @@ -7,8 +7,5 @@ # Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki # Website: https://gameservermanagers.com -githubuser="GameServerManagers" -githubrepo="LinuxGSM" -githubbranch="$TRAVIS_BRANCH" -ls -al +command -v shellcheck shellcheck --shell=bash --exclude=SC2154,SC2034 GameServerManagers/LinuxGSM/lgsm/functions/* \ No newline at end of file From 6a3373adb7fd121728714bc3de5251ec2a3ae57b Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 14 Mar 2018 18:37:09 +0000 Subject: [PATCH 06/15] test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7dd347e10..385229191 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,4 +36,4 @@ script: #- bash tests/tests_jc2server.sh #- bash tests/tests_ts3server.sh - - tests/tests_shellcheck.sh \ No newline at end of file + - bash tests/tests_shellcheck.sh \ No newline at end of file From da5e3b2a78625f5b0d9b6b7abe86d28ea960d04e Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 14 Mar 2018 18:39:27 +0000 Subject: [PATCH 07/15] test --- tests/tests_shellcheck.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/tests_shellcheck.sh b/tests/tests_shellcheck.sh index 6dd535fb4..dafe662b7 100644 --- a/tests/tests_shellcheck.sh +++ b/tests/tests_shellcheck.sh @@ -7,5 +7,6 @@ # Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki # Website: https://gameservermanagers.com -command -v shellcheck + +ls -al shellcheck --shell=bash --exclude=SC2154,SC2034 GameServerManagers/LinuxGSM/lgsm/functions/* \ No newline at end of file From 8e0b024871426945e089da4908e6660f91a3ffb0 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 14 Mar 2018 18:42:01 +0000 Subject: [PATCH 08/15] test --- tests/tests_shellcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests_shellcheck.sh b/tests/tests_shellcheck.sh index dafe662b7..c088f7609 100644 --- a/tests/tests_shellcheck.sh +++ b/tests/tests_shellcheck.sh @@ -9,4 +9,4 @@ ls -al -shellcheck --shell=bash --exclude=SC2154,SC2034 GameServerManagers/LinuxGSM/lgsm/functions/* \ No newline at end of file +shellcheck --shell=bash --exclude=SC2154,SC2034 lgsm/functions/* \ No newline at end of file From 80b13ac739b4daaa27711417b2f5e8939ca336f2 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 14 Mar 2018 19:34:13 +0000 Subject: [PATCH 09/15] tests --- tests/tests_shellcheck.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/tests_shellcheck.sh b/tests/tests_shellcheck.sh index c088f7609..c3f5fbda0 100644 --- a/tests/tests_shellcheck.sh +++ b/tests/tests_shellcheck.sh @@ -2,11 +2,10 @@ # Project: Game Server Managers - LinuxGSM # Author: Daniel Gibbs # License: MIT License, Copyright (c) 2017 Daniel Gibbs -# Purpose: TravisCI Tests: Teamspeak 3 | Linux Game Server Management Script +# Purpose: TravisCI Tests: Shellcheck | Linux Game Server Management Script # Contributors: https://github.com/GameServerManagers/LinuxGSM/graphs/contributors # Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki # Website: https://gameservermanagers.com - -ls -al -shellcheck --shell=bash --exclude=SC2154,SC2034 lgsm/functions/* \ No newline at end of file +find . -type f -name "*.sh" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \; +find . -type f -name "*.cfg" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \; From adc0f17cc0cf44ce01c4dc33eb9e2218091e397c Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 14 Mar 2018 20:12:32 +0000 Subject: [PATCH 10/15] test --- tests/tests_shellcheck.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tests_shellcheck.sh b/tests/tests_shellcheck.sh index c3f5fbda0..7a9608953 100644 --- a/tests/tests_shellcheck.sh +++ b/tests/tests_shellcheck.sh @@ -7,5 +7,5 @@ # Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki # Website: https://gameservermanagers.com -find . -type f -name "*.sh" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \; -find . -type f -name "*.cfg" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \; +find . -type f -name "shunit2-2.1.6" -prune -name "*.sh" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \; +find . -type f -name "shunit2-2.1.6" -prune -name "*.cfg" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \; From 53b177df3b0261891918af7e5d511129d43c50c9 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 14 Mar 2018 20:17:13 +0000 Subject: [PATCH 11/15] test --- tests/tests_shellcheck.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tests_shellcheck.sh b/tests/tests_shellcheck.sh index 7a9608953..100af3045 100644 --- a/tests/tests_shellcheck.sh +++ b/tests/tests_shellcheck.sh @@ -7,5 +7,5 @@ # Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki # Website: https://gameservermanagers.com -find . -type f -name "shunit2-2.1.6" -prune -name "*.sh" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \; -find . -type f -name "shunit2-2.1.6" -prune -name "*.cfg" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \; +find . -type d \( ! -name "shunit2-2.1.6" \) -type f -prune -name "*.sh" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \; +find . -type d \( ! -name "shunit2-2.1.6" \) -type f -prune -name "*.cfg" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \; From bb83370cb75eb672ff8576b11e2f59d15c0044c0 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 14 Mar 2018 20:33:46 +0000 Subject: [PATCH 12/15] test --- tests/tests_shellcheck.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tests_shellcheck.sh b/tests/tests_shellcheck.sh index 100af3045..ed916bb21 100644 --- a/tests/tests_shellcheck.sh +++ b/tests/tests_shellcheck.sh @@ -7,5 +7,5 @@ # Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki # Website: https://gameservermanagers.com -find . -type d \( ! -name "shunit2-2.1.6" \) -type f -prune -name "*.sh" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \; -find . -type d \( ! -name "shunit2-2.1.6" \) -type f -prune -name "*.cfg" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \; +find . -type f -name "*.sh" -not -path "./shunit2-2.1.6/*" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \; +find . -type f -name "*.cfg" -not -path "./shunit2-2.1.6/*" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \; From 9b0309b799abd380d062921b056718cec3998508 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 14 Mar 2018 20:40:03 +0000 Subject: [PATCH 13/15] finalising tests --- .travis.yml | 5 ++--- tests/tests_shellcheck.sh | 5 +++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 385229191..24af341a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,6 @@ addons: - shellcheck script: - - #- bash tests/tests_jc2server.sh - #- bash tests/tests_ts3server.sh + - bash tests/tests_jc2server.sh + - bash tests/tests_ts3server.sh - bash tests/tests_shellcheck.sh \ No newline at end of file diff --git a/tests/tests_shellcheck.sh b/tests/tests_shellcheck.sh index ed916bb21..9759825d2 100644 --- a/tests/tests_shellcheck.sh +++ b/tests/tests_shellcheck.sh @@ -7,5 +7,10 @@ # Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki # Website: https://gameservermanagers.com + +echo "START Shellcheck" +echo "=================================" find . -type f -name "*.sh" -not -path "./shunit2-2.1.6/*" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \; find . -type f -name "*.cfg" -not -path "./shunit2-2.1.6/*" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \; +echo "=================================" +echo "END Shellcheck" \ No newline at end of file From 58a6a8b7525c3b065d21d7e215e91132590d197f Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 14 Mar 2018 21:08:21 +0000 Subject: [PATCH 14/15] Added Shellcheck to travis --- .travis.yml | 3 ++- tests/tests_shellcheck.sh | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 tests/tests_shellcheck.sh diff --git a/.travis.yml b/.travis.yml index c52f1af36..24af341a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,8 +30,9 @@ addons: - libstdc++6:i386 - net-tools - iproute2 + - shellcheck script: - - bash tests/tests_jc2server.sh - bash tests/tests_ts3server.sh + - bash tests/tests_shellcheck.sh \ No newline at end of file diff --git a/tests/tests_shellcheck.sh b/tests/tests_shellcheck.sh new file mode 100644 index 000000000..9759825d2 --- /dev/null +++ b/tests/tests_shellcheck.sh @@ -0,0 +1,16 @@ +#!/bin/bash +# Project: Game Server Managers - LinuxGSM +# Author: Daniel Gibbs +# License: MIT License, Copyright (c) 2017 Daniel Gibbs +# Purpose: TravisCI Tests: Shellcheck | Linux Game Server Management Script +# Contributors: https://github.com/GameServerManagers/LinuxGSM/graphs/contributors +# Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki +# Website: https://gameservermanagers.com + + +echo "START Shellcheck" +echo "=================================" +find . -type f -name "*.sh" -not -path "./shunit2-2.1.6/*" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \; +find . -type f -name "*.cfg" -not -path "./shunit2-2.1.6/*" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \; +echo "=================================" +echo "END Shellcheck" \ No newline at end of file From 06deb21d33d301e40c47649138eb7a27e75cc949 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 14 Mar 2018 21:10:18 +0000 Subject: [PATCH 15/15] removed line --- tests/tests_shellcheck.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/tests_shellcheck.sh b/tests/tests_shellcheck.sh index 9759825d2..8970de676 100644 --- a/tests/tests_shellcheck.sh +++ b/tests/tests_shellcheck.sh @@ -7,7 +7,6 @@ # Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki # Website: https://gameservermanagers.com - echo "START Shellcheck" echo "=================================" find . -type f -name "*.sh" -not -path "./shunit2-2.1.6/*" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \;