[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 Rushforth 
URL:   
https://git.openjdk.java.net/jfx17u/commit/b6b7207a1944bc80ab31f5ff6bdfcd168450207c
Stats: 8 lines in 2 files changed: 8 ins; 0 del; 0 mod

8279396: Define version in .jcheck/conf

Reviewed-by: jvos
Backport-of: 1feba1f6d372843c7c3546e6648dc9f5c9094923

-

PR: https://git.openjdk.java.net/jfx17u/pull/27


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: https://git.openjdk.java.net/jfx17u/pull/27


[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 
> from mainline, since the instructions are identical.

This pull request has now been integrated.

Changeset: e8066068
Author:Kevin Rushforth 
URL:   
https://git.openjdk.java.net/jfx11u/commit/e80660685e879a0f259af1cbe55753d861c8196a
Stats: 41 lines in 2 files changed: 41 ins; 0 del; 0 mod

8279396: Define version in .jcheck/conf

Reviewed-by: jvos
Backport-of: 1feba1f6d372843c7c3546e6648dc9f5c9094923

-

PR: https://git.openjdk.java.net/jfx11u/pull/68


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: https://git.openjdk.java.net/jfx17u/pull/27


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 
> from mainline, since the instructions are identical.

Marked as reviewed by jvos (Reviewer).

-

PR: https://git.openjdk.java.net/jfx11u/pull/68


[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.

-

Commit messages:
 - 8279396: Define version in .jcheck/conf

Changes: https://git.openjdk.java.net/jfx11u/pull/68/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jfx11u=68=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8279396
  Stats: 41 lines in 2 files changed: 41 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jfx11u/pull/68.diff
  Fetch: git fetch https://git.openjdk.java.net/jfx11u pull/68/head:pull/68

PR: https://git.openjdk.java.net/jfx11u/pull/68


[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: https://webrevs.openjdk.java.net/?repo=jfx17u=27=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8279396
  Stats: 8 lines in 2 files changed: 8 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jfx17u/pull/27.diff
  Fetch: git fetch https://git.openjdk.java.net/jfx17u pull/27/head:pull/27

PR: https://git.openjdk.java.net/jfx17u/pull/27


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 
> release. See openjdk/jdk#6929 for the similar PR for the `jdk` repo.

This pull request has now been integrated.

Changeset: 1feba1f6
Author:Kevin Rushforth 
URL:   
https://git.openjdk.java.net/jfx/commit/1feba1f6d372843c7c3546e6648dc9f5c9094923
Stats: 8 lines in 2 files changed: 8 ins; 0 del; 0 mod

8279396: Define version in .jcheck/conf

Reviewed-by: erikj, arapte

-

PR: https://git.openjdk.java.net/jfx/pull/706


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 
> release. See openjdk/jdk#6929 for the similar PR for the `jdk` repo.

Marked as reviewed by arapte (Reviewer).

-

PR: https://git.openjdk.java.net/jfx/pull/706


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 
> release. See openjdk/jdk#6929 for the similar PR for the `jdk` repo.

Marked as reviewed by erikj (no project role).

-

PR: https://git.openjdk.java.net/jfx/pull/706


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.

-

Commit messages:
 - 8279396: Define version in .jcheck/conf

Changes: https://git.openjdk.java.net/jfx/pull/706/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jfx=706=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8279396
  Stats: 8 lines in 2 files changed: 8 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jfx/pull/706.diff
  Fetch: git fetch https://git.openjdk.java.net/jfx pull/706/head:pull/706

PR: https://git.openjdk.java.net/jfx/pull/706