Update git submodules
authorAric Gardner <agardner@linuxfoundation.org>
Sat, 26 May 2018 18:21:55 +0000 (18:21 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Sat, 26 May 2018 18:21:55 +0000 (18:21 +0000)
commit61133270e7e929317dee00257955f48f5e79ad98
tree7c6a1973d084711329c98d8d4b64356c0d077e68
parent83f9bdd19d21cd023a3cc0ef478dfea9d4997572
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Verify and Create Tags from Release File"
  - Verify and Create Tags from Release File

    Updates the releases verify and merge jobs to check release files for
    the following:

     - commits exist
     - commits are on stable-branch

    If both of these criteria are met and the patch is merged, the repos
    will be tagged at the specified commits and pushed.

    If a repo has already been tagged but not on stable-branch the job will
    not exit, but will warn that the commit doesn't exist on the correct
    branch. This is because tags should never be removed.

    This adds an additional script 'repos.py' that provides an quick
    interface for pulling out information from release files, along with the
    script 'release-status.sh' for checking the status of tags.

    NOTE: The branch creation script has been disabled until it can be reworked.

    Change-Id: I498bc74f20aa50d2bd321771f20a77905b246399
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
docs/submodules/releng