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 8206b4d8d8 - Show all commits

View File

@ -105,7 +105,7 @@ if args.initialize:
nginx_conf_tmp_path = os.path.join(USER_PATH, "apt.peachcloud.org")
render_template(
src="debian_repo/nginx_debian.conf",
dest="/etc/nginx/sites-enabled/apt.peachcloud.org",
dest=nginx_conf_tmp_path,
template_vars = {
"apt_dir": FREIGHT_CACHE
}