|
Description
|
The jcheck tool, which validates changeset comments as well as other metadata,
requires a configuration directory in the root of each repository and a simple
configuration file within that directory.
The name of the directory is ".jcheck" and (for now) it contains just one file,
"conf", in a simple key=value format that is easily parsed by shell scripts,
Python scripts, and the java.util.Properties class.
The only required entry in .jcheck/conf files (for now) is a definition of the
"project" property. This is meant to be the abbreviated name of a Project in
the OpenJDK Community, e.g., "jdk7", and is used to verify changeset author and
reviewer names by querying the core database.
Posted Date : 2008-02-28 19:29:21.0
|