Do the same for pull_package

main
Simon Quigley 2 days ago
parent 3f13130d32
commit 3a4e2fd78a

@ -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);

Loading…
Cancel
Save