You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by aw...@apache.org on 2016/04/13 06:35:34 UTC

yetus git commit: YETUS-356. build driver: author plug-in still mentions patches (addendum)

Repository: yetus
Updated Branches:
  refs/heads/YETUS-156 1deeebc02 -> a0d4f11ec


YETUS-356. build driver: author plug-in still mentions patches (addendum)

Signed-off-by: Allen Wittenauer <aw...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/yetus/repo
Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/a0d4f11e
Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/a0d4f11e
Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/a0d4f11e

Branch: refs/heads/YETUS-156
Commit: a0d4f11ec27a57051adaf29698092e2ae4855484
Parents: 1deeebc
Author: Allen Wittenauer <aw...@apache.org>
Authored: Tue Apr 12 21:32:46 2016 -0700
Committer: Allen Wittenauer <aw...@apache.org>
Committed: Tue Apr 12 21:34:54 2016 -0700

----------------------------------------------------------------------
 precommit/test-patch.d/author.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/yetus/blob/a0d4f11e/precommit/test-patch.d/author.sh
----------------------------------------------------------------------
diff --git a/precommit/test-patch.d/author.sh b/precommit/test-patch.d/author.sh
index 3d6e393..0e00c80 100755
--- a/precommit/test-patch.d/author.sh
+++ b/precommit/test-patch.d/author.sh
@@ -29,9 +29,9 @@ function author_generic
   declare msg
 
   if [[ "${BUILDMODE}" = full ]]; then
-    msg="patch"
-  else
     msg="source tree"
+  else
+    msg="patch"
   fi
 
   # shellcheck disable=SC2016