Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

[Enhancement] cinst all -source somewhere #46

Closed
ferventcoder opened this issue Jan 2, 2012 · 9 comments
Closed

[Enhancement] cinst all -source somewhere #46

ferventcoder opened this issue Jan 2, 2012 · 9 comments
Assignees

Comments

@ferventcoder
Copy link
Contributor

As long as the source is not webpi, ruby, nuget.org, or chocolatey, I should be able to install all packages from a custom feed. This will greatly reduce the need to carry around and maintain a file for installations.

@xavierdecoster
Copy link

Feel free to use a MyGet.org feed to test the implementation. We are considering supporting the chocolatey.org feed as a first-class citizen to mirror/reference packages from.

@ferventcoder
Copy link
Contributor Author

Pretty neat. Works with directories as well.

@ferventcoder
Copy link
Contributor Author

Fixed in 3570d7b

@jongalloway
Copy link

Is it possible to limit how many you get via a parameter? That's been popular for NuGet Downloader, since there are a bajillion packages in the NuGet.org feed.

@ferventcoder
Copy link
Contributor Author

In this case we don't limit at all, but have also removed the usage of nuget.org/chocolatey.org b/c that would be insane... :D

@ferventcoder
Copy link
Contributor Author

This is the test feed I used: www.myget.org/F/chocoinstallall/

And for directories, I just put packages in a directory and called the same thing.

@xavierdecoster
Copy link

This is awesome! You can now host and maintain a central feed with your favourite packages and cinst all -source [feedURL]. System repaved! ;-) Any ETA on release of the feature?

@ferventcoder
Copy link
Contributor Author

Well, shoot, I am going to write some tests for it, but it appears to work. I think it will fall in with -force, and the rename of the folder to c:\chocolatey instead of c:\nuget.

@ghost ghost assigned ferventcoder Jan 18, 2012
@ferventcoder
Copy link
Contributor Author

Fixed in 3570d7b

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants