-
Improvement
-
Resolution: Incomplete
-
Minor
Currently, the publish over SSH mechanism executes a scp command.
If some files have the executable bits, and are invoked where deployed as executable, we lost this information.
We should preserve it using scp -p, either by default, either to avoid to break compatibility through an option.