Revision 4123
Added by Aaron Marcuse-Kubitza over 12 years ago
inputs/Makefile | ||
---|---|---|
22 | 22 |
##### Import logs |
23 | 23 |
|
24 | 24 |
rsyncLogs := $(rsync) --include="/*/" --include="/*/src/" --include="/*/src/*/"\ |
25 |
--include="/*/src/*/logs/" --exclude="/*/src/*/logs/install-*.log.sql"\
|
|
25 |
--include="/*/src/*/logs/" --exclude="/*/src/*/logs/install.log.sql"\ |
|
26 | 26 |
--include="/*/src/*/logs/*.log.sql" --exclude="**" |
27 | 27 |
|
28 | 28 |
download-logs: _always |
Also available in: Unified diff
inputs/Makefile: Import logs: Fixed bug where excluded install logs needed to be renamed according to the new name format (from <https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/VegCSV_subfolders#Move-log-files-into-subfolders>)