Compare commits
No commits in common. "c8s" and "c8" have entirely different histories.
9
.gitignore
vendored
9
.gitignore
vendored
@ -1,8 +1 @@
|
||||
lohit-kannada-2.4.3.tar.gz
|
||||
lohit-kannada-2.4.4.tar.gz
|
||||
lohit-kannada-2.4.5.tar.gz
|
||||
/lohit-kannada-2.4.6.tar.gz
|
||||
/lohit-kannada-2.5.0.tar.gz
|
||||
/lohit-kannada-2.5.1.tar.gz
|
||||
/lohit-kannada-2.5.3.tar.gz
|
||||
/lohit-kannada-2.5.4.tar.gz
|
||||
SOURCES/lohit-kannada-2.5.4.tar.gz
|
||||
|
||||
1
.lohit-kannada-fonts.metadata
Normal file
1
.lohit-kannada-fonts.metadata
Normal file
@ -0,0 +1 @@
|
||||
c86bbf5c6351f3fe562b1532d6bb4eaf096de113 SOURCES/lohit-kannada-2.5.4.tar.gz
|
||||
@ -4,7 +4,7 @@
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 2.5.4
|
||||
Release: 4%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Free Kannada font
|
||||
|
||||
Group: User Interface/X
|
||||
@ -53,9 +53,6 @@ install -Dm 0644 -p %{metainfo}.xml \
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 29 2019 Vishal Vijayraghavan <vvijayra@redhat.com> - 2.5.4-4
|
||||
- Resolves: #1682190 - Added Tier-1 CI tests
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
1
sources
1
sources
@ -1 +0,0 @@
|
||||
SHA512 (lohit-kannada-2.5.4.tar.gz) = 53cc150022904ecf787bbaf91493db20b683a6b4ec571b0d88f5c43561140db24544abd30f51b1838af36c6ce0c6c3f09bc97effcc6ca15bc99c54d7bbaf0e26
|
||||
2
tests/.gitignore
vendored
2
tests/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
artifacts/
|
||||
fonttest/
|
||||
@ -1,45 +0,0 @@
|
||||
- hosts: localhost
|
||||
vars:
|
||||
config:
|
||||
fontname: lohit-kannada
|
||||
lang: ["kn"]
|
||||
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 }}"
|
||||
@ -1 +0,0 @@
|
||||
- import_playbook: fonttest_playbook.yml
|
||||
Loading…
Reference in New Issue
Block a user