Compare commits
No commits in common. "c8s" and "c8-beta" have entirely different histories.
13
.gitignore
vendored
13
.gitignore
vendored
@ -1,12 +1 @@
|
||||
lohit-malayalam-2.4.3.tar.gz
|
||||
lohit-malayalam-2.4.4.tar.gz
|
||||
/lohit-malayalam-2.4.5.tar.gz
|
||||
/lohit-malayalam-2.5.0.tar.gz
|
||||
/lohit-malayalam-2.5.1.tar.gz
|
||||
/lohit-malayalam-2.5.2.tar.gz
|
||||
/lohit-malayalam-2.5.3.tar.gz
|
||||
/lohit-malayalam-2.5.4.tar.gz
|
||||
/lohit-malayalam-2.91.0.tar.gz
|
||||
/lohit-malayalam-2.92.0.tar.gz
|
||||
/lohit-malayalam-2.92.1.tar.gz
|
||||
/lohit-malayalam-2.92.2.tar.gz
|
||||
SOURCES/lohit-malayalam-2.92.2.tar.gz
|
||||
|
||||
1
.lohit-malayalam-fonts.metadata
Normal file
1
.lohit-malayalam-fonts.metadata
Normal file
@ -0,0 +1 @@
|
||||
b79af580e3bfb632e89d2f8bcf3a347e5ec5a3e3 SOURCES/lohit-malayalam-2.92.2.tar.gz
|
||||
@ -4,7 +4,7 @@
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 2.92.2
|
||||
Release: 4%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Free Malayalam font
|
||||
Group: User Interface/X
|
||||
License: OFL
|
||||
@ -50,9 +50,6 @@ install -Dm 0644 -p %{metainfo}.xml \
|
||||
%{_datadir}/metainfo/%{metainfo}.xml
|
||||
|
||||
%changelog
|
||||
* Fri Nov 29 2019 Vishal Vijayraghavan <vvijayra@redhat.com> - 2.92.2-4
|
||||
- Resolves: #1682191 - Added CI tests
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.92.2-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-malayalam-2.92.2.tar.gz) = 137152bcfb8eb8844fc9c1d134954d7362807bb75806381109cb594ec12fa4f65c032d1fd9f30bdcd7f926101ceef69579dafdc99a27938bf59a8d4cb7398a5c
|
||||
2
tests/.gitignore
vendored
2
tests/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
artifacts/
|
||||
fonttest/
|
||||
@ -1,45 +0,0 @@
|
||||
- hosts: localhost
|
||||
vars:
|
||||
config:
|
||||
fontname: lohit-malayalam
|
||||
lang: ["ml"]
|
||||
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