Project

General

Profile

« Previous | Next » 

Revision 10874

inputs/input.Makefile: reimport: don't remove the existing import first, because it will instead be removed by the publish step. this ensures there is always one complete copy of the datasource in the DB.

View differences:

input.Makefile
424 424
rm: _always
425 425
	echo "SELECT datasource_rm('$(datasrc)');"|"time" $(psqlAsBien)
426 426

  
427
reimport: _always rm import_publish ; # replace the previous import
427
reimport: _always import_publish ; # replace the previous import
428 428

  
429 429
profileTest = $(if $(profile),$(if $(test),1))
430 430
profileOnly = -env profile_to=/dev/fd/3 $(map2db) 3>&1 1>&2|\

Also available in: Unified diff