The audience is intended to be Chocolatey package maintainers who employ automatic packages with Ketarin. (Not already using automatic packages? Better start now!)
Such package mainatainers might wish to be informed when an application gets updated and/or pushed to Chocolatey in response to Ketarin's update procedure. The two scripts contained in this Gist accommodate that request.
- Download this Gist.
- Open Ketarin
- Click on File, Settings and finally on Commands
- Select After updating an application from the dropdown list.
- Paste the following command into the text box:
powershell P:\Chocolatey\automail\send.ps1 -appName "{appname} {nopush}" -version "{version}"
INFO: {nopush}
was originally intended to be a variable which can be set on a per-application basis to /disablepush
to disable pushing in the chocopkgup
command (which should be set under Before updating an application). Including the information whether pushing has been disabled or not is therefore the sole reason to use {nopush}
in the command above.)
4. Close all dialogs by subsequently clicking Ok.
3. Run init.ps1
and follow the instructions.
Your server's data (domain/IP, port, use SSL/TLS?) can be found on the Internet in most (if not all) cases.
WARNING
Your password will be saved into {path from init.ps1}\config.txt
in an encrypted form. There is no secure way to store a password which must be used (i.e. decrypted) on a potentially infected machine! See ConvertTo-SecureString to learn about the encryption method being used.