Compare commits
No commits in common. "c8s" and "c8" have entirely different histories.
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,4 +1 @@
|
|||||||
*~
|
SOURCES/argh-0.26.1.tar.gz
|
||||||
*.rpm
|
|
||||||
*.tar*
|
|
||||||
results_*/
|
|
||||||
|
|||||||
1
.python-argh.metadata
Normal file
1
.python-argh.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
5411db27524efc8d37e1310cdd4529a97c092557 SOURCES/argh-0.26.1.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 (argh-0.26.1.tar.gz) = 8c286434b13fe72eca7c35313581921f49ab8934e0c791bd230ed775067507dc492b73b76c9ec521161395aeb8d1cfedc71e3251bba8f68d2227c3cf56c326bf
|
|
||||||
@ -1,20 +0,0 @@
|
|||||||
---
|
|
||||||
- hosts: localhost
|
|
||||||
tags:
|
|
||||||
- classic
|
|
||||||
pre_tasks:
|
|
||||||
- name: Copy spec file to remote machine
|
|
||||||
copy:
|
|
||||||
src: "{{ playbook_dir }}/../python-argh.spec"
|
|
||||||
dest: /tmp/python-argh.spec
|
|
||||||
- name: Install build dependencies
|
|
||||||
shell: dnf -y build-dep /tmp/python-argh.spec
|
|
||||||
args:
|
|
||||||
warn: false
|
|
||||||
roles:
|
|
||||||
- role: standard-test-source
|
|
||||||
- role: standard-test-basic
|
|
||||||
tests:
|
|
||||||
- smoke:
|
|
||||||
dir: ./source
|
|
||||||
run: python3 setup.py test
|
|
||||||
Loading…
Reference in New Issue
Block a user