platform_external_selinux/scripts/ci
Christian Göttsche ed4cd8772a ci: declare git repository a safe directory
Since version 2.35.2, due to CVE-2022-24765, git refuses to operate by
default on a repository owned by a different user.

Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
Acked-by: Petr Lautrbach <plautrba@redhat.com>
2022-05-18 12:31:31 +02:00
..
.gitignore scripts/ci: add configuration for a Vagrant virtual machine 2020-12-08 09:12:44 +01:00
fedora-test-runner.sh ci: declare git repository a safe directory 2022-05-18 12:31:31 +02:00
LICENSE scripts/ci: license as MIT 2020-08-07 10:20:10 +02:00
README.md ci: run SELinux kernel test suite 2020-06-18 19:22:12 +02:00
travis-kvm-setup.sh travis: run only selinux-testsuite 2020-11-27 15:37:31 +01:00
Vagrantfile scripts/ci: use F34 image instead of F33 2021-05-18 10:05:03 +02:00

Continuous Integration Scripts

The scripts under scripts/ci are designed specifically for the Travis CI system. While nothing prevents you from mimicking that environment and using them locally, they are not applicable for general consumption. Any thing in this directory should never be considered as a stable API.