Project

General

Profile

« Previous | Next » 

Revision 6118

inputs/Makefile: Input data: $(rsyncLogs): Also include logs from the datasource's top-level logs/ dir, which contains make_analytical_db.log.sql

View differences:

inputs/Makefile
23 23

  
24 24
rsyncLogs := $(rsync) --include="/*/" --include="/*/*/" --include="/*/*/logs/"\
25 25
--exclude="/*/*/logs/install.log.sql" --include="/*/*/logs/*.log.sql"\
26
--exclude="**"
26
--exclude="/*/logs/install.log.sql" --include="/*/logs/*.log.sql" --exclude="**"
27 27

  
28 28
download-logs: _always
29 29
	$(rsyncLogs) $(remote) $(local)

Also available in: Unified diff