Closed shivan1b closed 4 years ago
Planning to send a PR? @shivan1b
Would be happy to if you think this will be good to change @theskumar.
@shivan1b are you planning on resolving this issue? I would like to help out otherwise (I'll be needing assistance in this case).
@shivan1b @realslimshanky did anyone of you work on this or were planning to ? I would like to take this up otherwise.
@tucosaurus I did work on this but it was incomplete and I'm not sure if I have those changes with me anymore. Please go ahead and take it.
fabfile is now replaced with Makefile
.
Since version 2.0,
Fabric
has stopped providingfabric.api
module and has changed its API organization.Changelog: http://docs.fabfile.org/en/latest/upgrading.html#api-organization
fabfile.py
should be restructured to use the new http://docs.fabfile.org/en/latest/api/connection.html#fabric.connection.Connection module.