Revision 9812
Added by Aaron Marcuse-Kubitza over 11 years ago
table.run | ||
---|---|---|
15 | 15 |
table_make "$target_filename" |
16 | 16 |
} |
17 | 17 |
|
18 |
table.tsv*/upload()
|
|
18 |
table.tsv.gz/upload()
|
|
19 | 19 |
{ |
20 | 20 |
echo_func; set_make_vars |
21 | 21 |
live=1 inplace=1 sync_upload "$target" |
... | ... | |
27 | 27 |
(set_large_table; to_target mysql_export_local) || return |
28 | 28 |
remake=1 bg_cmd "$target_filename".gz/make; sleep 6 # wait for log msgs |
29 | 29 |
remake=1 "$target_filename".md5/make |
30 |
table.tsv*/upload
|
|
30 |
table.tsv.gz/upload
|
|
31 | 31 |
} |
32 | 32 |
|
33 | 33 |
export_mysql() |
Also available in: Unified diff
inputs/GBIF/table.run: table.tsv*/upload(): renamed to table.tsv.gz/upload() to upload only table.tsv.gz, not table.tsv, in order to save bandwidth