Freight refactor for Debian archiving #3

Merged
mycognosist merged 22 commits from freight_refactor into main 2020-12-16 13:27:56 +00:00
Showing only changes of commit db26c7137f - Show all commits

View File

@ -9,6 +9,9 @@ VARCACHE="{{freight_cache_path}}"
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"