Do the same for pull_package

This commit is contained in:
Simon Quigley 2024-12-20 00:30:06 -06:00
parent 3f13130d32
commit 3a4e2fd78a

View File

@ -610,6 +610,7 @@ static std::string build_package(const fs::path &packaging_dir, const std::map<s
}
static void pull_package(Package &pkg, const YAML::Node &releases) {
semaphore_guard guard(semaphore);
log_info("Pulling package: " + pkg.name);
fs::path packaging_destination = fs::path(BASE_DIR) / pkg.name;
fs::path upstream_destination = fs::path(BASE_DIR) / ("upstream-" + pkg.name);