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

test: merging kinvolk/ocicert repo #35

Merged
merged 3 commits into from
Feb 19, 2019
Merged

Commits on Jan 2, 2019

  1. test: merging kinvolk/ocicert repo

    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 <[email protected]>
    Signed-off-by: Vincent Batts <[email protected]>
    Dongsu Park authored and vbatts committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    dec9ea3 View commit details
    Browse the repository at this point in the history
  2. test: fix import paths

    Signed-off-by: Vincent Batts <[email protected]>
    vbatts committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    79f0c65 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. *: copyright holder change

    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 <[email protected]>
    vbatts committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    e58cbb4 View commit details
    Browse the repository at this point in the history