-
Notifications
You must be signed in to change notification settings - Fork 166
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
feat: implementing semantic release #51
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.
@daks Just a few minor changes, thanks. Outside of these files, could you also include:
bin/kitchen
-- necessary, since the documentation says we're going to provide it!- The three-line header in
pillar.example
-- this one isn't important.
BREAKING CHANGE: With the removal of all of the `.sls` files under | ||
`template package`, this formula no longer supports the installation of | ||
packages. | ||
|
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.
Need to remove everything below this line.
release: 1 | ||
minimum_version: 2016.11 | ||
summary: Sudoers formula | ||
description: Formula to configure sudo |
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.
sudoers
perhaps?
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 program is named sudo :) I don't know why the formula is named that way
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 README
doesn't help us here:
Set up sudo and the sudoers included files.
So it does both! Since there's confusion, maybe it's best to stick to sudoers
, for consistency.
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.
except that "sudoers" doesn't mean anything, the program is sudo, the package is sudo, this is the name you find everywhere, see https://packages.debian.org/search?keywords=sudo&searchon=names&suite=stable§ion=all for example.
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.
But the problem is, every reference in the formula is for sudoers
... the name of the formula, the directory structure, the pillar, etc.
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.
Or why don't we just write both, just like the README
? Meaning:
description: Formula to configure sudo | |
description: Formula to configure sudo and the sudoers included files |
Or something like that.
I just realize that we want to include update: done |
One last push. I hope everything is OK. I may not be able to work on it before next week. |
Just this requested change missing: #51 (comment). |
@daks Merged, I'll submit the minor changes in a subsequent PR. Thanks again! |
* Finalises comments from saltstack-formulas#51
🎉 This PR is included in version 0.21.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Continuing work on this formula.