File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
hadoop-common-project/hadoop-common Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ checkJavacWarnings () {
440440 -1 javac. The applied patch generated $patchJavacWarnings javac compiler warnings (more than the trunk's current $trunkJavacWarnings warnings)."
441441
442442 $DIFF $PATCH_DIR /filteredTrunkJavacWarnings.txt $PATCH_DIR /filteredPatchJavacWarnings.txt > $PATCH_DIR /diffJavacWarnings.txt
443- JIRA_COMMENT_FOOTER=" Javac warnings: $BUILD_URL /artifact/trunk/$( basename $BASEDIR ) / patchprocess/diffJavacWarnings.txt
443+ JIRA_COMMENT_FOOTER=" Javac warnings: $BUILD_URL /artifact/trunk/patchprocess/diffJavacWarnings.txt
444444$JIRA_COMMENT_FOOTER "
445445
446446 return 1
Original file line number Diff line number Diff line change @@ -161,6 +161,9 @@ Trunk (unreleased changes)
161161 Configuration.get() stating that substitution depth is too large.
162162 (Arvind Prabhakar via harsh)
163163
164+ HADOOP-8548. test-patch.sh shows an incorrect link in Jekins builds
165+ (Kihwal Lee via bobby)
166+
164167 OPTIMIZATIONS
165168
166169 HADOOP-7761. Improve the performance of raw comparisons. (todd)
You can’t perform that action at this time.
0 commit comments