Revision 3698
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
19 | 19 |
download: _always |
20 | 20 |
$(rsyncSrcs) $(remote) $(local) |
21 | 21 |
|
22 |
##### Import logs |
|
22 | 23 |
|
24 |
rsyncLogs := $(rsync) --include="/*/" --include="/*/import/"\ |
|
25 |
--exclude="/*/import/install-*.log.sql" --include="/*/import/*.log.sql"\ |
|
26 |
--exclude="**" |
|
27 |
|
|
28 |
download-logs: _always |
|
29 |
$(rsyncLogs) $(remote) $(local) |
|
30 |
|
|
31 |
|
|
23 | 32 |
include ../lib/forwarding.Makefile |
Also available in: Unified diff
inputs/Makefile: Added download-logs to download import logs onto local machine and added it to the "After a new import" steps