[Change INL_log and ltd_dump to non-compressed format
williamb@its.caltech.edu**20070513212837
* Compression of these small files is not necessary, and only causes end
user problems due to things like Internet Explorer 7 not handling .gz
files correctly. Instead, INL_log is now renamed to a .txt file so
it can be opened directly by any browser.
The files are still sent in .tar.gz format to the central archive, the
code that handles the receipt and display of these files is, to my
knowledge, not public. I would strongly recommend the person who
maintains the auto-archive receipt code to list INL_log and ltd_dump_txt
in a non-compressed format.
M ./Vanilla/robots/end_tourney.pl -4 +4
] {
hunk ./Vanilla/robots/end_tourney.pl 166
- system("gzip -9c $logfile > \"$dirpath/INL_log.gz\"");
- system("gzip -9c $inputfile > \"$dirpath/ltd_dump.txt.gz\"");
+ system("cp $logfile \"$dirpath/INL_log.txt\"");
+ system("cp $inputfile \"$dirpath/ltd_dump.txt\"");
hunk ./Vanilla/robots/end_tourney.pl 462
-Download: LTD Stats |
-INL Log | Game Recording (Cambot)
+Download: LTD Stats |
+INL Log | Game Recording (Cambot)
}