Espen Angell Kristiansen
Espen Angell Kristiansen
Would be a great addition to the framework. Looking forward to the patch.
This is a version conflict that is popping up in many places after distribute and setuptools was merged into a single project in setuptools 0.7. I just pushed an update...
As far as I can tell, you assume `env` is persistent between tasks? This is not the case. You need to save state somewhere else. `add_instance_to_env` is used by `awsfabrictasks.main.get_hosts_supporting_aws`...
As far as I remember it should work like https://fabric.readthedocs.org/en/1.3.0/usage/parallel.html, but I have not used it for a couple of months and I created the code over a year ago...
Sorry that was not explained clearly! It should not work like `@parallel`, but it should work like specifying multiple hosts. I.E.: `awsfab --ec2tags mytag` should work like specifying `fab -H...
This is not possible at this time, but it is a great idea. Would love this feature myself, but I do not have the time to implement it right now....
Very understandable. I reopened this issue, because I think we should implement it.
I do not have the time to implement it at this time, but if someone else has the time to implement this, I will review the patch and release a...
Any progress on this? We also get the same error.