summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-03-09 15:47:43 +0100
committerErich Eckner <git@eckner.net>2018-03-09 15:47:43 +0100
commit2acef10964ec3f7027981f45a072fd5e4aab3722 (patch)
tree30dfe604eb524839b7b2dfc4c81d97d196a2f945 /bin
parent8a298d36658f1f34a3107c40dec9373edbf7171c (diff)
downloadbuilder-2acef10964ec3f7027981f45a072fd5e4aab3722.tar.xz
bin/db-update: should not run mysql_cleanup - it does not have the necessary locks!
Diffstat (limited to 'bin')
-rwxr-xr-xbin/db-update3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/db-update b/bin/db-update
index 0234608..27cb1d6 100755
--- a/bin/db-update
+++ b/bin/db-update
@@ -90,9 +90,6 @@ if ! flock -s ${block_flag} 8; then
exit 0
fi
-# shellcheck disable=SC2119
-mysql_cleanup
-
for source_stability in 'testing' 'staging'; do
find "${tmp_dir}" -mindepth 1 -delete