diff --git a/.gitattributes b/.gitattributes index e2359c94fd9401685285fa0a4e2a57bba60f6f64..73ed20da7ce664da4e055ef079d49caadd99c3ce 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1614,7 +1614,7 @@ CEP/Pipeline/recipes/sip/nodes/selfcal_finalize.py eol=lf CEP/Pipeline/recipes/sip/nodes/setupparmdb.py eol=lf CEP/Pipeline/recipes/sip/nodes/setupsourcedb.py eol=lf CEP/Pipeline/recipes/sip/nodes/vdsmaker.py eol=lf -CEP/Pipeline/recipes/sip/pipeline.cfg.CEP4.docker-template -text +CEP/Pipeline/recipes/sip/pipeline.cfg.CEP4.tmpl -text CEP/Pipeline/recipes/sip/pipeline.cfg.in eol=lf CEP/Pipeline/recipes/sip/plugins/PipelineStep_addMapfile.py -text CEP/Pipeline/recipes/sip/plugins/PipelineStep_changeMapfile.py -text diff --git a/CEP/Pipeline/recipes/sip/CMakeLists.txt b/CEP/Pipeline/recipes/sip/CMakeLists.txt index dedd7ed49221b20be5ebed706a32eb521908ca4e..bf6eac9da7475e8373f980d91bb47e629f4e680a 100644 --- a/CEP/Pipeline/recipes/sip/CMakeLists.txt +++ b/CEP/Pipeline/recipes/sip/CMakeLists.txt @@ -131,7 +131,7 @@ configure_file( # Convert configuration files through docker-template foreach(_file ${CMAKE_CURRENT_SOURCE_DIR}/pipeline.cfg.CEP4) # _src -> _dst - set(_src ${CMAKE_CURRENT_SOURCE_DIR}/${_file}.in_docker-template) + set(_src ${CMAKE_CURRENT_SOURCE_DIR}/${_file}.tmpl) set(_dst ${CMAKE_CURRENT_BINARY_DIR}/${_file}) # add generating command, and (any) target to force the generation diff --git a/CEP/Pipeline/recipes/sip/pipeline.cfg.CEP4.docker-template b/CEP/Pipeline/recipes/sip/pipeline.cfg.CEP4.tmpl similarity index 100% rename from CEP/Pipeline/recipes/sip/pipeline.cfg.CEP4.docker-template rename to CEP/Pipeline/recipes/sip/pipeline.cfg.CEP4.tmpl