-
Bug
-
Resolution: Unresolved
-
Minor
-
None
the ownership of files copied from master to slave changes to read only (and write right for user) even if they were executable before which is quite awkward when scripts are to be used
the ownership of files copied from master to slave changes to read only (and write right for user) even if they were executable before which is quite awkward when scripts are to be used
The issue comes from Ant's copy task which doesn't preserve permissions:
So I can't fix that unless fully rewriting Hudson's FilePath copy mechanism, which is nearly not possible (everything is, but the amount of time would be huge).