-
Notifications
You must be signed in to change notification settings - Fork 26
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
twoliter: create initial project with kits #118
Conversation
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.
delete project3
path = "../variants.rs" | ||
|
||
[build-dependencies] | ||
hello-agent = { path = "../../kits/hello-kit" } |
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.
hello-agent = { path = "../../kits/hello-kit" } | |
hello-kit = { path = "../../kits/hello-kit" } |
# core | ||
"release", | ||
"kernel-6.1", | ||
# docker | ||
"docker-cli", | ||
"docker-engine", | ||
"docker-init", | ||
"docker-proxy", | ||
# tools | ||
"login", | ||
"iputils", | ||
"strace", | ||
"chrony-tools", |
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.
# core | |
"release", | |
"kernel-6.1", | |
# docker | |
"docker-cli", | |
"docker-engine", | |
"docker-init", | |
"docker-proxy", | |
# tools | |
"login", | |
"iputils", | |
"strace", | |
"chrony-tools", | |
"hello-agent", | |
"hello-go", |
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.
Can we name the projects in a self-documenting way? I would call this one local-kit
.
Can you also add a README.md at the top of the local-kit
project directory that explains that the purpose of the test project is to introduce a simple local kit project with no external kit dependencies?
Issue number:
Closes #116
Description of changes:
Adds 2 new projects, 1 that bundles Bottlerocket into a
core
kit, the other adds Bottlerocket packages as packages.Testing done:
N/A
Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.