[jira] [Updated] (HADOOP-8548) test-patch.sh shows an incorrect link in Jekins builds

2012-07-02 Thread Kihwal Lee (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kihwal Lee updated HADOOP-8548:
---

Description: 
Precommit builds show an incorrect link for javac warnings.

{noformat}
Javac warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/
2539//artifact/trunk/trunk/patchprocess/diffJavacWarnings.txt
{noformat}

Note that 'trunk' appears twice. Do we need $(basename $BASEDIR) in the 
following? Other places don't have it.

{code:title=test-patch.sh}
JIRA_COMMENT_FOOTER=Javac warnings: $BUILD_URL/artifact/trunk/
$(basename $BASEDIR)/patchprocess/diffJavacWarnings.txt
{code}

  was:
Precommit builds show an incorrect link for javac warnings.

{noformat}
Javac warnings: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2539//artifact/trunk/trunk/patchprocess/diffJavacWarnings.txt
{noformat}

Note that 'trunk' appears twice. Do we need $(basename $BASEDIR) in the 
following? Other places don't have it.

{code:title=test-patch.sh}
JIRA_COMMENT_FOOTER=Javac warnings: $BUILD_URL/artifact/trunk/$(basename 
$BASEDIR)/patchprocess/diffJavacWarnings.txt
{code}


 test-patch.sh shows an incorrect link in Jekins builds
 --

 Key: HADOOP-8548
 URL: https://issues.apache.org/jira/browse/HADOOP-8548
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Reporter: Kihwal Lee

 Precommit builds show an incorrect link for javac warnings.
 {noformat}
 Javac warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/
 2539//artifact/trunk/trunk/patchprocess/diffJavacWarnings.txt
 {noformat}
 Note that 'trunk' appears twice. Do we need $(basename $BASEDIR) in the 
 following? Other places don't have it.
 {code:title=test-patch.sh}
 JIRA_COMMENT_FOOTER=Javac warnings: $BUILD_URL/artifact/trunk/
 $(basename $BASEDIR)/patchprocess/diffJavacWarnings.txt
 {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HADOOP-8548) test-patch.sh shows an incorrect link in Jekins builds

2012-07-02 Thread Kihwal Lee (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kihwal Lee updated HADOOP-8548:
---

Assignee: Kihwal Lee
  Status: Patch Available  (was: Open)

 test-patch.sh shows an incorrect link in Jekins builds
 --

 Key: HADOOP-8548
 URL: https://issues.apache.org/jira/browse/HADOOP-8548
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Reporter: Kihwal Lee
Assignee: Kihwal Lee
 Attachments: hadoop-8548.patch


 Precommit builds show an incorrect link for javac warnings.
 {noformat}
 Javac warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/
 2539//artifact/trunk/trunk/patchprocess/diffJavacWarnings.txt
 {noformat}
 Note that 'trunk' appears twice. Do we need $(basename $BASEDIR) in the 
 following? Other places don't have it.
 {code:title=test-patch.sh}
 JIRA_COMMENT_FOOTER=Javac warnings: $BUILD_URL/artifact/trunk/
 $(basename $BASEDIR)/patchprocess/diffJavacWarnings.txt
 {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HADOOP-8548) test-patch.sh shows an incorrect link in Jekins builds

2012-07-02 Thread Kihwal Lee (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kihwal Lee updated HADOOP-8548:
---

Attachment: hadoop-8548.patch

 test-patch.sh shows an incorrect link in Jekins builds
 --

 Key: HADOOP-8548
 URL: https://issues.apache.org/jira/browse/HADOOP-8548
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Reporter: Kihwal Lee
 Attachments: hadoop-8548.patch


 Precommit builds show an incorrect link for javac warnings.
 {noformat}
 Javac warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/
 2539//artifact/trunk/trunk/patchprocess/diffJavacWarnings.txt
 {noformat}
 Note that 'trunk' appears twice. Do we need $(basename $BASEDIR) in the 
 following? Other places don't have it.
 {code:title=test-patch.sh}
 JIRA_COMMENT_FOOTER=Javac warnings: $BUILD_URL/artifact/trunk/
 $(basename $BASEDIR)/patchprocess/diffJavacWarnings.txt
 {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HADOOP-8548) test-patch.sh shows an incorrect link in Jekins builds

2012-07-02 Thread Robert Joseph Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Joseph Evans updated HADOOP-8548:


   Resolution: Fixed
Fix Version/s: 3.0.0
   Status: Resolved  (was: Patch Available)

Thanks for the patch Kihwal, and thanks for fixing my bug :). +1 I put this 
into trunk.   

 test-patch.sh shows an incorrect link in Jekins builds
 --

 Key: HADOOP-8548
 URL: https://issues.apache.org/jira/browse/HADOOP-8548
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Reporter: Kihwal Lee
Assignee: Kihwal Lee
 Fix For: 3.0.0

 Attachments: hadoop-8548.patch


 Precommit builds show an incorrect link for javac warnings.
 {noformat}
 Javac warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/
 2539//artifact/trunk/trunk/patchprocess/diffJavacWarnings.txt
 {noformat}
 Note that 'trunk' appears twice. Do we need $(basename $BASEDIR) in the 
 following? Other places don't have it.
 {code:title=test-patch.sh}
 JIRA_COMMENT_FOOTER=Javac warnings: $BUILD_URL/artifact/trunk/
 $(basename $BASEDIR)/patchprocess/diffJavacWarnings.txt
 {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira