Skip to content
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

Add new repositories for component config and cli #97

Conversation

dims
Copy link
Member

@dims dims commented Sep 7, 2018

New repos requested in:
kubernetes/org#58
kubernetes/org#56

Change-Id: I2e71a998db2e53b8d8827a59a7b35198f52e3e13

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Sep 7, 2018
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dims
To fully approve this pull request, please assign additional approvers.
We suggest the following additional approver: caesarxuchao

If they are not already assigned, you can assign the PR to them by writing /assign @caesarxuchao in a comment when ready.

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Sep 7, 2018
@@ -846,3 +846,79 @@ data:
branch: release-1.12
- repository: client-go
branch: release-9.0
- destination: sample-cli-plugin
library: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this a library? I.e. do we want complete Godeps? For libraries we remove some of the k8s.io dependencies to be go-gettable. Ugly but necessary.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After looking into the staging repo, this is most certainly not a library, but a command only.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so i change this to library: false?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed. set to false

dir: staging/src/k8s.io/kube-proxy
name: master
dependencies:
- repository: apimachinery
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

api, client-go are missing

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nvmd. With the config apis only right, porbably it is complete

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, listed only those in GoDeps

dependencies:
- repository: apimachinery
branch: master
- repository: api
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

client-go is missing

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nvmd. With the config apis only right, porbably it is complete

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

y i checked with GoDeps

@dims dims force-pushed the add-repositories-for-component-config-and-cli branch from d4a1a94 to 55d964e Compare September 7, 2018 11:39
Copy link

@soltysh soltysh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The cli-related bits lgtm.

branch: master
- repository: client-go
branch: master
- destination: cli-runtime
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

order is wrong: it must be in topological order, i.e. depending repos after dependencies.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

New repos requested in:
kubernetes/org#58
kubernetes/org#56

Change-Id: I2e71a998db2e53b8d8827a59a7b35198f52e3e13
@dims dims force-pushed the add-repositories-for-component-config-and-cli branch from 55d964e to 0061b95 Compare September 7, 2018 18:29
@sttts
Copy link
Contributor

sttts commented Sep 8, 2018

Repos have been published. 🎉 Closing as the follow-up PR has been merged.

@sttts sttts closed this Sep 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants