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

Commit

Permalink
vendoring: revert virtcontainers revendoring
Browse files Browse the repository at this point in the history
Last revendoring make K8s stop working because cc-runtime gets
hanged when starting pods. With this commit, k8s pods will be
able to be creatd.

Fixes: #210

Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
  • Loading branch information
chavafg committed Feb 1, 2018
1 parent 28ff392 commit 4e4c74d
Show file tree
Hide file tree
Showing 33 changed files with 750 additions and 1,957 deletions.
20 changes: 5 additions & 15 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

[[constraint]]
name = "github.com/containers/virtcontainers"
revision = "3a6bd62b25e130dc142ba430cf3b45c975d1878e"
revision = "d2342c73a2b486736b2f88164b13b542873115dc"

[[constraint]]
name = "github.com/sirupsen/logrus"
Expand Down
2 changes: 0 additions & 2 deletions vendor/github.com/containers/virtcontainers/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 6 additions & 50 deletions vendor/github.com/containers/virtcontainers/Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 69 additions & 11 deletions vendor/github.com/containers/virtcontainers/Gopkg.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 7 additions & 14 deletions vendor/github.com/containers/virtcontainers/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions vendor/github.com/containers/virtcontainers/agent.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4e4c74d

Please sign in to comment.