Project

General

Profile

« Previous | Next » 

Revision 10871

bugfix: bin/import_all: use reimport_scrub instead of import_scrub so that the temp suffix of the datasource name is removed

View differences:

import_all
40 40
    
41 41
    wait # wait for asynchronous commands
42 42
    
43
    . "$selfDir/with_all" import_scrub "$@" # uses $by_col
43
    . "$selfDir/with_all" reimport_scrub "$@" # uses $by_col; publishes import
44 44
    
45 45
    local jobs="$(jobs -p)"
46 46
    echo "import_scrub PIDs: $jobs" >&2

Also available in: Unified diff