1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/utils/shippable
Matt Clay 72cca01cd4 Use file list, not recursion, in _fixup_perms. (#16924)
Run setfacl/chown/chmod on each temp dir and file.

This fixes temp file permissions handling on platforms such as FreeBSD
which always return success when using find -exec. This is done by
eliminating the use of find when setting up temp files and directories.

Additionally, tests that now pass on FreeBSD have been enabled for CI.
2016-08-05 18:40:28 -07:00
..
modules Add Windows integration tests to Shippable. (#16803) 2016-07-28 21:03:14 -07:00
ansible-core-ci Add FreeBSD to Shippable CI. (#16883) 2016-08-01 13:46:37 -07:00
ci.sh Update how shippable scripts are called. 2016-06-03 09:20:33 -07:00
code-smell-requirements.txt Unpin yamllint now that version 1.3.2 is out. (#16479) 2016-06-28 11:40:14 -07:00
code-smell.sh Pin yamllint to 1.2.2 to avoid issues in 1.3.0. (#16464) 2016-06-27 16:34:19 -07:00
integration.sh Enable color output from integration tests in Docker containers (#16660) 2016-07-25 14:07:15 -07:00
remote-integration.sh Use file list, not recursion, in _fixup_perms. (#16924) 2016-08-05 18:40:28 -07:00
remote-requirements.txt Add Windows integration tests to Shippable. (#16803) 2016-07-28 21:03:14 -07:00
remote.sh Add remote CI support for modules. (#16908) 2016-08-01 15:39:17 -07:00
sanity-requirements.txt Pin yamllint to 1.2.2 to avoid issues in 1.3.0. (#16464) 2016-06-27 16:34:19 -07:00
sanity.sh Refactored gce util module to support other GCP services (#15924) 2016-07-28 12:54:39 -04:00