-
Notifications
You must be signed in to change notification settings - Fork 905
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
Choco install with packages.config should print out the packages to install #878
Comments
ferventcoder
changed the title
Choco install with packages.config does not print out the packages to install
Choco install with packages.config should print out the packages to install
Jul 27, 2016
This definitely looks like something that could be enhanced to do. I am on the fence about whether this is a bug or an enhancement, I could go either way. |
I think I agree with you. Bug it is. I would love to see this fixed, as I had to write my own parser. |
andmos
pushed a commit
to andmos/choco
that referenced
this issue
Jul 28, 2016
andmos
pushed a commit
to andmos/choco
that referenced
this issue
Jul 28, 2016
andmos
pushed a commit
to andmos/choco
that referenced
this issue
Jul 28, 2016
…s prints out all packages set for installation Previously when running choco install with a .config file as parameter the output would say ''Installing the following packages:'' followed by the path to the .config file. This change prints out that a .config file is being used, as well as listing the packages set for installation.
andmos
pushed a commit
to andmos/choco
that referenced
this issue
Jul 28, 2016
…file Previously when running choco install with a .config file as parameter the output would say ''Installing the following packages:'' followed by the path to the .config file. This change prints out that a .config file is being used, as well as listing the packages set for installation.
andmos
pushed a commit
to andmos/choco
that referenced
this issue
Jul 28, 2016
…file Previously when running choco install with a .config file as parameter the output would say ''Installing the following packages:'' followed by the path to the .config file. This change prints out that a .config file is being used, as well as listing the packages set for installation.
andmos
pushed a commit
to andmos/choco
that referenced
this issue
Jul 28, 2016
…file Previously when running choco install with a .config file as parameter the output would say ''Installing the following packages:'' followed by the path to the .config file. This change prints out that a .config file is being used, as well as listing the packages set for installation.
andmos
added a commit
to andmos/choco
that referenced
this issue
Jul 28, 2016
…file Previously when running choco install with a .config file as parameter the output would say ''Installing the following packages:'' followed by the path to the .config file. This change prints out that a .config file is being used, as well as listing the packages set for installation.
ferventcoder
pushed a commit
that referenced
this issue
Aug 3, 2016
Previously when running choco install with a .config file as parameter the output would say ''Installing the following packages:'' followed by the path to the .config file. This change prints out that a .config file is being used, as well as listing the packages set for installation.
ferventcoder
added a commit
that referenced
this issue
Aug 3, 2016
* pr880: (GH-878) Installation with .config file prints packages in file
ferventcoder
added a commit
that referenced
this issue
Aug 3, 2016
* stable: (GH-878) Installation with .config file prints packages in file
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What You Are Seeing?
When running
The output is
What is Expected?
I expect the output to list the packages in the
packages.config
file:How Did You Get This To Happen? (Steps to Reproduce)
Create a
packages.config
file with some id's and versions and runchoco install packages.config
Output Log
The text was updated successfully, but these errors were encountered: