Check-in by ben on 2025-11-17 00:08:56 Truncate timeline when re-generating INSERTED DELETED 1 0 coprolit.awk 1 0 TOTAL over 1 changed file Index: coprolit.awk ================================================================== --- coprolit.awk +++ coprolit.awk @@ -600,10 +600,11 @@ } else { _download_max = _download branch_opt = "" out = sprintf("%s/timeline/gophermap", _work) } + unlink(out) if (length(branch) > 0) { mkdir(_work "/timeline/" branch) } else { mkdir(_work "/timeline")