ChocolateyPackages icon indicating copy to clipboard operation
ChocolateyPackages copied to clipboard

choco-instant-upgrades - new script package

Open bcurran3 opened this issue 4 years ago • 2 comments
trafficstars

REMINDER TO SELF: I have had it in my head to make a choco-instant-upgrades script at some point in the future. It'll watch the Feedburner RSS and then do upgrades based on comparing what you have installed and what has been recently pushed. Simple concept, but will take me a lot of time that I don't currently have to actually implement. One day.... p.s. I never thought about instigating a notification and a prompt for choco-instant-upgrades - I'll try to remember to work that in when it becomes time.

bcurran3 avatar Mar 10 '21 23:03 bcurran3

Not that same as I intended, but ChocoButler is pretty close: https://community.chocolatey.org/packages/chocobutler

bcurran3 avatar Dec 14 '21 19:12 bcurran3

With both we'd have choice of both controlled and unattended :+1:

silopolis avatar Jul 26 '22 17:07 silopolis

I've actually started on this.

I think "instant" is too ambitious and possibly too resource intensive/abusive.

Current idea is check for and execute updates every 15 or 30 minutes (configurable).

https://github.com/bcurran3/ChocolateyPackages/tree/master/choco-continuous-upgrader

bcurran3 avatar Nov 11 '23 22:11 bcurran3

This is beta right now if anyone wants to try it. I'm pretty happy with it feature-wise and functionally.

The logic related to the config file overrides is buggy. I need to still go through and test the Notify, NoUpgrades, and # Minutes options related to it. But I'm hoping everything else is flawless and would love feedback if anyone's up to it.

https://community.chocolatey.org/packages/choco-continuous-upgrader choco install choco-continuous-upgrader --version=0.1.0-beta1 --pre

bcurran3 avatar Nov 18 '23 06:11 bcurran3

I think this is done. I just pushed a release candidate to let it soak a bit.

https://community.chocolatey.org/packages/choco-continuous-upgrader/1.0.0-RC1 choco install choco-continuous-upgrader --version=1.0.0-RC1 --pre

Would love to see feedback.

bcurran3 avatar Nov 19 '23 00:11 bcurran3