Do the same for pull_package
This commit is contained in:
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) {
|
static void pull_package(Package &pkg, const YAML::Node &releases) {
|
||||||
|
semaphore_guard guard(semaphore);
|
||||||
log_info("Pulling package: " + pkg.name);
|
log_info("Pulling package: " + pkg.name);
|
||||||
fs::path packaging_destination = fs::path(BASE_DIR) / pkg.name;
|
fs::path packaging_destination = fs::path(BASE_DIR) / pkg.name;
|
||||||
fs::path upstream_destination = fs::path(BASE_DIR) / ("upstream-" + pkg.name);
|
fs::path upstream_destination = fs::path(BASE_DIR) / ("upstream-" + pkg.name);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user