summaryrefslogtreecommitdiff
path: root/bin/db-update
diff options
context:
space:
mode:
Diffstat (limited to 'bin/db-update')
-rwxr-xr-xbin/db-update4
1 files changed, 2 insertions, 2 deletions
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