Freight refactor for Debian archiving #3

Merged
mycognosist merged 22 commits from freight_refactor into main 2020-12-16 13:27:56 +00:00
3 changed files with 2 additions and 2 deletions
Showing only changes of commit 973e663eb0 - Show all commits

View File

@ -78,7 +78,7 @@ if args.initialize:
print("[ CONFIGURING FREIGHT ]")
freight_conf_tmp_path = os.path.join(USER_PATH, "freight.conf")
render_template(
src="debian_repo/freight.conf",
src="freight.conf",
dest=freight_conf_tmp_path,
template_vars={
"freight_lib_path": FREIGHT_LIB,
@ -104,7 +104,7 @@ if args.initialize:
print("[ COPYING NGINX CONFIG ]")
nginx_conf_tmp_path = os.path.join(USER_PATH, "apt.peachcloud.org")
render_template(
src="debian_repo/nginx_debian.conf",
src="nginx_debian.conf",
dest=nginx_conf_tmp_path,
template_vars = {
"apt_dir": FREIGHT_CACHE