-
Notifications
You must be signed in to change notification settings - Fork 19
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
Get builds from store #44
Conversation
Initial mess that successfully gets download from store Needs lots of cleaning Cleaned up the code Simplify the authentication to dev builds community by using curl -L Update doc Update naming of DEV_COMMUNITY to be SUGARCRM
2a610b4
to
d49ba1a
Compare
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.
See other comments
Initial mess that successfully gets download from store Needs lots of cleaning Cleaned up the code Simplify the authentication to dev builds community by using curl -L Update doc Update naming of DEV_COMMUNITY to be SUGARCRM
…builds-from-store
@mmarum-sugarcrm I'm not able to reply inline to your earlier comments, so....
It is a bit of a magic number. For some reason, if you attempt to download a zip file that doesn't exist, you get a zip file of 209b instead of 0b. I've added a comment in the code to explain this.
I opened #53 to track this. Can you review again? |
This fixes issue #42. Note that the 8.0 builds are not yet in the store. You can test the functionality by replacing the names of the zips on lines 270, 274, and 278 with zips that are in the store like SugarEnt-7.9.3.0.zip.
This branch is built off of the integration-tests branch and should not be merged until PR #38 is merged. The new commit that is part of this PR is d49ba1a.