Project

General

Profile

« Previous | Next » 

Revision 9813

bugfix: inputs/GBIF/table.run: table.tsv.gz/upload(): need overwrite=1 because the mtime of an aborted inplace upload is newer

View differences:

table.run
18 18
table.tsv.gz/upload()
19 19
{
20 20
	echo_func; set_make_vars
21
	live=1 inplace=1 sync_upload "$target"
21
	live=1 overwrite=1 inplace=1 sync_upload "$target"
22
		# overwrite=1 because the mtime of an aborted inplace upload is newer
22 23
}
23 24

  
24 25
table.tsv/make() # usage: [remake=1] [limit=...] .../run table.tsv/make

Also available in: Unified diff