Project

General

Profile

« Previous | Next » 

Revision 6049

inputs/Makefile: Import logs: $(rsyncLogs): Always download the TNRS daemon log, rather than requiring tnrs_log=1 to be specified to download it

View differences:

inputs/Makefile
22 22
##### Import logs
23 23

  
24 24
rsyncLogs := $(rsync) --include="/*/" --include="/*/*/" --include="/*/*/logs/"\
25
--exclude="/*/*/logs/install.log.sql" --include="/*/*/logs/*.log.sql"$(if\
26
$(tnrs_log), --include="/.TNRS/tnrs/tnrs.make.log") --exclude="**"
25
--exclude="/*/*/logs/install.log.sql" --include="/*/*/logs/*.log.sql"\
26
--include="/.TNRS/tnrs/tnrs.make.log" --exclude="**"
27 27

  
28 28
download-logs: _always
29 29
	$(rsyncLogs) $(remote) $(local)
README.TXT
47 47
    make backups/public.<version>.backup/test &
48 48
    make backups/vegbien.<version>.backup/test &
49 49
    On local machine:
50
        make inputs/download-logs tnrs_log=1
50
        make inputs/download-logs
51 51
        make backups/download
52 52
    If desired, record the import times in inputs/import.stats.xls:
53 53
        Open inputs/import.stats.xls

Also available in: Unified diff