Author: nigel Date: Wed Jan 9 15:37:05 2008 New Revision: 610612 URL: http://svn.apache.org/viewvc?rev=610612&view=rev Log: fix a bug in patch email processing
Modified: lucene/hadoop/nightly/processHadoopPatchEmail.sh Modified: lucene/hadoop/nightly/processHadoopPatchEmail.sh URL: http://svn.apache.org/viewvc/lucene/hadoop/nightly/processHadoopPatchEmail.sh?rev=610612&r1=610611&r2=610612&view=diff ============================================================================== --- lucene/hadoop/nightly/processHadoopPatchEmail.sh (original) +++ lucene/hadoop/nightly/processHadoopPatchEmail.sh Wed Jan 9 15:37:05 2008 @@ -2,7 +2,7 @@ #set -x -baseDir=/export/home/hudson/hudson/jobs/Hadoop-Patch +baseDir=/export/home/hudson/hudson/jobs/Hadoop-Patch/patches LOG=$baseDir/log.txt ### Scan email @@ -29,10 +29,6 @@ ### Write the defect number to a file so buildTest.sh ### knows which patch to test. echo $defect > $baseDir/$defect/defectNum - - ### Write the process number of this script to a file so - ### it can be killed by a human if necessary. - echo $$ > $baseDir/$defect/emailProcessingProcessNumber ### Since this script is run by the 'daemon' user by sendmail, ### make sure everything it creates is group writable