cdist/cdist/conf/type/__package_opkg
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
..
explorer [type/__package_opkg] Use mkdir(1) to lock instead of noclobber 2020-06-24 08:47:22 +02:00
parameter DRY: Remove default parameter value handeling in __package_opkg 2014-12-27 20:32:49 -07:00
gencode-remote [type/__package_opkg] Do not lock execution of code-remote (revert) 2020-06-22 09:32:57 +02:00
man.rst GPLv3+ relicensing. 2016-08-10 18:15:54 +02:00
nonparallel Fix parallel object prepare and run steps. Add nonparallel type marker. 2017-07-15 22:18:20 +02:00