[jfx17u] Integrated: 8279396: Define version in .jcheck/conf

2022-01-04 Thread Kevin Rushforth
On Tue, 4 Jan 2022 16:39:00 GMT, Kevin Rushforth wrote: > Backport fix to add `version` property to `.jcheck/conf`. This is needed in > support of a Skara bot config change to take the fix version from the repo. This pull request has now been integrated. Changeset: b6b7207a Author:Kevin

Re: [jfx17u] RFR: 8279396: Define version in .jcheck/conf

2022-01-04 Thread Johan Vos
On Tue, 4 Jan 2022 16:39:00 GMT, Kevin Rushforth wrote: > Backport fix to add `version` property to `.jcheck/conf`. This is needed in > support of a Skara bot config change to take the fix version from the repo. Marked as reviewed by jvos (Reviewer). - PR:

[jfx11u] Integrated: 8279396: Define version in .jcheck/conf

2022-01-04 Thread Kevin Rushforth
On Tue, 4 Jan 2022 16:45:52 GMT, Kevin Rushforth wrote: > Backport fix to add `version` property to `.jcheck/conf`. This is needed in > support of a Skara bot config change to take the fix version from the repo. > > NOTE: the `UPDATING-version.md` file was not present in the repo. I copied it

Re: [jfx17u] RFR: 8279396: Define version in .jcheck/conf

2022-01-04 Thread Kevin Rushforth
On Tue, 4 Jan 2022 16:39:00 GMT, Kevin Rushforth wrote: > Backport fix to add `version` property to `.jcheck/conf`. This is needed in > support of a Skara bot config change to take the fix version from the repo. Reviewer: @johanvos - PR:

Re: [jfx11u] RFR: 8279396: Define version in .jcheck/conf

2022-01-04 Thread Johan Vos
On Tue, 4 Jan 2022 16:45:52 GMT, Kevin Rushforth wrote: > Backport fix to add `version` property to `.jcheck/conf`. This is needed in > support of a Skara bot config change to take the fix version from the repo. > > NOTE: the `UPDATING-version.md` file was not present in the repo. I copied it

[jfx11u] RFR: 8279396: Define version in .jcheck/conf

2022-01-04 Thread Kevin Rushforth
Backport fix to add `version` property to `.jcheck/conf`. This is needed in support of a Skara bot config change to take the fix version from the repo. NOTE: the `UPDATING-version.md` file was not present in the repo. I copied it from mainline, since the instructions are identical.

[jfx17u] RFR: 8279396: Define version in .jcheck/conf

2022-01-04 Thread Kevin Rushforth
Backport fix to add `version` property to `.jcheck/conf`. This is needed in support of a Skara bot config change to take the fix version from the repo. - Commit messages: - 8279396: Define version in .jcheck/conf Changes: https://git.openjdk.java.net/jfx17u/pull/27/files Webrev:

Integrated: 8279396: Define version in .jcheck/conf

2022-01-04 Thread Kevin Rushforth
On Tue, 4 Jan 2022 13:09:33 GMT, Kevin Rushforth wrote: > This patch adds the version property to `.jcheck/conf`. By doing this we can > remove the corresponding configuration from the Skara bots, which in turn > reduces the need for timing and general complexity of starting a new JavaFX >

Re: RFR: 8279396: Define version in .jcheck/conf

2022-01-04 Thread Ambarish Rapte
On Tue, 4 Jan 2022 13:09:33 GMT, Kevin Rushforth wrote: > This patch adds the version property to `.jcheck/conf`. By doing this we can > remove the corresponding configuration from the Skara bots, which in turn > reduces the need for timing and general complexity of starting a new JavaFX >

Re: RFR: 8279396: Define version in .jcheck/conf

2022-01-04 Thread Erik Joelsson
On Tue, 4 Jan 2022 13:09:33 GMT, Kevin Rushforth wrote: > This patch adds the version property to `.jcheck/conf`. By doing this we can > remove the corresponding configuration from the Skara bots, which in turn > reduces the need for timing and general complexity of starting a new JavaFX >

RFR: 8279396: Define version in .jcheck/conf

2022-01-04 Thread Kevin Rushforth
This patch adds the version property to `.jcheck/conf`. By doing this we can remove the corresponding configuration from the Skara bots, which in turn reduces the need for timing and general complexity of starting a new JavaFX release. See openjdk/jdk#6929 for the similar PR for the `jdk` repo.