From 09240f25a7860eb44a1837456f8a75ed89c15d08 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Mon, 16 Dec 2024 11:21:17 -0600 Subject: [PATCH] It's source_package_publishing_history, not source --- cpp/fetch-indexes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/fetch-indexes.cpp b/cpp/fetch-indexes.cpp index bde7623..66ce4f0 100644 --- a/cpp/fetch-indexes.cpp +++ b/cpp/fetch-indexes.cpp @@ -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 check_builds; std::set current_builds; - std::vector source_packages; + std::vector source_packages; auto records_gen = pocket.getBuildRecords("Successfully built"); std::vector records;