This repository was archived by the owner on Aug 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
Extended workaround for handling symlinks in tar files #163
Merged
Merged
Changes from 22 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
e583739
Extended workaround for tars containing symlinks in environments with…
affeb14
Remove earlier windows workaround
388f7f9
slight formatting correction
6870e24
corrected tar command for verbose listing
2f7a92c
another correction of the tar command
a03bf43
Adapted regex to match tar listing of mac-os
443fda4
obtain debug info for tuning the regex
hhaensel 14f2f9f
More debug info
hhaensel d715d0f
Adapt regex for Mac OS, next version
hhaensel 2cdf50e
New version of regex to match more tars
hhaensel 3715ed9
Determine tarlist format from a demo file listing. Slight change to `…
ed75abc
slight modification to avoid changes to gen_7z
e3cc652
define symlink_parser locally
d25781e
Replace old copyderef by new version, use mktemp() for temp files, do…
hhaensel 7647815
added examples of verbose listings, put back `mkpath(dest)` (which wa…
24208e8
Added 7z Listing and corrected tar exclude command
02019ae
brushing up the code and making excludlist::Union{AbstractString, Cmd…
469ec23
excludelist defaults to nothing; adaptations for tar command in Windo…
hhaensel 8fe998a
Change type of excludelist argument to `Union{AbstractString, Nothing}`
hhaensel 6f74c12
Change type of excludelist argument to `Union{AbstractString, Nothing}`
hhaensel 8d77e76
Merge branch 'master' of https://github.com/hhaensel/BinaryProvider.jl
hhaensel 74e2cdb
Correct some errors...
hhaensel e30fd37
place an error in case that `probe_platform_engines!()` has not been run
hhaensel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Every time a
globalis removed from a file, an angel sheds a single tear of joy.