Merge "Add Ocata branch remove Liberty"

This commit is contained in:
Jenkins 2017-02-19 21:18:20 +00:00 committed by Gerrit Code Review
commit dfcb74f23a

View File

@ -25,9 +25,9 @@
# Note(tonyb): Expand HEAD into something that's hopefully more human # Note(tonyb): Expand HEAD into something that's hopefully more human
# readable # readable
declare -a branches=($(git describe --always) origin/master declare -a branches=($(git describe --always) origin/master
origin/stable/ocata
origin/stable/newton origin/stable/newton
origin/stable/mitaka origin/stable/mitaka
origin/stable/liberty
) )
function search() { function search() {