Repository: hbase
Updated Branches:
  refs/heads/branch-2.0 cba88d15e -> ed3a6564c


HBASE-20379 shadedjars yetus plugin should add a footer link

Signed-off-by: Mike Drob <md...@apache.org>


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

Branch: refs/heads/branch-2.0
Commit: ed3a6564c5da625209753dc45af67988209922f3
Parents: 0d8262f
Author: Sean Busbey <bus...@apache.org>
Authored: Thu Apr 12 16:31:24 2018 -0500
Committer: Sean Busbey <bus...@apache.org>
Committed: Fri Apr 13 10:51:50 2018 -0500

----------------------------------------------------------------------
 dev-support/hbase-personality.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/ed3a6564/dev-support/hbase-personality.sh
----------------------------------------------------------------------
diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index 90786f2..e047a5a 100755
--- a/dev-support/hbase-personality.sh
+++ b/dev-support/hbase-personality.sh
@@ -365,6 +365,7 @@ function shadedjars_rebuild
   count=$(${GREP} -c '\[ERROR\]' "${logfile}")
   if [[ ${count} -gt 0 ]]; then
     add_vote_table -1 shadedjars "${repostatus} has ${count} errors when 
building our shaded downstream artifacts."
+    add_footer_table shadedjars "@@BASE@@/${repostatus}-shadedjars.txt"
     return 1
   fi
 

Reply via email to