Commit Graph

38 Commits (00f9bac9276659b10484033f2a4456e84f06727a)

Author SHA1 Message Date
Michael Nguyen 00f9bac927 Commit headline -- not longer than this line (50)
This is the template for commits to mycroft-core and also an example of
a commit message. To use this template, change the first line (think of
it as a "headline" for the commit) and then edit this message with a
longer description of the change.  To be nice, keep lines to 72
characters or less (The first two lines of this template are exactly
that length).  Also use imperative writing, e.g. "Fix broken code" or
"Implement my new feature", not "Fixes the broken code" or
"Implemented my new feature".

Sections below can then be filled out and edited as appropriate.
Unused sections can optionally be removed.

Please fill this out carefully.  This moment is when the code is
clearest in the mind of you, the foremost expert in this change.
Please pause to think of side effects and impacts.

====  Documentation Notes ====
mycroft-use script is used to switch from stable and unstbale builds for the mycroft core. It also points the unstable build to use the home-test.mycroft.ai cluster instead of production cluster.

mycroft-packaging repo needs to be merged to master for the packaging to take place.
2017-09-14 14:23:39 -05:00
el-tocino 9597890885 pass cores as a parameter to install scripts 2017-08-17 16:18:01 +09:00
el-tocino 95b212800a move cores calc to mimic script 2017-08-17 16:18:01 +09:00
aatchison 2124d730d2 Commit headline -- not longer than this line (50)
==== Fixed Issues ====
984 - install_mimic.sh -- Mimic shouldn't have to clone all branches
====  Tech Notes ====
This modification clones the mimic repository with a depth of one in
order to reduce download times and local size. A side affect might be
that this would make it harder for developers to checkout different
mimic branches, as they would have to tech them first.
2017-08-14 09:04:52 +09:00
aatchison 4be137944e Altered prepare-msm.sh to change permissions to the correct user
Added a function to change ownership
Added an ownership check that is always run in the case of a botched run the first time
2017-08-02 10:46:28 -05:00
Åke Forslund bfc2d3eced Starup audio process together with mycroft 2017-07-31 13:37:17 +02:00
Caesar 9bc6fc23d2 correcting a misspelling o line 15 2017-07-08 21:27:03 -03:00
Matthew D. Scholefield 8e17fe3fd4 Improve mycroft.sh (#835)
* Improve mycroft.sh

 - Refactor to make adding other scripts easier
 - Stop all skills before starting
 - Handle multiple screen instances running at the same time
 - Notify the user by screen name (not as pretty but makes more sense)
 - Clean up code:
   - Change if chain to switch statement
   - use cat to display usage rather than multiple echo statements

* Small mycroft.sh refactor
 - Auto-generate .screen files
 - Add start-mycroft-custom for other executables
 - Use echo instead of cat (originally didn't realize multiline quotes were a thing)
 - Rename variable screen_name to uppercase to be consistent

* Decrease mycroft.sh sleep time to 0.1 seconds
Less time to wait and still seems to work fine on all tested platforms
2017-06-15 17:42:56 -05:00
el-tocino eeb3c7fe06 punctuation matters. 2017-05-18 16:53:10 -03:00
el-tocino 4372d6f9ab more complete audio info 2017-05-18 16:53:10 -03:00
el-tocino c6179eb937 Issues-739 Adding my-info.sh 2017-05-18 16:53:10 -03:00
Steve Penrod 96332ac77c Fixing minor issues from review 2017-04-14 19:41:00 -05:00
Augusto Monteiro 'Sparky 9e7e2c12f9 #663 - removing install msm 2017-04-14 19:41:00 -05:00
Joel Bradshaw 5e55a117c8 Fix creation of /opt/mycroft/skills 2017-04-07 21:20:34 +01:00
Arron Atchison ff01f929eb Added variable in travis.yml and a check in install-msm.sh to disable creating opt/mycroft/skills 2017-04-03 13:33:28 -07:00
Arron Atchison c8c3b3d67f checking to see if opt/mycroft/skills exists and is writable 2017-04-03 12:30:47 -07:00
Augusto Monteiro 'Sparky 4d8f7f6e13 #630 - Updating msm install script 2017-04-03 11:45:26 -07:00
Augusto Monteiro 22eaa6dc89 Using https 2017-03-28 15:18:43 -07:00
Augusto Monteiro 0c60da0883 #527 - cloning msm 2017-03-28 11:20:00 -07:00
Augusto Monteiro 2b96f2dd19 #527 - Adding msm install script and renaming skill 2017-03-28 11:20:00 -07:00
Augusto Monteiro f6568bd8c6 Merge pull request #580 from forslund/bugfix/issue-579
Fetch all from mimic before updating
2017-03-20 11:42:05 -05:00
Åke Forslund 4a498d9721 Update mimic to version 1.2.0.2 2017-03-18 08:45:11 -05:00
Åke Forslund 04f411935f Fetch all from mimic before updating 2017-03-18 11:35:42 +01:00
Arron Atchison 75c24182d5 Update install-mimic.sh 2017-02-27 13:30:34 -06:00
Arron Atchison 754b7e7bc5 updated mimic to 1.2.0.1 with gcc fix; added make install; it's working great now 2017-02-27 13:30:34 -06:00
Arron Atchison 2b46d12b3a this is what works in my case, with gcc 6.2.0 2017-02-27 13:30:34 -06:00
Arron Atchison a7f0e9265d And autogen needs the ".sh" 2017-02-27 13:30:34 -06:00
Arron Atchison e41a23e5fe I had forgotten autogen 2017-02-27 13:30:34 -06:00
Arron Atchison 91137e6635 Updating Mimic version to 1.2.0; using --enable-shared flag for future Pymimic support 2017-02-27 13:30:34 -06:00
Åke b0eeaf2200 install-mimic picks a specific version, not the latest (#437) 2017-02-15 15:37:52 -06:00
Samuel Boczek eb0a37ce45 Issues-410 - Fixing 'install_pygtk.sh cd: too many arguments' (#432) 2016-12-24 11:33:22 -06:00
Ethan Ward 5646a1cbc9 Issue #322 - Fix creation of logs (#323) 2016-08-10 14:28:37 -05:00
Arron Atchison 1e2753c209 fixed pocketsphinx install script to run in quiet mode with the -q flag. There will be path issues unless run like . 2016-07-29 14:45:00 -05:00
Arron Atchison 306d150543 addded a script for installing pocketshinx and changeing the import path in local_recognizer.py 2016-07-29 12:21:03 -05:00
Ethan Ward 48e4c2c245 Fix install-pygtk to use new version of cairo (#306) 2016-07-28 10:09:50 -05:00
Ethan Ward bfacbe0087 Issues #259 - Move scripts out of root directory (#301) 2016-07-27 09:36:47 -05:00
Ethan Ward 3f0de9537e Revert "Issues #259 - Move scripts and config out of root directory" (#297) 2016-07-18 15:47:46 -05:00
Ethan Ward 69f3a6cd7a Issues #259 - Move scripts and config out of root directory (#285) 2016-07-18 15:44:25 -05:00