index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/db-update | 4 |
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 |