From 102f341a44c460d716c17478da14b54875ec20f0 Mon Sep 17 00:00:00 2001 From: David Williams Date: Tue, 21 Jun 2016 12:34:50 -0400 Subject: Bug 496490 - Final steps to use "genie.releng" instead of "e4Build" Change-Id: I3f094465eb13971df68fd18540beba28aebea94a --- production/miscToolsAndNotes/misc/makeBranch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'production/miscToolsAndNotes') diff --git a/production/miscToolsAndNotes/misc/makeBranch.sh b/production/miscToolsAndNotes/misc/makeBranch.sh index 842bd438..ab1ef3ac 100755 --- a/production/miscToolsAndNotes/misc/makeBranch.sh +++ b/production/miscToolsAndNotes/misc/makeBranch.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Utility script to semi-automate creation of a branch using committer shell (or, e4Build id) +# Utility script to semi-automate creation of a branch using committer shell (or, genie.releng id) #project=simrel project=platform @@ -52,7 +52,7 @@ git checkout -b $branchName $startTag checkForErrorExit $? "Could not create local branch ($branchName) from tag ($startTag)" # The part above could be done by anyone. The following code is where committer access is required -# (which is accomplished by using e4Build id for the general case). +# (which is accomplished by using genie.releng id for the general case). # note: using cd here is where executing this whole thing from a committer shell on server is handy cd $repo -- cgit v1.2.1