Skip to content

Commit edf528e

Browse files
committed
HADOOP-8548. test-patch.sh shows an incorrect link in Jekins builds (Kihwal Lee via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1356430 13f79535-47bb-0310-9956-ffa450edef68
1 parent 970e81c commit edf528e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

dev-support/test-patch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

hadoop-common-project/hadoop-common/CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)