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

Introduce generate.py script #4

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

razvand
Copy link
Contributor

@razvand razvand commented Sep 30, 2023

Introduce generate.py script to generate build and run scripts. It does so based on default configuration files (for building), KraftKit configuration and runtime configuration files (for running).

Default configuration files are to be stored in the defconfigs/ directory of each app / example. KraftKit configuration is the the kraft.yaml file of each app / example. Runtime configuration is the scripts/run.yaml file.

@razvand razvand added the enhancement New feature or request label Sep 30, 2023
@razvand razvand self-assigned this Sep 30, 2023
Copy link
Member

@StefanJum StefanJum left a comment

Choose a reason for hiding this comment

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

Tested it on few apps and it works, I'll do some more proper testing tomorrow. See the one comment.

scripts/generate.py Outdated Show resolved Hide resolved
Introduce `generate.py` script to generate build and run scripts. It
does so based on default configuration files (for building), KraftKit
configuration and runtime configuration files (for running).

Default configuration files are to be stored in the `defconfigs/`
directory of each app / example. KraftKit configuration is the the
`kraft.yaml` file of each app / example. Runtime configuration is the
`scripts/run.yaml` file.

Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
Copy link
Member

@StefanJum StefanJum left a comment

Choose a reason for hiding this comment

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

All good.

@StefanJum StefanJum merged commit 3e7dac0 into unikraft:staging Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants