Revision 9813
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/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
bugfix: inputs/GBIF/table.run: table.tsv.gz/upload(): need overwrite=1 because the mtime of an aborted inplace upload is newer