Update of /var/cvs/speeltuin/nightly
In directory james.mmbase.org:/home/nightly/bin

Modified Files:
        build.sh 
Log Message:
removed date from subject, so that all these mail can appear in same thread


See also: http://cvs.mmbase.org/viewcvs/speeltuin/nightly


Index: build.sh
===================================================================
RCS file: /var/cvs/speeltuin/nightly/build.sh,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- build.sh    1 Oct 2008 20:24:55 -0000       1.27
+++ build.sh    15 Nov 2008 09:40:05 -0000      1.28
@@ -75,14 +75,14 @@
            echo Build failed, sending mail to ${BUILD_MAILADDRESS} | tee -a 
${builddir}/messages.log
            echo -e "Build on ${version} failed:\n\n" | \
                cat latest/messages.log latest/errors.log | grep -B 10 
"\[javac\]" | \
-               mutt -e $mutthdr -s "Build failed ${version}" 
${BUILD_MAILADDRESS}
+               mutt -e "$mutthdr" -s "Build failed" ${BUILD_MAILADDRESS}
            showtests=0;
         fi
     else
         echo Build failed, sending mail to ${BUILD_MAILADDRESS} | tee -a 
${builddir}/messages.log
         echo -e "No build created on ${version}\n\n" | \
             tail -q -n 20 - latest/errors.log | \
-            mutt -e $mutthdr -s "Build failed ${version}" ${BUILD_MAILADDRESS}
+            mutt -e "$mutthdr" -s "Build failed" ${BUILD_MAILADDRESS}
        showtests=0;
     fi
 fi
@@ -98,7 +98,7 @@
            echo Failures, sending mail to ${MAILADDRESS}  | tee -a 
${builddir}/messages.log
            (echo "Failures on build ${version}" ; echo "See also 
http://www.mmbase.org/download/builds/latest/tests-results.log"; ; \
                 cat latest/tests-results.log  | grep -P  '(^Tests 
run:|^[0-9]+\)|^\tat org\.mmbase|FAILURES|========================|OK)' ) | \
-               mutt -e $mutthdr -s "Test cases failures" ${MAILADDRESS}
+               mutt -e "$mutthdr" -s "Test cases failures" ${MAILADDRESS}
        fi
     fi
 fi
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to