Update git submodules
authorAric Gardner <agardner@linuxfoundation.org>
Fri, 12 Oct 2018 20:17:16 +0000 (16:17 -0400)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 12 Oct 2018 20:56:10 +0000 (20:56 +0000)
commit7a973289e0507f612b8cf35177b1a8b08a81ffed
tree5838b10fe7284c4041c8277282ecaddb352e6b32
parent717b1c3e1c93ff5b5dba456a5600cb8dbb023b23
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Prepare repo for global-jjb v0.25.0

    Global JJB now has non-JJB YAML configuration and requires action on the
    ci-management repo when upgrading to this version of Global JJB to
    prevent JJB from picking up these YAMLs as config. Follow the
    instructions below BEFORE upgrading globall-jjb:

    cd <git-root>
    git mv jjb/global-jjb global-jjb
    mkdir jjb/global-jjb
    ln -s ../../global-jjb/shell jjb/global-jjb/shell
    ln -s ../../global-jjb/jjb jjb/global-jjb/jjb
    git add jjb/global-jjb
    git commit -sm "Prepare repo for global-jjb v0.25.0"

    Git diff confirms no changes.
    diff -bur . /tmp/releng/job_output/

    Change-Id: I6d7239b8bab8ef08368f833d9a64cd94a824b158
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
docs/submodules/releng