HomePhorge

(PUP-3191) Use FileSystem.readlink in unpacker
47788a8e45f8Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-3191) Use FileSystem.readlink in unpacker

Prior to this commit we were using File.readlink, which does not work properly
on Windows platforms, to tell the user about symlinks found when unpacking.
This commit changes that behavior to instead use the Puppet::Filesystem.readlink
function, which should work on all platforms that support symlinks.

Details

Provenance
Brandon High <brandon.high@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU2a332fd20be8: Merge remote-tracking branch 'upstream/pr/3070' into stable
Branches
Unknown
Tags
Unknown

Event Timeline

Brandon High <brandon.high@puppetlabs.com> committed rPU47788a8e45f8: (PUP-3191) Use FileSystem.readlink in unpacker (authored by Brandon High <brandon.high@puppetlabs.com>).Sep 10 2014, 9:49 PM