Add Freight configuration template

This commit is contained in:
mycognosist 2020-11-30 13:39:21 +00:00
parent 4fc6d8ae8e
commit 13edd641af
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# Freight configuration.
# Directories for the Freight library and Freight cache. Your web
# server's document root should be `$VARCACHE`.
VARLIB="{{freight_lib_path}}"
VARCACHE="{{freight_cache_path}}"
# Default `Origin` and `Label` fields for `Release` files.
ORIGIN="apt.peachcloud.org"
LABEL="PeachCloud"
# Cache the control files after each run (on), or regenerate them every
# time (off).
CACHE="off"
# GPG key to use to sign repositories. This is required by the `apt`
# repository provider. Use `gpg --gen-key` (see `gpg`(1) for more
# details) to generate a key and put its email address here.
GPG="{{gpg_key_email}}"
# Whether to follow symbolic links in `$VARLIB` to produce extra components
# in the cache directory (on) or not (off).
SYMLINKS="off"