Changing the start/end markers in logs to open/close now reflecting

wall clock.

Triggers lots of (simple) baseline updates.
This commit is contained in:
Robin Sommer 2012-07-27 12:15:21 -07:00
parent f5862fb014
commit 1fd0d7a607
102 changed files with 294 additions and 305 deletions

View file

@ -11,4 +11,4 @@ fi
# The first sed uses a "basic" regexp, the 2nd a "modern:.
sed 's/[0-9]\{10\}\.[0-9]\{2,8\}/XXXXXXXXXX.XXXXXX/g' | \
$sed 's/^#(start|end).(19|20)..-..-..-..-..-..$/#\1 XXXX-XX-XX-XX-XX-XX/g'
$sed 's/^#(open|close).(19|20)..-..-..-..-..-..$/#\1 XXXX-XX-XX-XX-XX-XX/g'