-
Notifications
You must be signed in to change notification settings - Fork 190
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
Fix and update for Eclipse #145
Conversation
Fixes download issues and upgrades to Eclipse Mars.
Hey, thanks for working on this! And welcome to Ubuntu Make! :) I can happily still downloads Eclipse Luna and have tests passing here, I wonder if it's not a question of mirrors (that already stroke us in the past). Also our central test factory seems to show that all tests are passing: https://jenkins.qa.ubuntu.com/job/udtc-trusty-tests/1740/. That seems to confirm it if it's reliably broken for you (maybe this mirror removed Luna?) Anyway, as told in other PR and bugs, I'm happy to move to Mars, so thanks for this! Here are 2 comments before merging it though:
For any of those, if you need any guidance/help do not hesitate to ask, I'm more than happy helping you getting this PR in! |
Hey, do you need any help with my suggestions? I'm happy to give a hand if needed or if you are stuck on anything :) Cheers, |
I will do my best for observing all those resquest and applying helps if it needed.thanks |
awesome, keep me posted! :) |
Not stuck on anything, just busy. :) It looks like the HTTPS being broken Rockwalrus On Mon, Sep 7, 2015 at 5:44 AM, Didier Roche [email protected]
|
hey @rockwalrus! I hope you have a more relaxed schedule nowdays ;) Now that I just cut a release, I think it's time to update to Mars! Do you think you are going to get any time to work on this? |
I'm closing this PR now as we have a refactoring in latest release enabling to always get the update from latest version! |
There seems to have been a recent change to Eclipse's downloads page that broke downloading. HTTPS doesn't seem to be supported anymore, and the r parameter was renamed to mirror_id. This commit also changes the URL to point at Mars instead of Luna. (#120)