Update git submodules
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Mon, 13 Nov 2017 22:40:43 +0000 (22:40 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 13 Nov 2017 22:40:44 +0000 (22:40 +0000)
commit115d013f14acaa8ef6ea6d03d8cdd915748d2f79
tree4561ce6e437522033e3a2def63d379a2cc804e9f
parent2c02679627019cf7f5eaebeba89ffde317cbb1d5
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "fix the bug of patch verify"
  - fix the bug of patch verify

    If one patch don't modify the "yml" or "yaml" file,
    the script will exit with 1 at egrep "ya?ml$", then mark build as failure.
    In my opinion, if not modify the "yml" or "yaml" file, the yamllint should be successful.
    So we need mark the result of egrep "ya?ml$" as true, then judge the $YAML_FILES.

    Change-Id: I8abcadc9e4c85935ac7b20cdf54713b9800108ba
Signed-off-by: wutianwei <wutianwei1@huawei.com>
docs/submodules/releng