-
Notifications
You must be signed in to change notification settings - Fork 10
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
Use well known location for bundled english content pack #441
Use well known location for bundled english content pack #441
Conversation
Remove manual load of en content pack.
@mrpau-richard I still see a comment about |
@cpauya OK I will remove 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.
@mrpau-richard The step to clone the create-dmg
repo must also be done early - it's a requirement during the build thus it's good to check if it's available or not early on.
Here's the code I'm talking about where it clones the repo during the last step of the build process: https://github.com/mrpau/installers/blob/8f3cc1490eb1197d9287901f9d7500d4b31a68e2/osx/build.sh#L440
Overall, it's good to see your updates! 😸
osx/build.sh
Outdated
@@ -56,6 +56,7 @@ STEPS=15 | |||
|
|||
# TODO(cpauya): get version from `ka-lite/kalite/version.py` | |||
# Set the default value to `develop` as suggested by [@benjaoming](https://github.com/learningequality/ka-lite-installers/pull/433#discussion_r96399812), so we can use the VERSION environment in bamboo settings. | |||
VERSION="0.17.x" |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
||
# Download python installer. | ||
((STEP++)) | ||
PYTHON_DOWNLOAD_URL="https://www.python.org/ftp/python/2.7.12/python-2.7.12-macosx10.6.pkg" |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
osx/build.sh
Outdated
((STEP++)) | ||
PYTHON_DOWNLOAD_URL="https://www.python.org/ftp/python/2.7.12/python-2.7.12-macosx10.6.pkg" | ||
cd $TEMP_OUTPUT_PATH | ||
wget --retry-connrefused --read-timeout=20 --waitretry=1 -t 100 --continue $PYTHON_DOWNLOAD_URL |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
osx/build.sh
Outdated
@@ -56,6 +56,7 @@ STEPS=15 | |||
|
|||
# TODO(cpauya): get version from `ka-lite/kalite/version.py` | |||
# Set the default value to `develop` as suggested by [@benjaoming](https://github.com/learningequality/ka-lite-installers/pull/433#discussion_r96399812), so we can use the VERSION environment in bamboo settings. | |||
VERSION="0.17.x" | |||
VERSION=${VERSION:-"develop"} |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
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.
Sorry, I selected Comment
earlier - now I am requesting changes @mrpau-richard 😸
@cpauya I've fixed all of your comments. Can you check it again? Thanks |
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.
Just a very minor request and we're good to go. 😸
|
||
test ! -d "$OUTPUT_PATH" && mkdir "$OUTPUT_PATH" | ||
|
||
((STEP++)) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Was this released for the 0.17.0 installer? I think it looks like @cpauya 's last review comment has been addressed, so is it good to merge? |
Oh sorry, yes @benjaoming this should be good to merge... doing that now. |
Great.. but just to be clear:
|
Hi @benjaoming yeah, it's for 0.17 released fixes. |
But I don't see the changes on the |
Well now that I've pulled the recent changes... it's on the |
@cpauya yeah, the changes of this PR was not in current 0.17 released. |
Thanks for confirming. |
Summary
Issues addressed
Fixes #438
/cc @cpauya @mrpau-eduard