Revision 11286
Added by Aaron Marcuse-Kubitza about 11 years ago
bin/import_all | ||
---|---|---|
40 | 40 |
|
41 | 41 |
wait # wait for asynchronous commands |
42 | 42 |
|
43 |
. "$selfDir/with_all" reimport_scrub "$@" # uses $by_col; publishes import
|
|
43 |
. "$selfDir/with_all" import_scrub "$@" # uses $by_col
|
|
44 | 44 |
|
45 | 45 |
local jobs="$(jobs -p)" |
46 | 46 |
echo "import_scrub PIDs: $jobs" >&2 |
Also available in: Unified diff
bin/import_all: use just import_scrub, not reimport_scrub, because import_scrub now automatically publishes the datasource's import (i.e. removes the temp suffix)