index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/ping-from-slave | 2 |
diff --git a/bin/ping-from-slave b/bin/ping-from-slave index bb569dd..2ae9f7e 100755 --- a/bin/ping-from-slave +++ b/bin/ping-from-slave @@ -10,7 +10,7 @@ # shellcheck source=../lib/load-configuration . "${0%/*}/../lib/load-configuration" -# TODO: receive/save some statistics about current build +# TODO: receive and save number of trials so far if [ "$( # shellcheck disable=SC2016,SC2154 |