platform_external_selinux/scripts/ci
William Roberts 071264c6c4 ci: fix stall on git log -1
git log -1 may use a pager to output long messages, and when the pager
is invoked, leads to stalls on the ci system waiting for user input.
Use --oneline to print the short part of the commit message and
the digest. This information is for debug/informational purposes only,
so truncating the output is sufficient.

Reported-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: William Roberts <william.c.roberts@intel.com>
2020-08-11 17:01:04 -05:00
..
fedora-test-runner.sh ci: fix stall on git log -1 2020-08-11 17:01:04 -05: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 scripts/ci: license as MIT 2020-08-07 10:20:10 +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.