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
1167: Update the mapping of files for the client group #1217
Conversation
|
@@ -12,17 +12,21 @@ | |||
], | |||
"client": [ | |||
"make/\\w+(Demos|X11)", | |||
"make/autoconf/lib-(font|freetype|x11)", | |||
"make/autoconf/lib-(alsa|cups|font|freetype|x11)", |
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.
Is it fine in a few places to use the "font" instead of "fontconfig" and "x11" instead of "x11wrappergen"?
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.
My understanding is that the regexp is used to match a prefix. If you add a slash at the end, you enforce a full directory name instead of a partial match. Feel free to rewrite as you like.
config/mailinglist/rules/jdk.json
Outdated
@@ -12,17 +12,21 @@ | |||
], | |||
"client": [ | |||
"make/\\w+(Demos|X11)", | |||
"make/autoconf/lib-(font|freetype|x11)", | |||
"make/autoconf/lib-(alsa|cups|font|freetype|x11)", | |||
"make/data/(font|x11)", | |||
"make/jdk/src/classes/build/tools/(generatenimbus/|x11wrappergen)", |
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.
Why nimbus has a slash at the end? it can be removed?
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.
As said in the other comment, the slash enforces a full match on a directory instead of a partial. I don't know why this particular dir has a slash when so many others do not. Feel free to rewrite as you like.
Webrevs
|
@@ -12,17 +12,21 @@ | |||
], | |||
"client": [ | |||
"make/\\w+(Demos|X11)", | |||
"make/autoconf/lib-(font|freetype|x11)", | |||
"make/autoconf/lib-(alsa|cups|font|freetype|x11)", |
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.
My understanding is that the regexp is used to match a prefix. If you add a slash at the end, you enforce a full directory name instead of a partial match. Feel free to rewrite as you like.
config/mailinglist/rules/jdk.json
Outdated
@@ -12,17 +12,21 @@ | |||
], | |||
"client": [ | |||
"make/\\w+(Demos|X11)", | |||
"make/autoconf/lib-(font|freetype|x11)", | |||
"make/autoconf/lib-(alsa|cups|font|freetype|x11)", | |||
"make/data/(font|x11)", | |||
"make/jdk/src/classes/build/tools/(generatenimbus/|x11wrappergen)", |
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.
As said in the other comment, the slash enforces a full match on a directory instead of a partial. I don't know why this particular dir has a slash when so many others do not. Feel free to rewrite as you like.
@mrserb This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@erikj79, @kevinrushforth) but any other Committer may sponsor as well.
|
/integrate |
/sponsor |
Going to push as commit d816d14. |
@kevinrushforth @mrserb Pushed as commit d816d14. |
A few records related to the client are added to the jdk.json
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/skara pull/1217/head:pull/1217
$ git checkout pull/1217
Update a local copy of the PR:
$ git checkout pull/1217
$ git pull https://git.openjdk.java.net/skara pull/1217/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1217
View PR using the GUI difftool:
$ git pr show -t 1217
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/skara/pull/1217.diff