~ubuntu-branches/ubuntu/saucy/ubumirror/saucy

« back to all changes in this revision

Viewing changes to ubuarchive

  • Committer: Jonathan Davies
  • Date: 2009-11-02 12:54:23 UTC
  • Revision ID: jpds@ubuntu.com-20091102125423-1d8ghksuu520uja3
* Keep more logs.
* More $(date)ness.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        fi
46
46
fi
47
47
 
48
 
trap 'rm -f $LOCK > /dev/null 2>&1; echo -n "Done at " >> $LOGDIR/ubuarchive.log; date >> $LOGDIR/ubuarchive.log; savelog -n $LOGDIR/ubuarchive.log > /dev/null' EXIT
 
48
trap 'rm -f $LOCK > /dev/null 2>&1; echo "Done at $(date)" >> $LOGDIR/ubuarchive.log; savelog -c 28 -n $LOGDIR/ubuarchive.log > /dev/null' EXIT
49
49
 
50
50
echo "Starting at $(date)" > $LOGDIR/ubuarchive.log
51
51