-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Update Oxy, fix for #1199 #1278
Conversation
@akanto With glide, you must not change Please set the new version in |
I suggest to put this fix in v1.2 branch instead. @akanto could you also rebase your PR on v1.2 branch ? |
Maybe I am doing something wrong, but a lot of dependencies has been changed after I have executed the ./script/glide.sh update. What I did:
I have executed the |
@akanto I think you did everything correct. The problem with glide is that it does not support updating individual packages only. It needs to update all unpinned dependencies, including transitive ones. The latter is what was updated mostly by your last push. The build currently fails because glide pulled in an update of go-github, which has changed its API apparently. We'll have to adjust, which I can help you with. What you should do first though in order to reduce merge conflict effort is to rebase your feature branch onto the v1.2 branch as suggested by @emilevauge. Please also make sure that you commit all changes to the Sorry for the inconvenience! |
I have pushed a commit that should help adjust to go-github's API change and fix the build problem. You may need to apply it again after you've rebased the branch. |
The package has probably moved. Grrrrr... |
Right, meantime I have rebased to 1.2 as requested, but there I run into several issues, since some deps are not pinned and not only the compile but even "glide up" failed. What I am doing now:
As I see there is no committed vendor dir in v.1.2, therefore I have kept it as it is. |
@timoreimann it seems that somehow the build is stuck or not triggered on travis and the last build is still this: https://travis-ci.org/containous/traefik/builds/210780787 , could you trigger the build on travis, please? |
We can't (travis bug sometime), could you push force again? |
Required by go-github update.
Tests are failing, @akanto @timoreimann any idea why ? |
@emilevauge I'm not sure but I guess it's caused by an undesirable package update. :/ Let me try something... |
I managed to update the oxy package only and leave everything else untouched. Tests and validation look good on my machine locally, let's see what Travis says. Here's what I did:
Pro: This might actually work. |
Looking at the modified |
@emilevauge yeah sorry, I forgot to mention that I undid the pinning again. Added one point to my list. |
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.
LGTM
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.
LGTM 🐸 😈
No description provided.