summaryrefslogtreecommitdiff
path: root/boot
Commit message (Collapse)AuthorAgeFilesLines
* Change python to python2 in start scriptsschneefux2014-09-061-1/+1
|
* Add executable flag to client/main.py and boot/test.pyschneefux2014-09-061-0/+0
|
* Add shebang and PEP 0263 source encoding to every moduleschneefux2014-09-063-2/+6
| | | | Source encoding should be specified and a shebang helps to execute a module directly (either to start jasper or just for testing purposes).
* 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