Changes between Initial Version and Version 1 of Ticket #6258, comment 1


Ignore:
Timestamp:
Mar 24, 2016, 3:30:26 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6258, comment 1

    initial v1  
    33modification for me? Taking from your diff, I think changing the existing last block from:
    44
    5 -----------------------------
     5{{{
    66# spam if something went wrong.
    77if [ $FAILED -ne 0 ]; then
     
    1111        rm -f $COMMIT_MSG $FAILURE_LOG
    1212fi
    13 -----------------------------
    14 
     13}}}
    1514
    1615To:
    1716
    18 -----------------------------
     17{{{
    1918# spam if something went wrong.
    2019if [ $FAILED -ne 0 ]; then
     
    2423# trash log files
    2524rm -f $COMMIT_MSG $FAILURE_LOG $LOCKFILE
    26 -----------------------------
     25}}}
    2726
    2827Would be a better approach, as this assuress us we always start with fresh logs (removing the logs