Chocolatey Packages (Douglas Thrift)
Rob Reynolds 02d5ae485f (maint) prefer {url}, allow {preupdate-url} | 8 years ago | |
---|---|---|
automatic | 8 years ago | |
icons | 8 years ago | |
ketarin | 8 years ago | |
manual | 8 years ago | |
ops | 8 years ago | |
setup | 8 years ago | |
.gitignore | 8 years ago | |
LICENSE.md | 8 years ago | |
README.md | 8 years ago |
This contains Chocolatey packages, both manually and automatically maintained.
For setting up your own automatic package repository, please see Automatic Packaging
Settings -> Global variables
the variable autoPackagesFolder
is used to determine where your automatic packages are. It doesn't matter what chocopkgup
is using, this folder is passed through. Ensure this is set appropriately.Settings -> Global variables
the variable saveDir
is used to determine where to save the downloaded files from Ketarin. Please ensure the folder exists.Settings -> Global variables
the variable nopush
is set to --nopush
, which allows checksum calculations to occur and then a custom script will push the files.Settings -> Global variables
the variable cscript
is set to 2
, which means calculate checksums, rebuild, and push the packages. If you set this to 1
it will do everything except push the packages. Setting this to 1
is how you disable package pushing.Settings -> Global variables
the variable checksum
is set to {checksum}
. Do not change this, this is how the post update script replaces the literal value {checksum}
. The same goes for checksumx64
, packageGuid
, and url64
.