python-provy / provy

provy is a provisioning system in python.
http://docs.provy.me
MIT License
109 stars 14 forks source link

Deprecating change_file_owner #127

Closed heynemann closed 10 years ago

heynemann commented 11 years ago

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).

diogobaeder commented 11 years ago

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.

diogobaeder commented 11 years ago

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?

diogobaeder commented 10 years ago

Removed, along with other deprecated methods.