Patrick Schmidt

Results 9 issues of Patrick Schmidt

Currently signing requests are executed while the keyring mutex is locked. However it is not necessary to do so. By unlocking as early as possible we can take advantage of...

cla: yes

assume you have multiple puppet modules that you share with others and one "project" module that implements project-level specific logic. you do not have a real control repository but rather...

Follow-up for #19, same changes, but changes going into main :)

Follow-up for #21, same changes, but changes going into `main` :)

## Detailed Description as of version 1.4.0 aptly is sending the following http header when mirroring repositories: `User-Agent: Go-http-client/1.1` i would suggest changing this to something more unique, like `Aptly/`...

what do you think of symfony process? below you can find a link to it it would add a (composer) dependency but it wraps the actual command execution pretty nice...

enhancement

when calling pake_chmod like pake_chmod('', 'cache/', 0777) then it will fail output: > > chmod 777 cache/cache/ > > Warning: chmod(): file or directory not found in /usr/share/php/pake/pakeFunction.php:351 as you...