-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Update version on Chocolatey #959
Comments
We have not and will not support the version in chocolatey. Please download the latest version on GitHub. |
Please use chocolatey for distribution. Big number of Windows admins are about to endavour of WMF5 package management which will eventually lead them to Chocolatey repo. |
Yeah, I'm a bit curious why there's an aversion to updating cmder on Chocolatey. A "...have not and will not support..." stance seems to be an odd choice given the benefits Chocolatey offers and the community support behind it. Would be helpful to understand the reasoning behind the decision. |
There is no need to use Choclatey to install cmder, there is no install process. Download, unzip, done! Just my $.02. |
There is a need for chocolatey for bunch of scenarios, one of them is automation. For example if you use Chef there is chocolatey cookbook which will allow you to specify list of software you want your servers to have installed and keep updated. |
As far as I can see choco devs for cmder are not the same as the devs for cmder itself, so I think it's easiest to ask the choco devs to build new package instead of here. And thats possible happening here: https://chocolatey.org/packages/Cmder/1.3.0-beta |
You should be using PS Remoting for your servers not using remote desktop with cmder on there. |
It’s up to the package maintainer to package it for chocolatey, not us. Martin |
@MartiUK sorry about all the confusion. I'm not sure why folks think you are the maintainer of the chocolatey package. The maintainer and software authors are clearly listed separately To clarify to anyone who may still come across this. The chocolatey package is community driven package that is not affiliated with this project. Currently, the chocolatey package simply downloads the associated zipped file as released from cmderdev/cmder repository and extracts to whatever If anyone has an issue with the chocolatey package, please use the Contact Maintainers as listed alongside the package. The package gets automatically built whenever a new version is detected from the URL https://github.com/cmderdev/cmder/releases/latest (currently 1.1.4.1) Pre-release versions are required to be built manually. See the "Package Source" link also listed alongside the package for contributing. You must also pass |
Do you have a pointer to the script which does this? I'm curious and have a use case in conda-forge for it :-) |
@JanSchulz Yup, the package source files are all in my repo including the auto-updating routines. The relevant file is https://github.com/dtgm/chocolatey-packages/blob/master/ketarin/cmder.xml You can see the regex I'm using in that file to scrape the page for the relevant file and extract the version. Also grab the MD5 from GitHub. You can either use the relevant bits of the XML in another program or load it into ketarin (GPLv2). There are some other bits that do the actual building of the nupkg. |
I was wondering if there is anyone actively working on updating the versions of cmder on Chocolatey.
The current version that's available on Chocolatey (1.1.4.1) has an updater that is now broken with the following error because the conemu repository has moved.
The text was updated successfully, but these errors were encountered: