Compare commits

...

No commits in common. "c8" and "c8s" have entirely different histories.
c8 ... c8s

6 changed files with 22 additions and 1 deletions

View File

@ -1 +0,0 @@
896684186ac790f124d157508e9a7bc194b0fc9c SOURCES/v1.6.0.tar.gz

3
.gitignore vendored
View File

@ -1 +1,4 @@
/dtc-1.4.5.tar.xz
/v1.4.6.tar.gz
/v1.6.0.tar.gz
SOURCES/v1.6.0.tar.gz

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (v1.6.0.tar.gz) = caeb9177aa9a04e309228287b3e29f093ddafb96931dac76875f1892583b1d1fcf21172120fd58274c28dd110b6f6f84ee298ad6a152c7af623adbf09cfc49da

12
tests/tests.yml Normal file
View File

@ -0,0 +1,12 @@
- hosts: localhost
remote_user: root
tags:
- classic
roles:
- role: standard-test-basic
tests:
- simple:
dir: .
run: "/usr/bin/dtc --version"
required_packages:
- dtc