It's source_package_publishing_history, not source

This commit is contained in:
Simon Quigley 2024-12-16 11:21:17 -06:00
parent f12946981a
commit 09240f25a7

View File

@ -214,7 +214,7 @@ int check_pending_packages(const std::string& release) {
auto three_hours_ago = std::chrono::system_clock::now() - std::chrono::hours(3);
std::set<std::string> check_builds;
std::set<std::string> current_builds;
std::vector<source> source_packages;
std::vector<source_package_publishing_history> source_packages;
auto records_gen = pocket.getBuildRecords("Successfully built");
std::vector<build> records;