From dd8a340afff660e72b2480d75f9ef3fac076f35f Mon Sep 17 00:00:00 2001 From: mycognosist Date: Wed, 16 Dec 2020 09:26:11 +0000 Subject: [PATCH] Add freight conf file location to add command --- scripts/setup_debian_repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup_debian_repo.py b/scripts/setup_debian_repo.py index 1ba4af7..381b172 100644 --- a/scripts/setup_debian_repo.py +++ b/scripts/setup_debian_repo.py @@ -125,7 +125,7 @@ for service in SERVICES: print("[ ADDING PACKAGES TO FREIGHT LIBRARY ]") for package in MICROSERVICES_DEB_DIR: - subprocess.call(["freight", "add", package, "apt/buster"]) + subprocess.call(["freight", "add", "-c", FREIGHT_CONF, package, "apt/buster"]) print("[ ADDING PACKAGES TO FREIGHT CACHE ]") # needs to be run as sudo user