Revision 5085
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/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
inputs/Makefile: Import logs: Use new $(rsync*) to also sync datasources starting with ., such as .TNRS