Compare commits
No commits in common. "c8s" and "c8-beta" have entirely different histories.
1
.cldr-emoji-annotation.metadata
Normal file
1
.cldr-emoji-annotation.metadata
Normal file
@ -0,0 +1 @@
|
||||
45b7c281493938f8da546fe649e32de740a38ec8 SOURCES/cldr-release-39.zip
|
11
.gitignore
vendored
11
.gitignore
vendored
@ -1,10 +1 @@
|
||||
/cldr-emoji-annotation-30.0.3_2.tar.gz
|
||||
/cldr-emoji-annotation-31.0.0_1.tar.gz
|
||||
/cldr-emoji-annotation-31.0.1_1.tar.gz
|
||||
/cldr-emoji-annotation-31.90.0_1.tar.gz
|
||||
/cldr-emoji-annotation-32.0.0_1.tar.gz
|
||||
/cldr-emoji-annotation-32.90.0_1.tar.gz
|
||||
/cldr-emoji-annotation-33.0.0_1.tar.gz
|
||||
/cldr-emoji-annotation-33.0.0_2.tar.gz
|
||||
/cldr-emoji-annotation-33.1.0_0.tar.gz
|
||||
/cldr-release-39.zip
|
||||
SOURCES/cldr-release-39.zip
|
||||
|
@ -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}
|
1
sources
1
sources
@ -1 +0,0 @@
|
||||
SHA512 (cldr-release-39.zip) = 69ac9239833786d4261406cfea6013540f40ed1bc6afc07b44001aec34281307d6e5a7b30c2db73815cfec44521d508203169faf86bc5072fd048b91369a34e9
|
@ -1,13 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
for dir in annotations annotationsDerived; do
|
||||
for xml in /usr/share/unicode/cldr/common/$dir/*.xml; do
|
||||
echo xmllint --noout --valid --postvalid $xml
|
||||
xmllint --noout --valid --postvalid $xml
|
||||
if [ $? -ne 0 ] ; then
|
||||
echo "ERROR"
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
done
|
||||
|
@ -1,16 +0,0 @@
|
||||
- hosts: localhost
|
||||
vars:
|
||||
- artifacts: "{{ lookup('env', 'TEST_ARTIFACTS')|default('./artifacts', true) }}"
|
||||
tags:
|
||||
- classic
|
||||
remote_user: root
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
required_packages:
|
||||
- cldr-emoji-annotation
|
||||
- libxml2
|
||||
tests:
|
||||
- runtest:
|
||||
dir: .
|
||||
run: ./runtest.sh
|
||||
|
Loading…
Reference in New Issue
Block a user