Update git submodules

* Update jeepyb from branch 'master'
  - Handle newer gerrit in update blueprint script
    
    Newer gerrit provides the project name and the branch the change is
    proposed against as well as the change id itself in the --change
    argument to patchset created hooks. This is a behavior change that we
    have to handle as old gerrit passed only the change id.
    
    We do this by going to the old behavior of the script by splitting off
    the change id from the new string and using only that. Note that this
    may not be strictly correct as multiple changes can share a change id
    (likely why gerrit made this change in the first place). We can worry
    about properly correct behavior in future updates.
    
    Change-Id: Idef56e98ed6c753a58b766024295b2f5147e3aea
This commit is contained in:
Clark Boylan 2017-09-23 12:21:13 -07:00 committed by Gerrit Code Review
parent baccc9da8e
commit 5c305d16f0
1 changed files with 1 additions and 1 deletions

2
jeepyb

@ -1 +1 @@
Subproject commit 8b50df9eada11ceb24d95b8f3910a38b75a805fa
Subproject commit 5b68b2227fb1ecbc8a284576a2034cf8c44d7722