Add an extra sync

main
Simon Quigley 5 days ago
parent 9e6a0b0453
commit 3bff0f3651

@ -665,6 +665,7 @@ std::string CiLogic::queue_pull_tarball(std::vector<std::shared_ptr<PackageConf>
// REAL pull
auto new_item = std::make_shared<package_conf_item>();
new_item->first_pkgconf = r;
r->sync();
// Enqueue "pull"
task_queue->enqueue(

Loading…
Cancel
Save