cdist-backup/cdist
Dennis Camera a9778965be [type/__package_opkg] Use mkdir(1) to lock instead of noclobber
noclobber is potentially unsafe, because it relies on the underlying shell to
implement noclobber in a safe way that avoids race conditions between multiple
processes.
mkdir is safer because it is mandated by POSIX to "fail" if the target already
exists.
2020-06-24 08:47:22 +02:00
..
conf [type/__package_opkg] Use mkdir(1) to lock instead of noclobber 2020-06-24 08:47:22 +02:00
core Respect NO_COLOR environment variable 2020-06-03 22:17:52 +02:00
exec [logging] Mute warning on return_output=True when running scripts. 2020-04-28 14:54:51 +02:00
preos/debootstrap Release preos, i.e. make it non-beta 2019-09-20 19:56:17 +02:00
sphinxext Fix man build failure in newer sphinx versions 2020-06-01 20:22:40 +02:00
test Patch tests 2020-06-03 23:21:50 +02:00
util
__init__.py Report explorer error better 2019-04-20 14:30:28 +02:00
argparse.py Restrict colored_output value to always/never/auto. 2020-06-06 13:45:31 +02:00
autil.py
banner.py
config.py Respect NO_COLOR environment variable 2020-06-03 22:17:52 +02:00
configuration.py Restrict colored_output value to always/never/auto. 2020-06-06 13:45:31 +02:00
emulator.py Respect NO_COLOR environment variable 2020-06-03 22:17:52 +02:00
flock.py
hostsource.py
info.py Info command: support tilde expansion 2020-01-11 15:26:46 +01:00
install.py
integration.py
inventory.py Fix pycodestyle 2019-05-17 13:03:54 +02:00
log.py Respect NO_COLOR environment variable 2020-06-03 22:17:52 +02:00
message.py
mputil.py
preos.py Fix typo 2020-01-12 12:19:49 +01:00
shell.py