![]() |
|
|
|
|
|
|
Change By:
|
Andreas Kotes
(15/Apr/15 1:56 PM)
|
|
Summary:
|
Archives of Workspaces / Artifacts don't preserve
extended
external
attributes (like 'executable') although the Zip format supports it
|
|
Description:
|
Zips would support including
extended
external
attributes like the executable bit of files - this currently isn't done, so when a zipfile of a folder is downloaded, shell scripts stop being executable after unzipping :(
See https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT sections 4.3.12 & 4.4.15 as well as http://www.forensicswiki.org/wiki/Zip#External_file_attributes
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
[email protected].
For more options, visit
https://groups.google.com/d/optout.
Updated to read 'external' instead of 'extended' attributes, along with reference documentation.