- Jun 24, 2018
-
-
Liping Mao (limao) authored
remove unused validate-all-json.sh and validate-all-dockerfiles. Change-Id: Ia534c200f771c23d015ab32b0cc952ca36354451 Closes-Bug: #1778146
-
- May 26, 2016
-
-
Swapnil Kulkarni (coolsvap) authored
Change-Id: Icb47ba8b13b13889e28bb285321f11344400edc2 Closes-Bug:#1582618
-
- Apr 27, 2015
-
-
Chen Zhiwei authored
Unify the shell to bash in all Kolla scripts. Change-Id: Ib9591b2f8f344eb88455c5e9b7ecf2164fb5960a Implements: blueprint use-bash-shell
-
- Jan 19, 2015
-
-
Martin André authored
Fix incorrect test in sh. Bash implements the new test with [[ that accepts the double equal, however, this is not a bash script. On Debian and derivates, this will be run by dash. Make the script portable by not using GNU extensions of xargs. Call `validate-all-*.sh` scripts whenever possible. Have bashate look for /usr/bin/env style shebang as well. Remove useless validate-json.sh file. Change-Id: Id2d697f2e9ddaa66e25f71f410200528c1e0cf6b
-
- Oct 31, 2014
-
-
Lars Kellogg-Stedman authored
Change-Id: I6ee985e694142aa7dadeb085b77910667ac6359f
-
- Oct 14, 2014
-
-
Lars Kellogg-Stedman authored
This patch adds a script for validating YAML files, and replaces the existing JSON checks with one largely identical to the YAML check. This also provides a script that can be installed as a pre-commit hook that will perform this checks when you commit changes. You can install the hook by running tools/pre-commit-hook --install. Change-Id: Ib4742a9db062362cfa61d669c691151bc1ca376c
-