index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-03-09 09:08:51 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-03-09 09:08:51 +0100 |
commit | 920f3351e045c9e2d9aa18706dc86557dd59cc5d (patch) | |
tree | 4989f33e86373cae2f307eaa7d790bbb607c99e5 /bin/db-update | |
parent | 32f570cbe02326c27b61faf82dbe040e33ed00f6 (diff) |
-rwxr-xr-x | bin/db-update | 2 |
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' |