Skip to content

slapos.grid: copy .netrc file to buildout home path

Alain Takoudjou requested to merge netrc-copy into master

When starting buildout, copy .netrc file to home_path is .netrc file exists This ensure that netrc file in $HOME should work during building SR and for deployed instance. This will ensure that both git clone and sub buildout are working.

Merge request reports