python-provy / provy

provy is a provisioning system in python.

Home Page:http://docs.provy.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecating change_file_owner

heynemann opened this issue · comments

If we are deprecating a method it seems to me that our own internal code shouldn't be using it (as seen in provy/core/roles.py:1036).

Indeed, my bad. I've seen this before, but didn't have time to get rid of them, will do that as soon as I can finish some code coverage.

OK, now provy.more.debian and provy.more.linux are 100% covered. I'll have to cover up provy.more.centos, because this method is also being used there, before I can completely get rid of the method (as well as change_dir_owner).

BTW, since we're on the way to having a 0.7.0, I think it's about time we just get rid of those deprecated methods. They've been "deprecated" for a while, now. What do you think?

Removed, along with other deprecated methods.