From 6fbd2435443e9cc9ca51bcfd640ca88e66941d18 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 12 Sep 2018 16:18:25 +0200 Subject: bin/seed-build-list: should run mysql_cleanup() in the end, too (like bin/get-package-updates) --- bin/seed-build-list | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/seed-build-list b/bin/seed-build-list index 432ef6c..d00b2ee 100755 --- a/bin/seed-build-list +++ b/bin/seed-build-list @@ -597,6 +597,8 @@ if ${update}; then } | \ mysql_run_query + mysql_cleanup + mysql_sort_versions rm -f "${build_list_lock_file}" -- cgit v1.2.3-54-g00ecf