Wip/bewest/exporting#80
Merged
Merged
Conversation
This allows exporting and advertising services within the python ecosystem. Also fix a bug handling input given programmatically vs sys.argv.
This forces argparser to use sys.argv using it's own natural mechanism (to ignore 0th arg) for the high level tools.
* Add set_clock for @amazaheri and friends. * Add #oref0 annotations and other recommendations for @scottleibrand and friends.
Member
Author
|
Member
Author
|
git gc --auto was designed to be run in this kind of circumstance!
Allos turning of usb charging.
Use pkg_resources to find relevant Configurable's.
Should help maybe @scottleibrand with #87?
The change away from git commit -avm means some things need to be more intentional about adding things to the index. This should help #87 and @scottleibrand a bit more.
| app.config.save( ) | ||
| print "added", device.format_url( ) | ||
| repo = app.git_repo( ) | ||
| repo.git.add(['openaps.ini'], write_extension_data=False) |
* Also tweak programmatic re-use of high level cli commands.
The shell command was incorrectly storing [] for an empty list in the INI. When retrieving the config, this does the wrong thing. The to_ini and from_ini were intended to help fix this kind of problem.
Print the generated command out.
ddaniels1
pushed a commit
to ddaniels1/openaps
that referenced
this pull request
Jun 13, 2016
ddaniels1
pushed a commit
to ddaniels1/openaps
that referenced
this pull request
Jun 13, 2016
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.