Commits on Source 5
-
Valentin David authored
Instead of copying metadata on files staged by local, we manually set mode to 0755 or 0644 depending on whether user execution was enabled on source file. This makes file modes deterministic independently on the way source was distributed. Non-deterministic mode copying all metadata can still be enabled by disable 'deterministic' Boolean configuration on the plugin. Fixes #527.
-
Valentin David authored
This fix is applied to plugins bzr, git, patch. Fixes #543 #544 #555.
-
Valentin David authored
Staging could end-up with file with different rights depending on the umask. The extracted files need to get their access rights fixed.
-
Valentin David authored
-
Valentin David authored