Compare commits

...

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

8 changed files with 3 additions and 66 deletions

8
.gitignore vendored
View File

@ -1,7 +1 @@
lohit-nepali-2.4.3.tar.gz
/lohit-nepali-2.5.1.1.tar.gz
/lohit-nepali-2.5.3.tar.gz
/lohit-nepali-2.93.0.tar.gz
/lohit-nepali-2.94.0.tar.gz
/lohit-nepali-2.94.1.tar.gz
/lohit-nepali-2.94.2.tar.gz
SOURCES/lohit-nepali-2.94.2.tar.gz

View File

@ -0,0 +1 @@
51c46b09c9802f715a72768cced1eee9bb109d14 SOURCES/lohit-nepali-2.94.2.tar.gz

View File

@ -4,7 +4,7 @@
Name: %{fontname}-fonts
Version: 2.94.2
Release: 4%{?dist}
Release: 3%{?dist}
Summary: Free TrueType fonts for Nepali language
Group: User Interface/X
@ -52,9 +52,6 @@ install -Dm 0644 -p %{metainfo}.xml \
%{_datadir}/metainfo/%{metainfo}.xml
%changelog
* Fri Nov 29 2019 Vishal Vijayraghavan <vvijayra@redhat.com> - 2.94.2-4
- Resolves: #1682193 - Added Tier-1 CI tests
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.94.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

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 (lohit-nepali-2.94.2.tar.gz) = 7daf9022922b096283fd45ff27b14a89999fffbb816d51ed3061b149334f8377098834011760b526e84601f4003b0dfbe50585ea0728ed52f706392944f04dd1

2
tests/.gitignore vendored
View File

@ -1,2 +0,0 @@
artifacts/
fonttest/

View File

@ -1,45 +0,0 @@
- hosts: localhost
vars:
config:
fontname: lohit-nepali
lang: ["bh","bho","hi","kok","mr","ne","sa","hne","mai","brx","sat","doi"]
testgiturl: https://pagure.io/font_ci_testing.git
testgitclonepath: fonttest
testfilename: fonttest.py
testfilepath: /usr/local/bin
logfilepath: /tmp/test.log
artifacts: "{{ lookup('env', 'TEST_ARTIFACTS')|default('./artifacts', true) }}"
tags:
- classic
remote_user: root
tasks:
- name: Install required package
dnf:
name:
- git
- "{{ config.fontname }}-fonts"
- python3
- fontconfig
- name: git clone the tests
git:
repo: "{{ config.testgiturl }}"
dest: "{{ config.testgitclonepath }}"
force: yes
- name: Test Execution
block:
- name: Execute the tests
command: python3 {{ config.testgitclonepath }}/tests/{{ config.testfilename }} "{{ config }}"
always:
- name: Pull out the artifacts
fetch:
dest: "{{ config.artifacts }}/"
src: "{{ item }}"
flat: yes
with_items:
- "{{ config.logfilepath }}"

View File

@ -1 +0,0 @@
- import_playbook: fonttest_playbook.yml