Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
5
.gitignore
vendored
5
.gitignore
vendored
@ -1 +1,4 @@
|
|||||||
SOURCES/uthash-2.0.2.tar.gz
|
/v1.9.8.tar.gz
|
||||||
|
/uthash-1.9.9.tar.gz
|
||||||
|
/uthash-2.0.1.tar.gz
|
||||||
|
/uthash-2.0.2.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
cc98e6644a9b7a6f8d0ca5e841e9ac4f552fc797 SOURCES/uthash-2.0.2.tar.gz
|
|
6
gating.yaml
Normal file
6
gating.yaml
Normal 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
1
sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
SHA512 (uthash-2.0.2.tar.gz) = 0c2e686eb5a1d6a03a6fa1d42e803fca4e9b60b2d965c635a5a33d487c8d115f1f8155ff99a0e1874b69f6b66c04ea7d8866472a39abe5d1a23ae73f6fa956d7
|
7
tests/smoke/runtest.sh
Normal file
7
tests/smoke/runtest.sh
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
cd ../source
|
||||||
|
|
||||||
|
echo "Executing upstream tarball tests"
|
||||||
|
make V=1 -C tests
|
||||||
|
make V=1 -C tests/threads
|
||||||
|
make V=1 -C libut/tests
|
17
tests/tests.yml
Normal file
17
tests/tests.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
roles:
|
||||||
|
- role: standard-test-source
|
||||||
|
|
||||||
|
- hosts: localhost
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
tests:
|
||||||
|
- smoke
|
||||||
|
required_packages:
|
||||||
|
- gcc
|
||||||
|
- make
|
14
uthash-2.0.2_fix-asciidoc.patch
Normal file
14
uthash-2.0.2_fix-asciidoc.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
doc/userguide.txt | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/doc/userguide.txt b/doc/userguide.txt
|
||||||
|
--- a/doc/userguide.txt
|
||||||
|
+++ b/doc/userguide.txt
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
uthash User Guide
|
||||||
|
=================
|
||||||
|
-Troy D. Hanson, Arthur O'Dwyer
|
||||||
|
+Hanson, O'Dwyer
|
||||||
|
v2.0.2, March 2017
|
||||||
|
|
||||||
|
To download uthash, follow this link back to the
|
Loading…
Reference in New Issue
Block a user