From a4edd9d11a333b75d8d638e411f2ba3a01bc32ab Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Wed, 15 Feb 2017 13:19:13 +1100 Subject: [PATCH] Add Ocata branch remove Liberty Change the branches looked at to match the current tracked releases. Change-Id: Ie406b3743c296905c8db196797b5c632d4d91dca --- tools/grep-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/grep-all.sh b/tools/grep-all.sh index 0d251e6231..ff656b4169 100755 --- a/tools/grep-all.sh +++ b/tools/grep-all.sh @@ -25,9 +25,9 @@ # Note(tonyb): Expand HEAD into something that's hopefully more human # readable declare -a branches=($(git describe --always) origin/master + origin/stable/ocata origin/stable/newton origin/stable/mitaka - origin/stable/liberty ) function search() {