Revision 7023
Added by Aaron Marcuse-Kubitza almost 12 years ago
import_all | ||
---|---|---|
12 | 12 |
|fold -s >&2 |
13 | 13 |
return 2 |
14 | 14 |
fi |
15 |
: ${version=$(make -s version)} |
|
16 |
export version |
|
15 |
: ${version=$(make -s version)} ${dump_opts=--exclude-schema=public}
|
|
16 |
export version dump_opts
|
|
17 | 17 |
|
18 | 18 |
make inputs/.TNRS/tnrs_accepted/reinstall |
19 | 19 |
make inputs/.TNRS/tnrs_other/reinstall |
... | ... | |
47 | 47 |
bin/make_analytical_db |
48 | 48 |
|
49 | 49 |
make backups/TNRS.backup-remake & |
50 |
make backups/vegbien.$version.backup/test \ |
|
51 |
dump_opts=--exclude-schema=public & |
|
50 |
make backups/vegbien.$version.backup/test & |
|
52 | 51 |
wait # wait for asynchronous commands |
53 | 52 |
} |
54 | 53 |
|
Also available in: Unified diff
import_all: Allow caller to override $dump_opts