-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get --only #1
Comments
mosteo
added a commit
that referenced
this issue
Apr 23, 2018
simonjwright
referenced
this issue
in simonjwright/alire
Dec 10, 2019
* Fix tar issues on macOS. There are two issues: first, the version of tar on macOS doesn't support --force-local, and second, untarring in the destination directory, forced by Windows problems with -C, means we need to use the full file name of the tar file. * src/alire/alire-origins-deployers-source_archive.adb (Deploy): add detail to trace message. (Unpack): when the archive format is Tarball, find the absolute file name of the tarball and untar that. Only use --force-local if running on Windows. * Apply optional --force-local correctly. * src/alire/alire-origins-deployers-source_archive.adb (Unpack): pass the optional --force-local as a String_Vector, empty if not required.
Open
2 tasks
2 tasks
3 tasks
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Retrieve requested project only, without dependencies, even if unavailable in current platform
The text was updated successfully, but these errors were encountered: