-
Notifications
You must be signed in to change notification settings - Fork 213
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
test: merging kinvolk/ocicert repo #35
Conversation
It's golang, so you have to fix the imports |
fair. I can add a commit to do that. I had only straight copied them over, with no modifications. |
done |
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.
Oh, I was going to do it tomorrow. But anyway thanks for doing that! :-)
PRs that are currently open are not included here though.
Tomorrow I can fix something in those PRs, and create another PR to this distribution-spec repo.
Nit below:
This did not merge history, but that git-fu magic elludes me. I accomplished this with the following code: ```shell git remote add ocicert /~https://github.com/kinvolk/ocicert git read-tree --prefix=test/ -u ocicert/master ``` Signed-off-by: Dongsu Park <dongsu@kinvolk.io> Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
fixed the DCO. PTAL |
Copyright headers might need to be changed? |
fair. Would I do that or allow @dongsupark to? Should it be in the same commit or just in the same change set? 🤔 |
you can do it, same change set is fine
On Wed, Jan 2, 2019 at 1:27 PM Vincent Batts ***@***.***> wrote:
fair. Would I do that or allow @dongsupark </~https://github.com/dongsupark>
to? Should it be in the same commit or just in the same change set? 🤔
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#35 (comment)>,
or mute the thread
</~https://github.com/notifications/unsubscribe-auth/AAD5IS2uImUAfNixxWP0OkkTVNvqd6MMks5u_QgpgaJpZM4ZY0SR>
.
--
Cheers,
Chris Aniszczyk
http://aniszczyk.org
+1 512 961 6719
|
@vbatts Thanks for fixing DCO. |
Change copyright holder from "ocicert authors" to "The Linux Foundation". This matches the copyright format in the image-spec and runtime-spec. Dongsu's authorship is preserved and the agreed work of this effort by LF is recognized in this updated copyright holding. Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
updated the copyright holder. PTAL. |
RFC @opencontainers/distribution-spec-maintainers for merge |
yes pls. (i can't LGTM my own PR, even though the bulk of the work is @dongsupark ) |
@opencontainers/distribution-spec-maintainers PTAL |
1 similar comment
@opencontainers/distribution-spec-maintainers PTAL |
LGTM |
This did not merge history, but that git-fu magic elludes me.
I accomplished this with the following code:
cc @dongsupark
Signed-off-by: Vincent Batts vbatts@hashbangbash.com