You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2018/04/13 15:51:34 UTC

[04/10] hbase git commit: HBASE-20379 shadedjars yetus plugin should add a footer link

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/f6413d55
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f6413d55
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/f6413d55

Branch: refs/heads/branch-1
Commit: f6413d5594db415a4a336d4ba38310d86607417b
Parents: cad65df
Author: Sean Busbey <bu...@apache.org>
Authored: Thu Apr 12 16:31:24 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Fri Apr 13 10:49:35 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/f6413d55/dev-support/hbase-personality.sh
----------------------------------------------------------------------
diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index 819beee..5d2e2a0 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