From 920f3351e045c9e2d9aa18706dc86557dd59cc5d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 9 Mar 2018 09:08:51 +0100 Subject: bin/db-update: trigger_mirror_refreshs after change --- bin/db-update | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/db-update b/bin/db-update index a7daa7c..d79cc37 100755 --- a/bin/db-update +++ b/bin/db-update @@ -248,6 +248,8 @@ for source_stability in 'testing' 'staging'; do done < \ "${tmp_dir}/repositories" + trigger_mirror_refreshs + # shellcheck disable=SC2016 { printf 'CREATE TEMPORARY TABLE `replaced_binary_packages` (`id` BIGINT, UNIQUE KEY (`id`));\n' -- cgit v1.2.3