From 820c8f7aaa9cee701dd65db5d43c4e491980971c Mon Sep 17 00:00:00 2001 From: Amit Kucheria Date: Wed, 18 Jul 2018 16:18:55 +0530 Subject: ci-merge: fix messages, grammar Random bunch of fixes to make the output a bit nicer to read Signed-off-by: Amit Kucheria Signed-off-by: Daniel Lezcano --- ci-merge | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci-merge b/ci-merge index c4a6934..b4327bc 100755 --- a/ci-merge +++ b/ci-merge @@ -491,7 +491,7 @@ do_remove_old() { do_add_new() { - echo "Adding all remotes new ..." + echo "Adding new remotes..." ADDED=0 @@ -610,11 +610,10 @@ fi TAG=$(get_last_change_id) echo "Latest tag is $TAG" -echo "Check the 'integration' branch exists" git branch | grep -q "$INTEG_BRANCH$" if [ $? -eq 0 ]; then - echo "The integration branch already exists." + echo "The integration branch ($INTEG_BRANCH) already exists." INTEG_BRANCH_NEW_NAME=$INTEG_BRANCH-$(date +%Y%m%d-%H%M%S)-$(git describe) @@ -650,7 +649,8 @@ while read LINE; do MERGER="$REMOTE_NAME/$REMOTE_BRANCH" fi - echo "----------------------\nMerging $MERGER" + echo "------------------------------------------" + echo " ** Merging topic branch: $MERGER" git merge -q --no-ff --no-edit $MERGER if [ $? -ne 0 ]; then -- cgit v1.2.3