From be19a1ec5d0a9980e21a0fd049dc197d02f17515 Mon Sep 17 00:00:00 2001 From: Dima Spivak Date: Tue, 21 Oct 2014 16:35:06 -0700 Subject: [PATCH] HBASE-12316 test-patch.sh (Hadoop-QA) outputs the wrong release audit warnings URL --- dev-support/test-patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh index 7381656..64c8abd 100755 --- a/dev-support/test-patch.sh +++ b/dev-support/test-patch.sh @@ -579,7 +579,7 @@ checkReleaseAuditWarnings () { {color:red}-1 release audit{color}. The applied patch generated $patchReleaseAuditWarnings release audit warnings (more than the trunk's current $OK_RELEASEAUDIT_WARNINGS warnings)." $GREP '\!?????' $PATCH_DIR/patchReleaseAuditWarnings.txt > $PATCH_DIR/patchReleaseAuditProblems.txt echo "Lines that start with ????? in the release audit report indicate files that do not have an Apache license header." >> $PATCH_DIR/patchReleaseAuditProblems.txt - JIRA_COMMENT_FOOTER="Release audit warnings: $BUILD_URL/artifact/trunk/patchprocess/patchReleaseAuditProblems.txt + JIRA_COMMENT_FOOTER="Release audit warnings: $BUILD_URL/artifact/patchprocess/patchReleaseAuditWarnings.txt $JIRA_COMMENT_FOOTER" return 1 fi -- 1.9.3 (Apple Git-50)