Compare commits

...

No commits in common. "c8-stream-0.5" and "stream-parfait-0.5-rhel-8.9.0" have entirely different histories.

4 changed files with 14 additions and 7 deletions

0
.gitignore vendored
View File

View File

7
gating.yaml Normal file
View File

@ -0,0 +1,7 @@
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate_modules
subject_type: redhat-module
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier1.functional}

View File

@ -37,11 +37,11 @@ data:
rpms:
parfait:
rationale: Main Parfait Package
ref: stream-0.5-rhel-8.5.0
ref: stream-parfait-0.5-rhel-8.9.0
buildorder: 70
si-units:
rationale: A library of SI quantities and unit types (JSR 363).
ref: stream-0.5-rhel-8.5.0
ref: stream-parfait-0.5-rhel-8.9.0
buildorder: 50
unit-api:
rationale: "The Unit of Measurement library provides a set of Java language
@ -51,24 +51,24 @@ data:
and abstract classes with methods for unit operations:\n\n * Checking of
unit compatibility\n * Expression of a quantity in various units\n * Arithmetic
operations on units"
ref: stream-0.5-rhel-8.5.0
ref: stream-parfait-0.5-rhel-8.9.0
buildorder: 10
uom-lib:
rationale: Units of Measurement Libraries - extending and complementing JSR
363.
ref: stream-0.5-rhel-8.5.0
ref: stream-parfait-0.5-rhel-8.9.0
buildorder: 30
uom-parent:
rationale: Main parent POM for all Units of Measurement Maven projects.
ref: stream-0.5-rhel-8.5.0
ref: stream-parfait-0.5-rhel-8.9.0
buildorder: 20
uom-se:
rationale: This package contains documentation for the Units Standard (JSR
363) Java SE 8 Implementation.
ref: stream-0.5-rhel-8.5.0
ref: stream-parfait-0.5-rhel-8.9.0
buildorder: 40
uom-systems:
rationale: Units of Measurement Systems - modules for JSR 363.
ref: stream-0.5-rhel-8.5.0
ref: stream-parfait-0.5-rhel-8.9.0
buildorder: 60
...