You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@yunikorn.apache.org by "Wilfred Spiegelenburg (Jira)" <ji...@apache.org> on 2022/07/19 00:25:00 UTC

[jira] [Created] (YUNIKORN-1265) fix shellcheck issues in our shell scripts

Wilfred Spiegelenburg created YUNIKORN-1265:
-----------------------------------------------

             Summary: fix shellcheck issues in our shell scripts
                 Key: YUNIKORN-1265
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-1265
             Project: Apache YuniKorn
          Issue Type: Bug
          Components: build
            Reporter: Wilfred Spiegelenburg


Throughout our repos we have a number of shell scripts linked to release and build mainly.

These scripts are not checked for issues and or tested. I ran  [shellcheck|https://github.com/koalaman/shellcheck] over some of them and a number of possible issues popped up. We should run the tool over all repos and the shell scripts we have and fix the issues found.

Lots of them are around variable quoting that is missing and the use of deprecated  back-ticked `cmd` substitution which are not portable. We do not have a standard set for these and have mixed them in our use.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: dev-help@yunikorn.apache.org