Nicolas Couture
Nicolas Couture
django and kronos are left out of the setup.py requirement list. It would be convenient for installations to include them there.
This was encountered while following the installation instructions (http://rsaikali.github.io/django-skwissh/#installation) against the master branch. To reproduce, after the ``manage.py installtasks'' installation step type: ``` shell crontab -l | cut -d '...
We need unit tests. For starters here are a some unit tests that are also using SSH: - https://github.com/simon-engledew/sshim/tree/master/tests - https://github.com/fabric/fabric/blob/master/tests/server.py - https://sourcegraph.com/github.com/softlayer/swftp/tree/master/swftp%2Ftest%2Ffunctional%2Ftest_sftp.py
All commands can and should be validating arguments. Commands requiring no argument should be considered "validly typed" if their arguments are None. With this in mind and as ArgumentValidatingCommand is...
I'm a big fan of this project for the very reason described in the readme under the "[Why?](https://github.com/taviso/nntpit#why)" section. On a broader scope the Internet lost touch with itself on...
~~ansible_ssh_user~~ becomes _ansible_user_ in ansible 2.0 (see ansible [documentation note](http://docs.ansible.com/ansible/intro_inventory.html#list-of-behavioral-inventory-parameters)). The Websauna [documentation](https://github.com/websauna/websauna/blame/92ddbba6096b4a7f3964fb30001b599f72c31160/docs/source/tutorials/deployment/usage.rst#L87.) uses _ansible_ssh_user_. Using the example hosts.ini in ansible 2.1.0.0 ``` conf [default] myapp_production ansible_ssh_host=21.246.56.179 ansible_ssh_user=ubuntu www_ip=21.246.56.179 ```...
In case this is not awaiting some upstream action the URL found here is a 404: https://github.com/GoogleCloudPlatform/microservices-demo/blob/92c661be860ec7d9ec2dd034dd3980b3bba3d5c5/.deploystack/deploystack.yaml#L15C21-L15C109 https://cloud.google.com/shell/docs/cloud-shell-tutorials/deploystack/microservices-demo
# This project may no longer being maintained. ## Please help confirm if this is the case @paetzke If this issue is not visible enough, please find any location you...