-
-
Notifications
You must be signed in to change notification settings - Fork 215
fix(cloudflare/cfssl/cfssl-scan): rescaffold #40149
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
fix(cloudflare/cfssl/cfssl-scan): rescaffold #40149
Conversation
Thank you! |
# https://aquaproj.github.io/ | ||
# Other than name is optional. All initial values are just examples. | ||
name: cloudflare/cfssl/cfssl-scan | ||
all_assets_filter: (Asset matches "cfssl-scan") or (Asset matches "checksums.txt") |
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.
This excludes SHA256SUMS
mistakenly. aca0e79
To prevent such a mistake, all_assets_filter
should be used to exclude specific files explicitly.
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.
Ah, but this repository has some other CLIs. It's a bit hard to maintain the list of other 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.
I added SHA256SUMS for now.
There is still a problem that assets added in the future can be excluded unexpectedly.
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.
Probably other prs you created have the same issue.
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.
We'll consider how to improve the mechanism to filter assets.
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! I missed the old name, sorry.
I'll fix other PRs later.
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [aquaproj/aqua-registry](https://github.com/aquaproj/aqua-registry) | minor | `v4.402.0` -> `v4.403.0` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>aquaproj/aqua-registry (aquaproj/aqua-registry)</summary> ### [`v4.403.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.403.0) [Compare Source](aquaproj/aqua-registry@v4.402.0...v4.403.0) [Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.403.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.403.0) | <aquaproj/aqua-registry@v4.402.0...v4.403.0> #### 🎉 New Packages [#​40202](aquaproj/aqua-registry#40202) [arduino/arduino-language-server](https://github.com/arduino/arduino-language-server): An Arduino Language Server based on Clangd to Arduino code autocompletion #### Fixes [#​40205](aquaproj/aqua-registry#40205) Re-scaffold tinygo-org/tinygo [#​40182](aquaproj/aqua-registry#40182) cloudflare/cfssl/cfssljson: Add checksum validation for old versions [@​risu729](https://github.com/risu729) [#​40155](aquaproj/aqua-registry#40155) cloudflare/cfssl/multirootca: Re-scaffold [@​risu729](https://github.com/risu729) [#​40154](aquaproj/aqua-registry#40154) cloudflare/cfssl/mkbundle: Re-scaffold [@​risu729](https://github.com/risu729) [#​40152](aquaproj/aqua-registry#40152) cloudflare/cfssl/cfssl-newkey: Re-scaffold [@​risu729](https://github.com/risu729) [#​40151](aquaproj/aqua-registry#40151) cloudflare/cfssl/cfssl-certinfo: Re-scaffold [@​risu729](https://github.com/risu729) [#​40150](aquaproj/aqua-registry#40150) cloudflare/cfssl/cfssl-bundle: Re-scaffold [@​risu729](https://github.com/risu729) [#​40149](aquaproj/aqua-registry#40149) cloudflare/cfssl/cfssl-scan: Re-scaffold [@​risu729](https://github.com/risu729) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43My4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
https://github.com/cloudflare/cfssl
Check List
Require signed commits
, so all commits must be signedcmdx s
to scaffold code