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 machine client api pkg #27

Merged
merged 2 commits into from
Oct 10, 2023
Merged

Commits on Sep 26, 2023

  1. add machine client api pkg

    Add a client API to get and put a machine.  This is used by trust to
    edit a machine's boot source, iso and disks.
    
    Signed-off-by: Serge Hallyn <[email protected]>
    hallyn committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    80ca040 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Fix build by not having cmd/* be packages

    Just have cmd/machine/cmd/ and cmd/machined/cmd be the
    main packages for each executable respectively.  (Maybe
    we should drop cmd/ there)
    
    Give the full module name in go.mod
    
    Signed-off-by: Serge Hallyn <[email protected]>
    hallyn committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    1b247c8 View commit details
    Browse the repository at this point in the history