apenwarr-redo/bin
Avery Pennarun 63230a1ae3 builder.py: atomically replace the log for a given target.
Previously we were truncating the log if it existed.  This would cause
redo-log to produce invalid output if you had the following (admittedly
rare) sequence in a single session:
- start building X
- redo-log starts showing the log for X
- finish building X
- redo-log has not finished showing the log for X yet
- start building X again for some reason
- redo-log sees a truncated logfile.

Now, redo-log can finish reading the original file (which no longer has
a filename since it was overwritten) while the new file is being
created.
2019-03-02 04:05:36 -05:00
..
.gitignore Directory reorg: move code into redo/, generate binaries in bin/. 2018-12-04 02:53:40 -05:00
all.do builder.py: atomically replace the log for a given target. 2019-03-02 04:05:36 -05:00
clean.do Directory reorg: move code into redo/, generate binaries in bin/. 2018-12-04 02:53:40 -05:00
default.do Move setproctitle() stuff into title.py. 2018-12-05 02:28:34 -05:00
list.do Directory reorg: move code into redo/, generate binaries in bin/. 2018-12-04 02:53:40 -05:00