You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2014/10/13 00:17:36 UTC

git commit: Remove extraneous 'trunk' in javadoc URL

Repository: hbase
Updated Branches:
  refs/heads/master e3f995783 -> 3176dae37


Remove extraneous 'trunk' in javadoc URL


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

Branch: refs/heads/master
Commit: 3176dae37d507bd1a31f15c5c056add704011853
Parents: e3f9957
Author: stack <st...@apache.org>
Authored: Sun Oct 12 15:17:09 2014 -0700
Committer: stack <st...@apache.org>
Committed: Sun Oct 12 15:17:09 2014 -0700

----------------------------------------------------------------------
 dev-support/test-patch.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/3176dae3/dev-support/test-patch.sh
----------------------------------------------------------------------
diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh
index 5bc7926..1cad668 100755
--- a/dev-support/test-patch.sh
+++ b/dev-support/test-patch.sh
@@ -447,7 +447,7 @@ checkJavadocWarnings () {
 
     {color:red}-1 javadoc{color}.  The javadoc tool appears to have generated `expr $(($javadocWarnings-$OK_JAVADOC_WARNINGS))` warning messages."
     # Add javadoc output url
-    JIRA_COMMENT_FOOTER="Javadoc warnings: $BUILD_URL/artifact/trunk/patchprocess/patchJavadocWarnings.txt
+    JIRA_COMMENT_FOOTER="Javadoc warnings: $BUILD_URL/artifact/patchprocess/patchJavadocWarnings.txt
 $JIRA_COMMENT_FOOTER"
     return 1
   fi