Compare commits

...

No commits in common. "c9-beta" and "96739fbb4473ad1cb02e4c1a8dd7f1c798d9fb4d" have entirely different histories.

10 changed files with 46 additions and 2 deletions

View File

@ -1 +1 @@
3d4c7f1bf6d2048f64a7c4ee2b282ae2961a83cf SOURCES/anthy-unicode-1.0.0.20201109.tar.gz
3d4c7f1bf6d2048f64a7c4ee2b282ae2961a83cf anthy-unicode-1.0.0.20201109.tar.gz

4
.gitignore vendored
View File

@ -1 +1,3 @@
SOURCES/anthy-unicode-1.0.0.20201109.tar.gz
/anthy-unicode-1.0.0.20190412.tar.gz
/anthy-unicode-1.0.0.20191015.tar.gz
/anthy-unicode-1.0.0.20201109.tar.gz

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# anthy-unicode
The anthy-unicode package

7
gating.yaml Normal file
View File

@ -0,0 +1,7 @@
--- !Policy
product_versions:
- rhel-9
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 Normal file
View File

@ -0,0 +1 @@
SHA512 (anthy-unicode-1.0.0.20201109.tar.gz) = 963f44df6defe725138de5697e3be8ae6c84ac723fc66c09996c11b99bd7ce24331908caad61c547f90122dadb6ec46fb2b5b3aa9526151c912fd19ed583c345

12
tests/tests.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/sh
: ${SRCDIR:='./source'}
anthy-dic-tool-unicode --load $SRCDIR/src-util/dic-tool-input
diff $HOME/.config/anthy/private_words_default $SRCDIR/src-util/dic-tool-result
anthy-dic-tool-unicode --dump
[ -d $HOME/.anthy ] || mkdir $HOME/.anthy
mv $HOME/.config/anthy/private_words_default $HOME/.anthy
anthy-dic-tool-unicode --migrate
diff $HOME/.config/anthy/private_words_default $SRCDIR/src-util/dic-tool-result

19
tests/tests.yml Normal file
View File

@ -0,0 +1,19 @@
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
required_packages:
- git
vars:
fetch_only: True
- role: standard-test-basic
#- role: standard-test-beakerlib
required_packages:
- bash
- anthy-unicode
tests:
- smoke1:
dir: .
run: ./tests.sh