-
Notifications
You must be signed in to change notification settings - Fork 22
Additional optimizations (pre-seed entire kolibri data directory, and blacklist unneeded source files) #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…er-android into develop
|
|
||
| share_by_intent(**kwargs) | ||
|
|
||
| return "<html><body style='background: white;'>OK, boomer</body></html>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ship it! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jamalex More seriously, why do we return an HTML page rather than a JSON status result? I'm guessing it's ignored by Kolibri, but we probably don't want some weird bug in Kolibri to cause this page to get shown... ;-)
…er-android into develop # Conflicts: # Makefile
kollivier
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Release the magic!
Updating ubuntu to bionic for the libraries
First pass
Also, made sure the Docker build actually uses all this stuff.