# 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" # Architectures supported by the package repository. ARCHS="arm64" # 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"