summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/db-update2
1 files changed, 2 insertions, 0 deletions
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'