Compare commits

...

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

7 changed files with 3 additions and 51 deletions

5
.gitignore vendored
View File

@ -1,4 +1 @@
libhangul-0.0.10.tar.gz
/libhangul-0.0.11.tar.gz
/libhangul-0.0.12.tar.gz
/libhangul-0.1.0.tar.gz
SOURCES/libhangul-0.1.0.tar.gz

1
.libhangul.metadata Normal file
View File

@ -0,0 +1 @@
9c6f3a82f2d4068771215f1b9f13a0d4bdbbfc77 SOURCES/libhangul-0.1.0.tar.gz

View File

@ -29,9 +29,9 @@ providing Hangul input.
%prep
%setup -q
autoreconf -fi
%build
autoreconf -fi
%configure --disable-static
make %{?_smp_mflags}

View File

@ -1,7 +0,0 @@
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate
rules:
# this is the testcase identifier, which OSCI pipeline uses
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -1 +0,0 @@
SHA512 (libhangul-0.1.0.tar.gz) = cf84850bf7a41e743457300513c5efdf7b3e18d168f4fdc324aaa8e1be78743752fcb98385764f94c707777ab82cc9444e076808e61fdbd915c9c0d7ea93c534

View File

@ -1,18 +0,0 @@
#!/bin/bash
set -x
check_return_value () {
if [ $1 != 0 ] ; then
exit $1
fi
}
cd $1
autoreconf -f -i -v
./configure --prefix=/usr
check_return_value $?
make
check_return_value $?
make check
exit $?

View File

@ -1,20 +0,0 @@
- hosts: localhost
vars:
- artifacts: "{{ lookup('env', 'TEST_ARTIFACTS')|default('./artifacts', true) }}"
tags:
- classic
remote_user: root
roles:
- role: standard-test-source # to get the source tar ball to do “make check”
- role: standard-test-basic
required_packages:
- make
- gcc
- autoconf
- automake
- libtool
- gettext-devel
tests:
- make-check:
dir: ./
run: bash ./make_check.sh ./source