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

Branch: refs/heads/HBASE-20388
Commit: 2f74afd6f4a04907b1870479ef5246fb002849d2
Parents: a540882
Author: Sean Busbey <bus...@apache.org>
Authored: Thu Apr 12 16:31:24 2018 -0500
Committer: Sean Busbey <bus...@cloudera.com>
Committed: Fri Apr 13 10:40:35 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/2f74afd6/dev-support/hbase-personality.sh
----------------------------------------------------------------------
diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index 3507a1d..2198913 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