Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Vendoring: Switch to fixed revision vendoring #780

Merged
merged 1 commit into from
Nov 1, 2017

Conversation

mcastelino
Copy link
Contributor

virtcontainers has already switched to vendoring specific revisions of dependencies.
Switch the runtime to also adopt the same.

This allows an user to do perform

rm -rf vendor
dep ensure

without having to worry about unwanted changes being picked up.

The downside is that the revendoring becomes manual. It also requires that runtime dependency
revisions match that the exact revision used by virtcontainers (which may be a good thing).

Fixes #779

Signed-off-by: Manohar Castelino [email protected]

@clearcontainersbot
Copy link

kubernetes qa-passed 👍

@sameo
Copy link

sameo commented Oct 31, 2017

LGTM

Approved with PullApprove Approved with PullApprove

virtcontainers has already switched to vendoring specific revisions of dependencies.
Switch the runtime to also adopt the same.

This allows an user to do perform

rm -rf vendor
dep ensure

without having to worry about unwanted changes being picked up.

The downside is that the revendoring becomes manual. It also requires that runtime dependency
revisions match that the exact revision used by virtcontainers (which may be a good thing).

Fixes clearcontainers#779

Signed-off-by: Manohar Castelino <[email protected]>
@mcastelino mcastelino changed the title Vendoring: Switch to fixes revision versioning Vendoring: Switch to fixed revision versioning Oct 31, 2017
@mcastelino mcastelino changed the title Vendoring: Switch to fixed revision versioning Vendoring: Switch to fixed revision vendoring Oct 31, 2017
@clearcontainersbot
Copy link

kubernetes qa-passed 👍

1 similar comment
@clearcontainersbot
Copy link

kubernetes qa-passed 👍

@jodh-intel
Copy link
Contributor

jodh-intel commented Nov 1, 2017

lgtm

Approved with PullApprove Approved with PullApprove

@jodh-intel jodh-intel merged commit 9add0af into clearcontainers:master Nov 1, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants