switchspan / chocolatey-hugo

Chocolatey install for Hugo
1 stars 3 forks source link

Automatically updating Hugo #9

Open pauby opened 7 years ago

pauby commented 7 years ago

As per the discussion here you asked me to chat on here regarding automating the updates for Hugo. I assume you meant for me to open an issue.

The AU package allows your Chocolatey packages to be automatically updated. Can be a bit tricky to setup but I have offered to maintain the package in my repo which has automatic updates already setup.

switchspan commented 7 years ago

Paul, sounds good -- so you need to submodule this repo? (which would mean I need to add you as a commiter). And I need to add you to the chocolatey hugo maintainers?

pauby commented 7 years ago

Ken,

There are two options - I add the Hugo package to my own repo and configure it for automatic updates or you setup the automatic updates framework on this repo which I can help you with. If you want me to add it to my own repo then you will also need to add me as a maintainer on the Chocolatey site.

pauby commented 7 years ago

Ken, If this is not of any interest let me know so I can close this issue.

switchspan commented 7 years ago

Paul, I would like to set up the automatic updates framework on this repo. Where do we start?

pauby commented 7 years ago

That is a big job. But the instructions are here. Just methodically follow them. When you come to create your package let me know and I can help you with that as the instructions are far from clear on it. I also found the instructions with AU in general were difficult to follow so if you get stuck let me know.

switchspan commented 6 years ago

Thank you Paul! I appreciate it.

On Wed, Jul 26, 2017 at 2:37 PM, Paul Broadwith notifications@github.com wrote:

That is a big job. But the instructions are here https://chocolatey.org/docs/automatic-packages. Just methodically follow them. When you come to create your package let me know and I can help you with that as the instructions are far from clear on it. I also found the instructions with AU in general were difficult to follow so if you get stuck let me know.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/switchspan/chocolatey-hugo/issues/9#issuecomment-318144005, or mute the thread https://github.com/notifications/unsubscribe-auth/AAgUvkOxKs7EYQeBt5CJnTulS7kaaYBYks5sR4dagaJpZM4OaJ4O .

pauby commented 6 years ago

Ken, Have you made any progress on this?

switchspan commented 6 years ago

Paul,

Yes -- I should have it all completed this weekend.

On Mon, Sep 11, 2017 at 10:25 AM, Paul Broadwith notifications@github.com wrote:

Ken, Have you made any progress on this?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/switchspan/chocolatey-hugo/issues/9#issuecomment-328545948, or mute the thread https://github.com/notifications/unsubscribe-auth/AAgUvtOyjsJa3BMFR7ufJYd76ibYN0mDks5shUL2gaJpZM4OaJ4O .

pauby commented 6 years ago

Hi Ken, Any update on this? I know I'm becoming a pest but I really need the updates from this. If you need a hand let me know.

akshaybabloo commented 6 years ago

Hey, @switchspan any update on this?

switchspan commented 6 years ago

Hi Askay,

Yes it was running. Not sure what is wrong with it. I am on vacation out of country, so I will have to look at it when I get back in a week.

-Ken

On Fri, Jun 29, 2018, 11:54 AM Akshay Raj Gollahalli < notifications@github.com> wrote:

Hey, @switchspan https://github.com/switchspan any update on this?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/switchspan/chocolatey-hugo/issues/9#issuecomment-401308250, or mute the thread https://github.com/notifications/unsubscribe-auth/AAgUvvt2ge39UFGLnVUpLbPGkzR5lQqEks5uBflngaJpZM4OaJ4O .

Pilskalns commented 5 years ago

Hi @switchspan,

I see that Hugo package again is lagging behind two important bugfix versions 0.49.1 and 0.49.2. As far I see, this repro doesn't contain any code that would be used by any auto-updater.

I could offer help to include this in my auto-updater which hosted at my GH/AppVeyor.

Also, I have in mind a few improvements for the package for it to support install multiple versions of the Hugo (choco has such option, but package must be ready for it). Then tools can leverage this by switching environment variable to version needed.

pauby commented 5 years ago

@Pilskalns Try the hugo-extended package as it is automatically updated. 0.49.1 and 0.49.2 have been submitted and just awaiting moderation.