summaryrefslogtreecommitdiff
path: root/boot
Commit message (Collapse)AuthorAgeFilesLines
* Added test for vocabcompiler to `--light` tests and updated travis configschneefux2014-09-111-54/+0
|
* Move client/main.py to jasper.py and add client/main.py dummy script for ↵schneefux2014-09-112-2/+5
| | | | backwards compatibility
* Merged boot/boot.py into client/main.pyschneefux2014-09-111-83/+5
|
* Move vocabcompiler into client folderschneefux2014-09-112-73/+1
|
* Using Diagnostics internet connection check in boot.py and test.pyschneefux2014-09-111-4/+3
|
* Remove Shebangs from modules not meant to be executed directlyschneefux2014-09-101-1/+0
| | | | See https://github.com/jasperproject/jasper-client/pull/154#issuecomment-54882839 for more info.
* Add shebang to start.shschneefux2014-09-101-1/+1
|
* Add executable flag to client/main.py and boot/test.pyschneefux2014-09-101-0/+0
|
* Add shebang and PEP 0263 source encoding to every moduleschneefux2014-09-103-0/+6
| | | | 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-102-19/+29
|
* 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-222-2/+3
|
* Fix boot.sh when invoked non-interactively via crontabschneefux2014-07-041-0/+1
|
* Merged latest changes.schneefux2014-06-281-2/+3
|\
| * Removed extra whitespace and unused importschneefux2014-06-281-2/+2
| |
* | Changes suggested in CR.schneefux2014-06-281-2/+2
| |
* | Escape phrases before 'say'ing them in OS Xschneefux2014-06-211-1/+0
| |
* | Fixed /boot unit test.schneefux2014-06-211-1/+10
| |
* | Clean up before pull request.schneefux2014-06-211-1/+2
| |
* | Stop hardcoding /home/jasper and abstract out mic.say for multiplatform supportschneefux2014-06-212-11/+23
|/
* Removed restart in event of network failureschneefux2014-06-021-1/+0
|
* moved static assets to separate folderschneefux2014-05-272-4/+4
|
* Merge branch 'master' of https://github.com/jasperproject/jasper-clientschneefux2014-05-2715-444/+5
|\
| * removed wifi importschneefux2014-05-271-1/+0
| |
| * fixed merge conflictsschneefux2014-05-273-16/+75
| |\
| * | removed network setup wizardschneefux2014-05-2615-443/+4
| | |
* | | no need for '+' in writeschneefux2014-05-271-2/+2
| |/ |/|
* | finalized testschneefux2014-05-262-2/+7
| |
* | basic unit test for vocabcompilerschneefux2014-05-262-2/+39
| |
* | vocabcompiler now takes arguments (useful for testing)schneefux2014-05-262-7/+7
| |
* | edit docstringschneefux2014-05-261-1/+1
| |
* | modularized lm compilationschneefux2014-05-261-6/+20
| |
* | removed unused importsschneefux2014-05-265-6/+3
| |
* | removed pkgutilschneefux2014-05-261-1/+0
| |
* | complete vocabcompiler fixschneefux2014-05-261-2/+8
| |
* | fixed vocabcompiler after init updateschneefux2014-05-261-1/+1
|/
* Initial commitschneefux2014-03-3018-0/+535