RFR: 8285760: Update .jcheck/conf for aarch32-port move to git
Sergey Nazarkin
snazarkin at azul.com
Wed Apr 27 20:19:20 UTC 2022
Hi!
Please review the changes for jcheck configuration file to work with SKARA. It was taken from jdk8u-dev with removed version info and enabled committer group to review PRs. I was afraid jcheck will reject aarch32 custom tags but no problem was reported.
diff --git a/.jcheck/conf b/.jcheck/conf
index 25f035878d..c93fbd1eb2 100644
--- a/.jcheck/conf
+++ b/.jcheck/conf
@@ -1,4 +1,30 @@
-project=jdk8
-bugids=dup
-comments=lax
-tags=lax
+[general]
+project=jdk8u
+jbs=JDK
+
+[checks]
+error=author,committer,reviewers,merge,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 "merge"]
+message=Merge
+
+[checks "reviewers"]
+committers=1
+ignore=duke
+
+[checks "committer"]
+role=committer
+
+[checks "issues"]
+pattern=^([124-8][0-9]{6}): (\S.*)$
More information about the aarch32-port-dev
mailing list