g10k
g10k copied to clipboard
my r10k fork in Go
Since /tmp is a world-writeable folder the use of /tmp is a security concern https://www.twingate.com/blog/glossary/symlink-attack Better use something like /var/lib/g10k, where only root has access.
We use g10k to deploy environments as a post-receive hook, and I am trying to see if it's possible to optimize it to be a little faster when we're not...
I've run into a behavior of g10k that's quite unfortunate: if I have in my `Puppetfile` a forge module with a mismatched hash, like the following: ~~~ mod 'puppetlabs/apt', '7.6.0',...
Occasionally g10k is hanging at control_repo branch iteration. There are 4 child processes, that are just sleeping, looking like a deadlock (checking by ps, pstree, lsof, iotop). Plarform: Linux amd64...
:warning: i did disable some test that fail out of the box. (see firts commit in the PR) These have to be sorted out of cause, but I have some...
contains #228
also move UnTar() to fsutils package this MR contains #227
Also add some simple unit tests this MR contains https://github.com/xorpaul/g10k/pull/226