[15u] RFR 8265860: Update version .jcheck/conf in jdk15u to be 15.0.4
Yuri Nesterenko
yan at azul.com
Fri Apr 23 13:12:32 UTC 2021
Hi,
this is again, a change of a per repository config stored in the Git repository itself,
a minor inconvenience in two-repo setup. This .jcheck/conf file contains a value for the current
version which should correspond to the version of the fixes coming from the team repository.
To minimize merging, it is prudent to change the value as the last act of a release.
No PR since the change goes directly to the master repo.
The repository is just created, so .jcheck/conf will be a copy of that in the team jdk15u-dev,
see below.
Thanks,
--yan
diff --git a/.jcheck/conf b/.jcheck/conf
index 0446bc3bbcd..3d2ec15b6f2 100644
--- a/.jcheck/conf
+++ b/.jcheck/conf
@@ -1,2 +1,28 @@
-project=jdk
-bugids=dup
+[general]
+project=jdk-updates
+jbs=JDK
+version=15.0.4
+
+[checks]
+error=author,committer,reviewers,issues,executable,symlink,message,hg-tag,whitespace
+
+[repository]
+tags=(?:jdk-(?:[1-9]([0-9]*)(?:\.(?:0|[1-9][0-9]*)){0,4})(?:\+(?:(?:[0-9]+))|(?:-ga)))|(?:jdk[4-9](?:u\d{1,3})?-(?:(?:b\d{2,3})|(?:ga)))|(?:hs\d\d(?:\.\d{1,2})?-b\d\d)
+branches=
+
+[census]
+version=0
+domain=openjdk.org
+
+[checks "whitespace"]
+files=.*\.cpp|.*\.hpp|.*\.c|.*\.h|.*\.java
+
+[checks "reviewers"]
+reviewers=1
+ignore=duke
+
+[checks "committer"]
+role=committer
+
+[checks "issues"]
+pattern=^([124-8][0-9]{6}): (\S.*)$
More information about the jdk-updates-dev
mailing list