Compare commits
No commits in common. "c8s" and "c8" have entirely different histories.
1
.ghc-old-locale.metadata
Normal file
1
.ghc-old-locale.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
e238f273748b2c0416f8c8ee21c635423943f4a3 SOURCES/old-locale-1.0.0.7.tar.gz
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/old-locale-1.0.0.7.tar.gz
|
SOURCES/old-locale-1.0.0.7.tar.gz
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-8
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
|
1
sources
1
sources
@ -1 +0,0 @@
|
|||||||
SHA512 (old-locale-1.0.0.7.tar.gz) = 34d018cb040de9adce3ddb8cffabe2a0610f6cd0ff5340ee721b7076671bd5cc3e830f58d16e73240df4b068510f7a24fd1995efc38f002b52d228abc4581d6a
|
|
@ -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
|
|
||||||
...
|
|
Loading…
Reference in New Issue
Block a user