-
Notifications
You must be signed in to change notification settings - Fork 31
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
Package create macros for garden #293
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Harsh Mahesheka <[email protected]>
Removed the Garden label because the This PR can be merged into |
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.
Address the knit. I'll merge after.
|
||
list(APPEND plugins_path ${gz_export_msg_INSTALL_DESTINATION}) | ||
|
||
endmacro() |
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.
Knit: add newline at EOF
@j-rivero to review. |
🎉 New feature
Implementation of #262 for Garden
Summary
The idea is to create a series of macros that will help new and old users create new packages quickly. This pr changes ign to gz and other small changes to make macors compatible for the garden.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.