Created
January 23, 2014 20:19
-
-
Save qpfiffer/8586034 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| λ:~/src/survey-demo/server/templates/registration fab vagrant package_android_dev | |
| [localhost] local: vagrant ssh-config | |
| [localhost] local: vagrant ssh-config | |
| [vagrant@127.0.0.1:2222] run: cd /vagrant/server && /usr/local/venv/geosurvey/bin/python manage.py package http://demo.pointnineseven.com '../mobile/www' | |
| [vagrant@127.0.0.1:2222] out: Packaging for http://demo.pointnineseven.com | |
| [vagrant@127.0.0.1:2222] out: IOError: [Errno 2] No such file or directory: u'/vagrant/server/../mobile/www/index.html' | |
| [vagrant@127.0.0.1:2222] out: | |
| Fatal error: run() received nonzero return code 1 while executing! | |
| Requested: cd /vagrant/server && /usr/local/venv/geosurvey/bin/python manage.py package http://demo.pointnineseven.com '../mobile/www' | |
| Executed: /bin/bash -l -c "cd /vagrant/server && /usr/local/venv/geosurvey/bin/python manage.py package http://demo.pointnineseven.com '../mobile/www'" | |
| Aborting. | |
| Disconnecting from 127.0.0.1:2222... done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment