-
Notifications
You must be signed in to change notification settings - Fork 71
Home
Welcome to AU wiki.
To start using AU quickly you can use one of the following:
- Fork https://github.com/majkinetor/au-packages-template
This repository contains everything you need to quickly get started running your updater locally and/or AppVeyor. - Fork https://github.com/chocolatey/chocolatey-packages-template
This repository may be used by people who already have existing automatic packages using Ketarin/ChocolateyPackageUpdater combo and want to keep them or migrate them to AU. It contains tools that are not required when using AU.
After you forked one of the two repositories, rename it to something like chocolatey-packages
(on GitHub - go into Settings, Repository name and rename), clone it locally and follow the instructions in their README.
See sidebar for topics and feel free to contribute ( any user can edit the wiki ).
In default template AU uses few environment variables to configure AU update options. Those variables are set in two places, depending on where you run the updater. You can currently run the updater either on your own machine (local run) or using AppVeyor.
To run updater on your own machine, copy the file update_vars_default.ps1 and rename it to update_vars.ps1
. After you set the variables here, next update_all.ps1
run will take them into account. You are responsible for securing the access to this file (do not include it in the repository).
To run updater on AppVeyor, edit the .appveyor.yml environment section. Use secure variables to protect sensitive data.