-
Notifications
You must be signed in to change notification settings - Fork 526
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
Multiple HTTP dependencies no longer work #2566
Comments
/cc @agross |
@forki please revert said commit. It will break `outdated - f`, but that's not used as frequently.
On Fri, Jul 28, 2017 at 7:59pm, Steffen Forkmann < notifications@github.com [notifications@github.com] > wrote:
/cc @agross [https://github.com/agross]
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub [#2566 (comment)] , or mute the thread [https://github.com/notifications/unsubscribe-auth/AAA_dVn5AJ47MsA-V70lrUoHGSR3gKkLks5sSiGbgaJpZM4Om5Gr] .
|
I reverted that commit
Am 29.07.2017 05:21 schrieb "Alexander Groß" <notifications@github.com>:
… @forki please revert said commit. It will break `outdated - f`, but that's
not used as frequently.
On Fri, Jul 28, 2017 at 7:59pm, Steffen Forkmann <
***@***.*** ***@***.*** > wrote:
/cc @agross [https://github.com/agross]
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub [https://github.com/
fsprojects/Paket#2566#issuecomment-318722305] , or mute the thread
[https://github.com/notifications/unsubscribe-auth/AAA_dVn5AJ47MsA-
V70lrUoHGSR3gKkLks5sSiGbgaJpZM4Om5Gr] .
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2566 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADgNFLZdTNm5I0y6JaFCbtwic8STSxBks5sSqUzgaJpZM4Om5Gr>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
If your packet.dependencies file specifies more than one http dependency from the same server,
paket restore
completes successfully but only the last dependency exists on disk.This was introduced with this commit:
0d48da7
Each time a dependency is downloaded, the directory is cleared, causing the removal of previously downloaded dependencies
Repro steps
Example paket.dependencies:
paket restore
completes successfully, but onlydependency2.zip
exists on disk.The text was updated successfully, but these errors were encountered: