You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
This issue is similar to #244, but a little more broad than just a hard coded "branch". In my scenario, I would like to use AU to automate updates for a private repository.
I'm attempting to get things working on a repository that is hosted on a Gitlab server, so the link generated for the Update_all script is broken. (Could be handled with a variable.)
Also the links to packages assume https://chocolatey.org in the markdown table, so doesn't work for a private internal repo whose packages may not always have corresponding packages on Chocolatey.org. (The $au_GalleryPackageRootUrl variable could probably be used to address this.)
Does it make sense to fix this in the report plugin that comes with AU? Or do people normally write all custom plugins for a scenario like this?
(I would be happy to work on a pull request, if it makes sense to address this in the built-in AU plugin.)
The text was updated successfully, but these errors were encountered:
This issue is similar to #244, but a little more broad than just a hard coded "branch". In my scenario, I would like to use AU to automate updates for a private repository.
https://chocolatey.org
in the markdown table, so doesn't work for a private internal repo whose packages may not always have corresponding packages on Chocolatey.org. (The$au_GalleryPackageRootUrl
variable could probably be used to address this.)Does it make sense to fix this in the report plugin that comes with AU? Or do people normally write all custom plugins for a scenario like this?
(I would be happy to work on a pull request, if it makes sense to address this in the built-in AU plugin.)
The text was updated successfully, but these errors were encountered: