commit 1e1bcf0e484833df173e4c897f609df7f2246d1d Author: Adam Samalik Date: Thu Feb 23 11:47:59 2023 +0000 update modulemd etc diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..9f1d298 --- /dev/null +++ b/gating.yaml @@ -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} diff --git a/mercurial.yaml b/mercurial.yaml new file mode 100644 index 0000000..fb1859f --- /dev/null +++ b/mercurial.yaml @@ -0,0 +1,38 @@ +--- +document: modulemd +version: 2 +data: + name: mercurial + stream: 4.8 + summary: Mercurial -- a distributed SCM + description: >- + Mercurial is a fast, lightweight source control management system designed for + efficient handling of very large distributed projects. + license: + module: + - MIT + dependencies: + - buildrequires: + platform: [el8] + python27: [2.7] + requires: + platform: [el8] + python27: [2.7] + references: + community: https://www.mercurial-scm.org/ + documentation: https://www.mercurial-scm.org/guide + tracker: https://www.mercurial-scm.org/wiki/BugTracker + profiles: + common: + rpms: + - mercurial + api: + rpms: + - mercurial + - mercurial-hgk + components: + rpms: + mercurial: + rationale: Mercurial -- a distributed SCM + ref: stream-mercurial-4.8-rhel-8.8.0 +...