Merge "Rearrange Releng Job and Parameter Files"
authorRyota Mibu <r-mibu@cq.jp.nec.com>
Wed, 30 Nov 2016 06:46:02 +0000 (06:46 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 30 Nov 2016 06:46:02 +0000 (06:46 +0000)
jjb/global/installer-params.yml [moved from jjb/opnfv/installer-params.yml with 100% similarity]
jjb/global/releng-defaults.yml [moved from jjb/releng-defaults.yaml with 100% similarity]
jjb/global/releng-macros.yml [moved from jjb/releng-macros.yaml with 100% similarity]
jjb/global/slave-params.yml [moved from jjb/opnfv/slave-params.yml with 100% similarity]
jjb/releng/artifact-cleanup.yml [moved from jjb/opnfv/artifact-cleanup.yml with 100% similarity]
jjb/releng/opnfv-docker.sh [moved from jjb/opnfv/opnfv-docker.sh with 100% similarity]
jjb/releng/opnfv-docker.yml [moved from jjb/opnfv/opnfv-docker.yml with 100% similarity]
jjb/releng/opnfv-docs.yml [moved from jjb/opnfv/opnfv-docs.yml with 100% similarity]
jjb/releng/opnfv-lint.yml [moved from jjb/opnfv/opnfv-lint.yml with 100% similarity]
jjb/releng/opnfv-utils.yml [moved from jjb/opnfv/opnfv-utils.yml with 100% similarity]
jjb/releng/verify-releng.sh

index 5c2dbff..682a8be 100755 (executable)
@@ -8,7 +8,7 @@
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
 #test for non-ascii characters, these can pass the test and end up breaking things in production
-for x in $(find . -name *\.yml); do
+for x in $(find . -name *\.yml -or -name *\.yaml); do
 
   if LC_ALL=C grep -q '[^[:print:][:space:]]' "$x"; then
     echo "file "$x" contains non-ascii characters"