Author: gkesavan
Date: Wed Jun 3 04:01:01 2009
New Revision: 781257
URL: http://svn.apache.org/viewvc?rev=781257&view=rev
Log:
Fixes broken Releaseaudit link
Modified:
hadoop/core/nightly/test-patch/test-patch.sh
Modified: hadoop/core/nightly/test-patch/test-patch.sh
URL:
http://svn.apache.org/viewvc/hadoop/core/nightly/test-patch/test-patch.sh?rev=781257&r1=781256&r2=781257&view=diff
==============================================================================
--- hadoop/core/nightly/test-patch/test-patch.sh (original)
+++ hadoop/core/nightly/test-patch/test-patch.sh Wed Jun 3 04:01:01 2009
@@ -363,7 +363,7 @@
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