au
au copied to clipboard
Chocolatey Automatic Package Updater Module
https://github.com/chocolatey-community/chocolatey-packages/blob/master/automatic/libreoffice/update.ps1 replaced by https://github.com/chocolatey-community/chocolatey-packages/blob/master/automatic/libreoffice-streams/update.ps1
Just like Gitter, Discord Webhook would be good. https://discord.com/developers/docs/resources/webhook
Report creation should allow setting what character encoding to use for writing the file (i.e. UTF-8). There is currently an issue when using Azure DevOps to upload a markdown report...
Can this instead be a preference? I'd prefer not to use BOM and as I see in the history this was flipped from no BOM to BOM as per chocolatey.org....
Just a recommendation, currently run `script.ps1` will encounter: ``` Exception setting "SecurityProtocol": "The requested security protocol is not supported." At C:\Program Files\PowerShell\Modules\au\2018.5.18\Public\Update-Package.ps1:384 char:5 + [System.Net.ServicePointManager]::SecurityProtocol = 'Ssl3,Tls,Tl ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
Now it runs locally or it uses vagrant. Sandbox makes much more sense now that it is integrated into W10.
https://github.com/kai2nenobu/my-chocolatey-packages/actions/runs/212866242/workflow
Tacking down issues like https://github.com/chocolatey/chocolatey.org/issues/613 require you to enable tracing. Even better would be to only (and always) print the trace in case of an error.
Consider the following `global:au_GetLatest`: ``` function global:au_GetLatest { $download_url_response32 = Invoke-WebRequest -Uri "nonexisting" $download_url_response64 = Invoke-WebRequest -Uri "nonexisting" return @{ Version = $version; URL32 = $download_url_response32; URL64 = $download_url_response64} }...
need a flag to toggle [skip ci] Use case: If CI (example Jenkins) is completely skipped with this flag, and a gitrepo is updated in a way unbeknownst to the...