From a29f50ca0c7b6d442015b910552edf4ffb267bef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20T=C3=BD=C4=8D?= Date: Thu, 5 Apr 2018 12:22:39 +0200 Subject: [PATCH] Added README. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5cf5f58 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +OpenSCAP CI repository +====================== + +This repository contains integration tests for OpenSCAP. + +The main point of this repository is to collect tests by packages that depend on OpenSCAP, so they can be sure that new version of OpenSCAP doesn't break them. + +This initiative is based on the [Fedora CI pipeline](https://fedoraproject.org/wiki/CI).