re-import sources as agreed with the maintainer
This commit is contained in:
parent
dde094ba90
commit
2326573e11
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,2 +1,6 @@
|
||||
SOURCES/20170701.tar.gz
|
||||
libuninameslist-20091231.tar.bz2
|
||||
/Version_0.3.20130501.zip
|
||||
/0.5.20150701.tar.gz
|
||||
/20160701.tar.gz
|
||||
/20170319.tar.gz
|
||||
/20170701.tar.gz
|
||||
|
1629
libuninameslist-aarch64.patch
Normal file
1629
libuninameslist-aarch64.patch
Normal file
File diff suppressed because it is too large
Load Diff
5
tests/smoke/runtest.sh
Normal file
5
tests/smoke/runtest.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
cd ../source
|
||||
autoreconf -i
|
||||
automake --foreign -Wall
|
||||
./configure && make check
|
22
tests/tests.yml
Normal file
22
tests/tests.yml
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
tags:
|
||||
- classic
|
||||
roles:
|
||||
- role: standard-test-source
|
||||
|
||||
- hosts: localhost
|
||||
tags:
|
||||
- classic
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tests:
|
||||
- smoke
|
||||
required_packages:
|
||||
- autoconf
|
||||
- automake
|
||||
- libtool
|
||||
- m4
|
||||
- gcc
|
||||
- sed
|
||||
- make
|
Loading…
Reference in New Issue
Block a user