summaryrefslogtreecommitdiff
path: root/boot/boot.py
Commit message (Collapse)AuthorAgeFilesLines
* Move client/main.py to jasper.py and add client/main.py dummy script for ↵schneefux2014-09-111-1/+4
| | | | backwards compatibility
* Merged boot/boot.py into client/main.pyschneefux2014-09-111-83/+5
|
* Move vocabcompiler into client folderschneefux2014-09-111-2/+1
|
* Using Diagnostics internet connection check in boot.py and test.pyschneefux2014-09-111-4/+3
|
* Add shebang and PEP 0263 source encoding to every moduleschneefux2014-09-101-0/+2
| | | | Source encoding should be specified and a shebang helps to execute a module directly (either to start jasper or just for testing purposes).
* Ported boot/boot.sh to pythonschneefux2014-09-101-3/+26
|
* Don't fail if network connection is missingschneefux2014-09-091-9/+12
|
* Better error message granularity in boot.pyschneefux2014-09-091-4/+26
|
* Minor style fixes: removed unused imports, commented-out code, etc.schneefux2014-08-221-1/+0
|
* Merged latest changes.schneefux2014-06-281-2/+3
|\
| * Removed extra whitespace and unused importschneefux2014-06-281-2/+2
| |
* | Clean up before pull request.schneefux2014-06-211-1/+2
| |
* | Stop hardcoding /home/jasper and abstract out mic.say for multiplatform supportschneefux2014-06-211-9/+11
|/
* Removed restart in event of network failureschneefux2014-06-021-1/+0
|
* moved static assets to separate folderschneefux2014-05-271-4/+4
|
* removed wifi importschneefux2014-05-271-1/+0
|
* fixed merge conflictsschneefux2014-05-271-3/+2
|\
| * vocabcompiler now takes arguments (useful for testing)schneefux2014-05-261-2/+2
| |
| * removed unused importsschneefux2014-05-261-1/+0
| |
* | removed network setup wizardschneefux2014-05-261-55/+4
|/
* Initial commitschneefux2014-03-301-0/+89