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
Mailing list filter rule generator / verifier #733
Conversation
|
Webrevs
|
Looks good in general! I would suggest renaming GitDebug.java
to SkaraDebug.java
(and GitDebugHelp
to SkaraDebugHelp
). I also added a few minor inline comments.
@rwestberg This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
Since the source branch of this PR was last updated there has been 1 commit pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid automatic rebasing, please merge
|
Co-authored-by: Erik Duveblad <erik.helin@oracle.com>
Co-authored-by: Erik Duveblad <erik.helin@oracle.com>
/integrate |
@rwestberg The following commits have been pushed to master since your change was applied:
Your commit was automatically rebased without conflicts. Pushed as commit 71e10af. |
Hi all,
Please review this change that introduces the "mlrules" command, which can be used to generate and verify mailing list filter rules for the jdk/jdk family of development mailing lists. These filter rules can be used by the Skara bots when figuring out on which list(s) a jdk pull request should be reviewed.
The idea is that this command can be used by knowledgeable OpenJDK developers to help improve the quality of the filter rules that will eventually end up being used when the jdk repository starts using pull requests. Examples of usage, together with an initial version of these filter rules, will be posted separately.
Best regards,
Robin
Progress
Reviewers
Download
$ git fetch https://git.openjdk.java.net/skara pull/733/head:pull/733
$ git checkout pull/733