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

Paket is running commands on git dependencies when paket outdated is called #1845

Closed
cloudRoutine opened this issue Aug 4, 2016 · 1 comment

Comments

@cloudRoutine
Copy link
Member

Description

Repro steps

Paket Dependencies File

source https://nuget.org/api/v2

git https://github.com/ionide/ionide-vscode-helpers.git master build:"build.cmd", OS: windows
git https://github.com/ionide/FsAutoComplete.git keywords build:"build.cmd LocalRelease", OS: windows
git https://github.com/fsprojects/Forge.git master build:"build.cmd", OS: windows

git https://github.com/ionide/ionide-vscode-helpers.git master build:"build.sh", OS: mono
git https://github.com/ionide/FsAutoComplete.git keywords build:"build.sh LocalRelease", OS: mono
git https://github.com/fsprojects/Forge.git master build:"build.sh", OS: mono

paket outdated

Expected behavior

Checks for a newer hash and reports if there is one

Actual behavior

Checks for a newer hash and starts downloading and running commands

@agross
Copy link
Contributor

agross commented May 19, 2017

paket outdated will also download http dependencies and fail if they're already downloaded:

$ paket outdated --ignore-constraints
Paket version 4.8.5
Downloading dl.google.com/:/closure-compiler/compiler-latest.zip compiler-latest.zip to D:\Users\agross\Projekte\GROSSWEBER\grossweber\web-nanoc4\paket-files\dl.google.com\compiler-latest.zip
Paket failed with:
        The file 'D:\Users\agross\Projekte\GROSSWEBER\grossweber\web-nanoc4\paket-files\dl.google.com\COPYING' already exists.

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

2 participants