Revision 11719
Added by Aaron Marcuse-Kubitza about 11 years ago
input.Makefile | ||
---|---|---|
133 | 133 |
##### SVN |
134 | 134 |
|
135 | 135 |
svnFilesGlob:= */{,{,.}{data,map,VegBIEN}.csv{,.*},*header.*,*.sql,test.xml.ref} |
136 |
svnFilesGlob := {map.csv,*{schema,grants,~}*.sql,{,*/}{*.make,*terms.csv},$(svnFilesGlob)}
|
|
137 |
_svnFilesGlob := {_MySQL/{,*schema*.sql,*.make},{,*/}{$(noImportFile),*{run,Makefile},*.{md5,url,pdf},*README.TXT}}
|
|
136 |
svnFilesGlob := {map.csv,*{grants,~}*.sql,{,*/}{*.make,*terms.csv},$(svnFilesGlob)} |
|
137 |
_svnFilesGlob := {_MySQL/{,*.make},{,*/}{$(noImportFile),*{run,Makefile},*.{md5,url},*README.TXT}}
|
|
138 | 138 |
svnFiles = $(filter-out _% logs/% %.data.sql,$(call wildcard/,$(svnFilesGlob)))\ |
139 | 139 |
$(call wildcard/,$(_svnFilesGlob)) |
140 | 140 |
|
Also available in: Unified diff
fix: inputs/input.Makefile: $(svnFilesGlob): removed schema and PDF files, since these are owned by the data provider and should not be in the repository that gets open-sourced