From fad367e19d2adb6662a5543645e77190e85e94e9 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 13 Mar 2018 15:54:06 +0100 Subject: bin/db-update: trigger the mirror refreshs at the end, not in between --- bin/db-update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/db-update') diff --git a/bin/db-update b/bin/db-update index 2e8e229..8a68346 100755 --- a/bin/db-update +++ b/bin/db-update @@ -341,8 +341,6 @@ 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' @@ -414,3 +412,5 @@ for source_stability in 'testing' 'staging'; do -not -exec test -s '{}' \; \ -delete done + +trigger_mirror_refreshs -- cgit v1.2.3-54-g00ecf