Skip to content

Commit

Permalink
Use kmodules.xyz pkg paths directly (#392)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Feb 10, 2019
1 parent b210c12 commit 7c894d7
Show file tree
Hide file tree
Showing 66 changed files with 2,902 additions and 362 deletions.
52 changes: 23 additions & 29 deletions glide.lock

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

6 changes: 0 additions & 6 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,8 @@ import:
- package: k8s.io/metrics
version: kubernetes-1.12.0
- package: kmodules.xyz/monitoring-agent-api
repo: https://github.com/kmodules/monitoring-agent-api.git
vcs: git
version: release-9.0
- package: kmodules.xyz/objectstore-api
repo: https://github.com/kmodules/objectstore-api.git
vcs: git
version: release-9.0
- package: kmodules.xyz/offshoot-api
repo: https://github.com/kmodules/offshoot-api.git
vcs: git
version: release-9.0
11 changes: 1 addition & 10 deletions hack/revendor.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,32 +183,22 @@ def check_antipackage():
},
{
"package": "kmodules.xyz/custom-resources",
"repo": "https://github.com/kmodules/custom-resources.git",
"vcs": "git",
"version": "release-9.0"
},
{
"package": "kmodules.xyz/monitoring-agent-api",
"repo": "https://github.com/kmodules/monitoring-agent-api.git",
"vcs": "git",
"version": "release-9.0"
},
{
"package": "kmodules.xyz/objectstore-api",
"repo": "https://github.com/kmodules/objectstore-api.git",
"vcs": "git",
"version": "release-9.0"
},
{
"package": "kmodules.xyz/offshoot-api",
"repo": "https://github.com/kmodules/offshoot-api.git",
"vcs": "git",
"version": "release-9.0"
},
{
"package": "kmodules.xyz/openshift",
"repo": "https://github.com/kmodules/openshift.git",
"vcs": "git",
"version": "release-9.0"
},
{
Expand Down Expand Up @@ -374,6 +364,7 @@ def revendor(comp=None):
for name in DATABASES:
cat.revendor_repo(name)
elif comp == 'all':
cat.revendor_repo('apimachinery')
for name in DATABASES:
cat.revendor_repo(name)
cat.revendor_repo('operator')
Expand Down
10 changes: 5 additions & 5 deletions vendor/github.com/appscode/go/log/context.go

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

10 changes: 5 additions & 5 deletions vendor/github.com/appscode/go/log/log.go

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

2 changes: 2 additions & 0 deletions vendor/github.com/appscode/jsonpatch/jsonpatch.go

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

Loading

0 comments on commit 7c894d7

Please sign in to comment.