Update git submodules
authorHui Wang <wanghui71@huawei.com>
Fri, 25 May 2018 09:09:30 +0000 (09:09 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 25 May 2018 09:09:30 +0000 (09:09 +0000)
commitc68a093e276f34b7a8246f6941533cf1d3e5529c
treefcaed428d9d64143a273376f601add0977228658
parent68409e2f400d185fdff88f1d3f367c311d865d6a
Update git submodules

* Update docs/submodules/stor4nfv from branch 'master'
  - Merge "manage local patches"
  - manage local patches

    We could not put the source code of ceph or other projects due to
    different license, and so we have to only manage those changes locally.
    This patch provides one way to apply local patches into source code
    from public repo.

    We can use the '.rc' file in every project to configure the branch, repo
    and list all local patches which need to be applies into original branch.
    And then use 'do_patch.sh' script to apply them one by one, e.g.
      $ src/do_patch.sh src/ceph/ceph.rc

    Change-Id: I07573a0ab6985c2aca2558ac2183cdfc8187bf04
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
docs/submodules/stor4nfv