-
Notifications
You must be signed in to change notification settings - Fork 7
Skewer adaptation #2
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
base: master
Are you sure you want to change the base?
Conversation
.gitmodules
Outdated
@@ -0,0 +1,3 @@ | |||
[submodule "skewer"] |
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.
I think we should consider using git-subrepo instead. The main reason is simply that it avoids one extra step for the user. But let me know if you tried it and prefer submodules.
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.
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.
Changed to git-subrepo, thanks for the instructions!
- run: "INSERT INTO product VALUES(DEFAULT, 'Orange', '4056');" | ||
postamble: | | ||
From any cluster, access the `product` tables in the `markets` database to view contents. | ||
summary: | |
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.
The summary is rendered at the end, so this text should either go back to the start (the overview) or be recast as "what you did", not what you will do.
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.
Thanks! Summary updated.
…kewer subrepo: subdir: "subrepos/skewer" merged: "3c2a955" upstream: origin: "https://github.com/skupperproject/skewer" branch: "main" commit: "3c2a955" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596"
Updated README file using the Skewer project.