re-import sources as agreed with the maintainer
This commit is contained in:
parent
b1fc3ac42c
commit
14e7c6e728
16
.gitignore
vendored
16
.gitignore
vendored
@ -1,2 +1,16 @@
|
||||
SOURCES/libeasyfc-0.14.0.tar.bz2
|
||||
/libeasyfc-0.1.tar.bz2
|
||||
/libeasyfc-0.2.tar.bz2
|
||||
/libeasyfc-0.3.tar.bz2
|
||||
/libeasyfc-0.4.tar.bz2
|
||||
/libeasyfc-0.5.tar.bz2
|
||||
/libeasyfc-0.6.tar.bz2
|
||||
/libeasyfc-0.7.tar.bz2
|
||||
/libeasyfc-0.8.tar.bz2
|
||||
/libeasyfc-0.9.tar.bz2
|
||||
/libeasyfc-0.10.tar.bz2
|
||||
/libeasyfc-0.11.tar.bz2
|
||||
/libeasyfc-0.12.tar.bz2
|
||||
/libeasyfc-0.12.1.tar.bz2
|
||||
/libeasyfc-0.13.0.tar.bz2
|
||||
/libeasyfc-0.13.1.tar.bz2
|
||||
/libeasyfc-0.14.0.tar.bz2
|
||||
|
19
tests/tests.yml
Normal file
19
tests/tests.yml
Normal file
@ -0,0 +1,19 @@
|
||||
- hosts: localhost
|
||||
become: yes
|
||||
tags:
|
||||
- classic
|
||||
roles:
|
||||
- role: standard-test-source
|
||||
- role: standard-test-basic
|
||||
required_packages:
|
||||
- libeasyfc-gobject
|
||||
- fontconfig
|
||||
- python3
|
||||
- python3-gobject
|
||||
tests:
|
||||
- patch:
|
||||
dir: "./source/tests"
|
||||
run: "sed -e 's/0.12/0.14/g' ezfc-tool.py > ezfc-tool14.py"
|
||||
- simple_test:
|
||||
dir: "./source/tests"
|
||||
run: "python3 ./ezfc-tool14.py --help"
|
Loading…
Reference in New Issue
Block a user