From cd86632a702ed23ff2a7a5b4e0e74310e1bb70f4 Mon Sep 17 00:00:00 2001 From: Giridharan Kesavan Date: Mon, 20 Jul 2009 11:37:45 +0000 Subject: [PATCH] HADOOP-5935. Fix the releaseaudit warning link with test-patch git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@795772 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/bin/test-patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/bin/test-patch.sh b/src/test/bin/test-patch.sh index 77adbe51fcb..68560e48c67 100755 --- a/src/test/bin/test-patch.sh +++ b/src/test/bin/test-patch.sh @@ -363,7 +363,7 @@ checkReleaseAuditWarnings () { echo "Lines that start with ????? in the release audit report indicate files that do not have an Apache license header." > $PATCH_DIR/releaseAuditDiffWarnings.txt echo "" > $PATCH_DIR/releaseAuditDiffWarnings.txt diff $PATCH_DIR/patchReleaseAuditProblems.txt $PATCH_DIR/trunkReleaseAuditProblems.txt >> $PATCH_DIR/releaseAuditDiffWarnings.txt - JIRA_COMMENT_FOOTER="Release audit warnings: http://hudson.zones.apache.org/hudson/job/$JOB_NAME/$BUILD_NUMBER/artifact/trunk/current/releaseAuditDiffWarnings.txt + JIRA_COMMENT_FOOTER="Release audit warnings: http://hudson.zones.apache.org/hudson/job/$JOB_NAME/$BUILD_NUMBER/artifact/trunk/patchprocess/releaseAuditDiffWarnings.txt $JIRA_COMMENT_FOOTER" return 1 fi