Project

General

Profile

« Previous | Next » 

Revision 6898

inputs/Makefile: Input data: $(rsyncSrcs): Also include log files other than install.log.sql

View differences:

inputs/Makefile
12 12
##### Input data
13 13

  
14 14
rsyncSrcs := $(rsync) --include="/*/" --exclude="/*/*/test*.xml*"\
15
--exclude="/**/logs/**" --include="/*/**" --exclude="**"
15
--exclude="/**/logs/install.log.sql" --include="/*/**" --exclude="**"
16 16

  
17 17
upload: _always
18 18
	$(rsyncSrcs) $(local) $(remote)

Also available in: Unified diff