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

choco-continuous-upgrader - new script package to update packages continuously throughout the day #243

Closed
bcurran3 opened this issue Mar 10, 2021 · 5 comments
Assignees
Milestone

Comments

@bcurran3
Copy link
Owner

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 bcurran3 self-assigned this Mar 10, 2021
@bcurran3 bcurran3 changed the title choco-instant-upgrades choco-instant-upgrades - new script package Mar 10, 2021
@bcurran3
Copy link
Owner Author

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

@silopolis
Copy link

With both we'd have choice of both controlled and unattended 👍

@bcurran3
Copy link
Owner Author

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 bcurran3 changed the title choco-instant-upgrades - new script package choco-continuous-upgrader - new script package to update packages continuously throughout the day Nov 11, 2023
@bcurran3 bcurran3 added this to the Alpha milestone Nov 11, 2023
@bcurran3
Copy link
Owner Author

bcurran3 commented Nov 18, 2023

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
Copy link
Owner Author

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.

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

No branches or pull requests

2 participants