Skip to content
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

Closed
hmflash opened this issue Jul 28, 2017 · 3 comments
Closed

Multiple HTTP dependencies no longer work #2566

hmflash opened this issue Jul 28, 2017 · 3 comments

Comments

@hmflash
Copy link

hmflash commented Jul 28, 2017

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:

http http://my_server/content/dependency1.zip
http http://my_server/content/dependency2.zip

paket restore completes successfully, but only dependency2.zip exists on disk.

@forki
Copy link
Member

forki commented Jul 28, 2017

/cc @agross

@agross
Copy link
Contributor

agross commented Jul 29, 2017 via email

@forki
Copy link
Member

forki commented Jul 29, 2017 via email

@forki forki closed this as completed Aug 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants