Project

General

Profile

« Previous | Next » 

Revision 5085

inputs/Makefile: Import logs: Use new $(rsync*) to also sync datasources starting with ., such as .TNRS

View differences:

Makefile
21 21

  
22 22
##### Import logs
23 23

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

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

Also available in: Unified diff