summaryrefslogtreecommitdiff
path: root/bin/db-update
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-03-09 09:08:51 +0100
committerErich Eckner <git@eckner.net>2018-03-09 09:08:51 +0100
commit920f3351e045c9e2d9aa18706dc86557dd59cc5d (patch)
tree4989f33e86373cae2f307eaa7d790bbb607c99e5 /bin/db-update
parent32f570cbe02326c27b61faf82dbe040e33ed00f6 (diff)
downloadbuilder-920f3351e045c9e2d9aa18706dc86557dd59cc5d.tar.xz
bin/db-update: trigger_mirror_refreshs after change
Diffstat (limited to 'bin/db-update')
-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'