Compare commits

...

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

7 changed files with 2 additions and 53 deletions

15
.gitignore vendored
View File

@ -1,14 +1 @@
*.swp
python-linux-procfs-0.4.4.tar.bz2
/python-linux-procfs-0.4.6.tar.bz2
/python-linux-procfs-0.4.5.tar.bz2
/python-linux-procfs-0.4.6.tar.xz
/python-linux-procfs-0.4.10.tar.xz
/python-linux-procfs-0.5.1.tar.xz
/python-linux-procfs-0.6.tar.xz
/python-linux-procfs-0.6.2.tar.xz
/python-linux-procfs-0.6.3.tar.xz
/python-linux-procfs-0.7.0.tar.xz
/python-linux-procfs-0.7.1.tar.xz
/python-linux-procfs-0.7.2.tar.xz
/python-linux-procfs-0.7.3.tar.xz
SOURCES/python-linux-procfs-0.7.3.tar.xz

View File

@ -0,0 +1 @@
cadcfaacbea308c70b25a4ae83177f7c669a56b7 SOURCES/python-linux-procfs-0.7.3.tar.xz

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 (python-linux-procfs-0.7.3.tar.xz) = c75b82667ac3d4bf6b225185f9d8af1e9bf25de2f5bdd8f02ef052428c069d5cde14ac4e62969f2b78dee78eaa62f1b3d38ecedb5b10fd2d0950345cd95304de

View File

@ -1,21 +0,0 @@
#!/usr/bin/bash
# make sure we have python-linux-procfs installed
if rpm -q --quiet python3-linux-procfs; then
:
else
sudo dnf install -y python3-linux-procfs
if [[ $? != 0 ]]; then
echo "install of python3-linux-procfs failed!"
exit 1
fi
fi
# see if pflags is installed and executable
pflags --help
if [[ $? != 0 ]]; then
exit 2
fi
exit 0

View File

@ -1,11 +0,0 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: .
run: pflags --help
required_packages:
- python3-linux-procfs