[monitoring-plugins] remove useless comments

Sven Nierlein git at monitoring-plugins.org
Thu May 20 18:00:14 CEST 2021


 Module: monitoring-plugins
 Branch: feature_github_actions
 Commit: 6344d29143bfd80d511e6c2d4bd39b9f58e03f14
 Author: Sven Nierlein <sven at nierlein.de>
   Date: Thu May 20 17:49:46 2021 +0200
    URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=6344d29

remove useless comments

Signed-off-by: Sven Nierlein <sven at nierlein.de>

---

 .github/prepare_debian.sh  |  4 ----
 .github/workflows/test.yml | 38 +++-----------------------------------
 2 files changed, 3 insertions(+), 39 deletions(-)

diff --git a/.github/prepare_debian.sh b/.github/prepare_debian.sh
index a74f346..c68b9f5 100755
--- a/.github/prepare_debian.sh
+++ b/.github/prepare_debian.sh
@@ -69,12 +69,8 @@ ssh-keyscan localhost >> ~/.ssh/known_hosts
 touch ~/.ssh/config
 
 # start one login session, required for check_users
-#( ssh -n -tt root at localhost "top" < /dev/null >/dev/null 2>&1 & )
 ssh -tt localhost </dev/null >/dev/null 2>/dev/null &
 disown %1
-#sleep 1
-#who
-#ssh root at localhost "top -b -n 1"
 
 # snmpd
 for DIR in /usr/share/snmp/mibs /usr/share/mibs; do
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3e46795..512d28e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -8,29 +8,7 @@ on:
 
 jobs:
 #  macos:
-#    name: Running tests on ${{ matrix.os }}
-#    strategy:
-#      fail-fast: false
-#      matrix:
-#        os:
-#          - macos-10.15
-#    runs-on: ${{ matrix.os }}
-#    steps:
-#
-#      - name: Git clone repository
-#        uses: actions/checkout at v2
-#      #- name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate
-#      #  uses: mxschmitt/action-tmate at v3
-#      - name: Prepare machine
-#        run:  |
-#          brew install automake
-#      - name: Run the tests
-#        run:  |
-#          tools/setup \
-#          && ./configure --enable-libtap \
-#          && make \
-#          && make test
-
+#    ...
   linux:
     runs-on: ubuntu-latest
     name: Running tests on ${{ matrix.distro }}
@@ -38,22 +16,12 @@ jobs:
       fail-fast: false
       matrix:
         distro:
-          #- 'debian:10'
           - 'debian:testing'
-          #- 'ubuntu:20.10'
-          #- 'centos:7'
-          #- 'centos:8'
+          #...
         include:
-          #- distro: 'debian:10'
-          #  prepare: .github/prepare_debian.sh
           - distro: 'debian:testing'
             prepare: .github/prepare_debian.sh
-          #- distro: 'ubuntu:20.10'
-          #  prepare: .github/prepare_debian.sh
-          #- distro: 'centos:7'
-          #  prepare: .github/prepare_centos.sh
-          #- distro: 'centos:8'
-          #  prepare: .github/prepare_centos.sh
+          #...
     steps:
       - name: Git clone repository
         uses: actions/checkout at v2



More information about the Commits mailing list