aatchison
70bcb51946
re-added mimic to dev-setup.sh
2016-06-23 10:29:11 -05:00
aatchison
13fcb066f4
Merge branch 'master' into feature/deb-packaging
2016-06-23 10:24:33 -05:00
Arron Atchison
1b941e7db6
Merge pull request #225 from MycroftAI/issue/adapt-version-bump-to-0.2.6
...
updated adapt to 0.2.6
2016-06-23 10:24:24 -05:00
aatchison
c1ae384c2e
edited postrm to unclude prvious if statement, adapt version bump
2016-06-23 10:16:35 -05:00
aatchison
a6a42602fd
edited postrm to unclude prvious if statement, adapt version bump
2016-06-23 10:14:05 -05:00
aatchison
65b1792bce
added if [ = purge ]; then
...
for user directory removal
2016-06-23 09:33:14 -05:00
aatchison
0321824db5
removing the user directory breaks the upgrade process. I wan't to only remove on purge
2016-06-23 09:19:07 -05:00
Matthew D. Scholefield
874f521194
Merge pull request #207 from Wolfgange3311999/listener-fixes
...
Added back session manager behavior from old listener
2016-06-23 09:15:31 -05:00
Jason Hines
440efdd74a
per @the7erm sugestion: changed the log flush to 1 second for screen.
2016-06-23 09:35:37 -04:00
Matthew Scholefield
1ceecbd47d
Added audio unit test
...
It can be run with ./start.sh audiounittest
2016-06-22 17:07:31 -05:00
Jason Hines
09fda1c84f
added --quiet option to start.sh cli to prevent echo when using the cli
2016-06-22 17:57:41 -04:00
aatchison
5c75fe3716
something is not allowing the mycroft user to be created?
2016-06-22 15:55:14 -05:00
Jason Hines
896c8145b1
changed three to four for FAQ since four processes are listed.
2016-06-22 16:50:25 -04:00
Jason Hines
3c6eefee4e
Noited that FAQ/Common Errors section of README.md said that mycroft.sh would start the cli, so I added it.
2016-06-22 16:48:00 -04:00
isaacnward
6b38b7dfd6
Merge pull request #184 from ethanaward/feature/issues-86
...
Issues 86 - Add basic personal skill
2016-06-22 15:05:59 -05:00
aatchison
3bc3594db9
changes publish paths to reflect directory rename
2016-06-22 14:54:56 -05:00
aatchison
ba7b0ee832
Merge branch 'master' into feature/deb-packaging
2016-06-22 14:46:09 -05:00
isaacnward
083bda8e03
Issues/122 ( #220 )
...
* added mouth spelling
* spell word after talking
* removed speech to test
* test
* re-added speech
* used emitter
* mycroft/skills/spelling/__init__.py
* emitters 102: intermediate emitters
* emitters 103: importing the right method
* trying enclosure methods
* more fixing
* sorry slack
* added brief pause
* added api listener method
* fixed syntax
* further edited syntax
* slightly changed syntax
* added brief pause before listener reactivation
* changed ordering
* testing method
* further tests
* test test test
* logger
* further logger
* altered logic
* i really need to fork
* more debug
* changed boolean logic
* more debug
* fixed it??
* added brief pause again
* final commit
* test
* test
* fixed it
* sleep
* more testing
* stuff
* added constants:
* pep8
2016-06-22 14:36:56 -05:00
Arron Atchison
df2cb5fe41
Merge pull request #217 from jasonehines/master
...
fixed enhancements to quickstart script
2016-06-22 13:50:49 -05:00
aatchison
9a85204036
removed if statement
2016-06-22 13:37:51 -05:00
aatchison
e61fb7b010
moved publish so it may co-exist with the original scripts
2016-06-22 12:54:07 -05:00
aatchison
f1181ca1c0
make sure to create enclosure dir in the deb
2016-06-22 12:51:44 -05:00
aatchison
7c154e939f
changed deluser to userdel
2016-06-22 12:35:20 -05:00
Jason Hines
1cec7aeb43
Removed ! typo from if statement. Added delay before verifying screen.
2016-06-22 13:25:18 -04:00
aatchison
343f886f38
re-enabled enclosure service kill iin prerm
2016-06-22 12:20:05 -05:00
Jason Hines
390999c295
Merge remote-tracking branch 'upstream/master'
...
verified conflicts in mycroft.sh
2016-06-22 12:58:57 -04:00
aatchison
51912a65c2
added if statements to prevent enclosure functionality unless the arch is armhf (could use a better method in the future
2016-06-22 11:57:39 -05:00
Jason Hines
8bb986e463
Added function to verify that service has started and output a message and the log if it didn't.
2016-06-22 12:46:47 -04:00
aatchison
b152866896
merge with enclosure upload branch, master
2016-06-22 11:43:01 -05:00
aatchison
4dd1a606fb
removed architecture check, as it only exists for armhf
2016-06-22 11:24:52 -05:00
aatchison
6af76cf318
moving enclosure version.txt outside of the enclosure directory to avoid conflicts
2016-06-22 11:08:09 -05:00
Jason Hines
58bacc85cd
Added code to get script directory so that the script can be run from any path
2016-06-22 12:07:17 -04:00
aatchison
04f8b9fb70
using release version number in place of hardcoded location for the flitevox voice
2016-06-22 10:49:18 -05:00
aatchison
829811cb5c
using release version variable in mimic voice path
2016-06-22 10:21:18 -05:00
aatchison
b6a840d224
attempt to add the enclosure update scripts to post-install
2016-06-22 09:57:59 -05:00
aatchison
b5f946b11a
Merge branch 'master' into feature/deb-packaging
2016-06-22 09:37:08 -05:00
Ethan Ward
9cefb4ee5f
Issues 187 - Make Wolfram default to pod 2 ( #188 )
...
* Issues 187 - Make Wolfram default to pod 2
* Issues 187 - Add tests
* Issues 187 - Add decimal truncating back
* Issues 187 - Rename method
* Issues 187 - Minor bugfix
2016-06-21 16:16:28 -04:00
Ethan Ward
2a2d3044c7
Issues 86 - Fix wording
2016-06-21 14:44:27 -05:00
Ethan Ward
ac7fb50de9
Issues 86 - Add additional dialog and vocab
2016-06-21 14:44:27 -05:00
Ethan Ward
a39bfce789
Issues 86 - Add personal tests
2016-06-21 14:44:27 -05:00
Ethan Ward
342e8b2e37
Issues 86 - Add personal vocab
2016-06-21 14:44:27 -05:00
Ethan Ward
b19f2022c9
Issues 86 - Add personal vocab
2016-06-21 14:44:27 -05:00
Ethan Ward
6dcf5a6f0b
Issues 86 - Add personal skill
2016-06-21 14:44:27 -05:00
Arron Atchison
f2910687d9
Merge pull request #208 from MycroftAI/bugfix/issues-205
...
Issues 205 - Update Readme
2016-06-21 14:02:36 -05:00
aatchison
66f5d81dd4
revert to compiling pocketsphinx
2016-06-21 14:00:24 -05:00
aatchison
cd8486e281
Merge branch 'master' into feature/deb-packaging
2016-06-21 13:54:17 -05:00
Ethan Ward
7943160598
Issues 205 - Remove unnecessary line
2016-06-21 13:52:59 -05:00
Ethan Ward
705785faf2
Issues 205 - Update Readme
...
This updates the readme to address #205 , as well as add an FAQ section for a common error.
2016-06-21 13:40:36 -05:00
Arron Atchison
0344bb1f5d
Merge pull request #204 from flexiondotorg/add_crunch_bang_to_mycroft_shell_script
...
Add #! to mycroft.sh
2016-06-21 12:30:24 -05:00
Matthew Scholefield
7bcdea6604
Added back wakeword handler
2016-06-21 12:26:27 -05:00