Compare commits

..

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

6 changed files with 2 additions and 34 deletions

1
.ghc-HUnit.metadata Normal file
View File

@ -0,0 +1 @@
ac6bef888a6f018492727db04f127a8d3a6bc01b SOURCES/HUnit-1.6.0.0.tar.gz

10
.gitignore vendored
View File

@ -1,9 +1 @@
HUnit-1.2.2.1.tar.gz
/HUnit-1.2.2.3.tar.gz
/HUnit-1.2.4.2.tar.gz
/HUnit-1.2.5.2.tar.gz
/HUnit-1.3.0.0.tar.gz
/HUnit-1.3.1.1.tar.gz
/HUnit-1.5.0.0.tar.gz
/call-stack-0.1.0.tar.gz
/HUnit-1.6.0.0.tar.gz
SOURCES/HUnit-1.6.0.0.tar.gz

View File

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

View File

@ -1 +0,0 @@
SHA512 (HUnit-1.6.0.0.tar.gz) = 06503884bb85733be05b82da1fcc47e5b81122c3a3959ef047acbea2df1338b4f4589479b46daa6a0d554c7cb06b8cf1712462a3496db22cec5621e878467120

View File

@ -1,18 +0,0 @@
---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-basic
vars:
- pkg: "{{playbook_dir|dirname|basename}}"
- develpkg: "{{pkg}}-devel"
- pkgname: "{{pkg|regex_replace('^ghc-(.*)$', '\\1')}}"
required_packages:
- "{{develpkg}}"
tests:
- ghc:
run: echo 'main = return ()' > test.hs; ghc -package {{pkgname}} test.hs; ./test
- revdeps:
run: revdeps=$(dnf -q repoquery --qf "%{name}" --whatrequires={{develpkg}}); if [ -z "${revdeps}" ]; then echo "No valid dependents"; exit 1; else dnf -y install ${revdeps}; fi
...