collective / collective.hostout

zc.buildout deployment and remote control
22 stars 7 forks source link

Hostout edits pre-existing staging.cfg #3

Open aclark4life opened 13 years ago

aclark4life commented 13 years ago

I understand hostout may wish to create config files in order to facilitate it's own operation, but I find it editing my pre-existing staging.cfg a bit invasive. Check out the history of: https://github.com/aclark4life/aclark_net_website/commits/master/staging.cfg to see an example.

djay commented 13 years ago

yes it has a bug in that if your hostout part name is the same name as a preexisting buildout config name it will overwrite it which is very bad. I think I can rewrite things so the generated config has a unique name and isn't written locally which will fix this.