Project

General

Profile

« Previous | Next » 

Revision 9815

bugfix: inputs/GBIF/table.run: table.tsv.gz/make(): run table.tsv.gz/upload here instead of in table.tsv/make() because it should not run until table.tsv.gz is finished being made, which is not the case in table.tsv/make() because table.tsv.gz/make is run in the background

View differences:

inputs/GBIF/table.run
20 20
{
21 21
	echo_func; set_make_vars
22 22
	table_make "$target_filename"
23
	table.tsv.gz/upload
23 24
}
24 25

  
25 26
table.tsv/make() # usage: [remake=1] [limit=...] .../run table.tsv/make
......
28 29
	(set_large_table; to_target mysql_export_local) || return
29 30
	remake=1 bg_cmd "$target_filename".gz/make; sleep 6 # wait for log msgs
30 31
	remake=1 "$target_filename".md5/make
31
	table.tsv.gz/upload
32 32
}
33 33

  
34 34
export_mysql()

Also available in: Unified diff