If you have any issues with one of the packages hosted in this repository, please feel free to open an issue (preferred instead of using Contact Maintainers
on chocolatey.org).
This repository contains chocolatey automatic packages. The repository is setup so that you can manage your packages entirely from the GitHub web interface (using AppVeyor to update and push packages) and/or using the local repository copy.
This contains Chocolatey packages, both manually and automatically maintained.
- automatic - where automatic packaging and packages are kept. These are packages that are automatically maintained using AU.
- deprecated - where packages that are deprecated are kept.
- icons - Where you keep icon files for the packages. This is done to reduce issues when packages themselves move around.
- manual - where packages that are not automatic are kept.
- retired - where packages that are retired are kept.
For setting up your own automatic package repository, please see Automatic Packaging
- Chocolatey (choco.exe)
- PowerShell v5+.
- The AU module.
For daily operations check out the AU packages template README.
- Fork this repository and rename it to
chocolatey-packages
(on GitHub - go into Settings, Repository name and rename). - Clone the repository locally.
- Head into the
setup
folder and perform the proper steps for your choice of setup (or both if you plan to use both methods). - Edit this README. Update the badges at the top.
AU provides more in the process of being completely automated, sending emails when things go wrong, and providing a nice report at the end.
So for best visibility, enjoying the ease of using AppVeyor, and for a nice report of results. AU works directly with the xml/ps1 files to do replacement.
You want to bring in all of your packages into the proper folders. We suggest using some sort of diffing tool to look at the differences between your current solution and this solution and then making adjustments to it. Pay special attention to the setup folder.
- Bring over the following files to your package source repository:
automatic\README.md
deprecated\README.md
icons\README.md
manual\README.md
retired\README.md
.appveyor.yml
- Inspect the following file and add the differences:
.gitignore