• D
    [FIXED JENKINS-13202] Don't set mtime or mode on symlinks · e15b2e19
    David Reiss 提交于
    Previously, the untar code tries to set the last modified time and mode
    on every untarred file.  However, if the tar contains a broken symlink,
    or a symlink that points to a file that has not been untarred yet, the
    time/mode setting would fail on the broken symlink.
    
    Symlinks don't have meaningful modified times or modes of their own, so
    only set these values on non-symlinks.
    
    Rename the file "a" in the test to expose the bug.
    e15b2e19
可在Tags中查看这些版本中当前仓库的状态.
changelog.html 215.6 KB