re-import sources as agreed with the maintainer
This commit is contained in:
parent
5dde5bbe61
commit
7c0936d384
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
11
.gitignore
vendored
11
.gitignore
vendored
@ -1,2 +1,11 @@
|
||||
SOURCES/libgd-2.2.5.tar.xz
|
||||
gd.spec~
|
||||
clog
|
||||
gd-2.0.35.tar.bz2
|
||||
/libgd-2.1.0-725ba9de4005144d137d2a7a70f760068fc3d306.tgz
|
||||
/libgd-2.1.0.tar.xz
|
||||
/libgd-2.1.1.tar.xz
|
||||
/libgd-2.2.1.tar.xz
|
||||
/libgd-2.2.2.tar.xz
|
||||
/libgd-2.2.3.tar.xz
|
||||
/libgd-2.2.4.tar.xz
|
||||
/libgd-2.2.5.tar.xz
|
||||
|
10
ci.fmf
Normal file
10
ci.fmf
Normal file
@ -0,0 +1,10 @@
|
||||
/test:
|
||||
summary:
|
||||
Basic set of quick tests for cpio.
|
||||
discover:
|
||||
how: fmf
|
||||
filter: "tag: Tier1 & distros: rhel-8"
|
||||
repository: "git://pkgs.devel.redhat.com/tests/gd"
|
||||
execute:
|
||||
how: beakerlib
|
||||
|
14
ci/rhel-8.yml
Normal file
14
ci/rhel-8.yml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
|
||||
# vim: sw=2 ts=2 et
|
||||
|
||||
- hosts: localhost
|
||||
tasks:
|
||||
- name: Install necessary test dependencies for RHEL 8
|
||||
dnf:
|
||||
state: present
|
||||
name:
|
||||
- coreutils
|
||||
- systemd
|
||||
- systemd-container
|
||||
- util-linux
|
Loading…
Reference in New Issue
Block a user