From 47d7ec4ec95a771535fe15071b009a26b5b43b8d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 14 Mar 2018 06:39:21 +0100 Subject: bin/db-update: do not circumvent mysql query logging anymore --- bin/db-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/db-update') diff --git a/bin/db-update b/bin/db-update index 8a68346..1cbe3b6 100755 --- a/bin/db-update +++ b/bin/db-update @@ -224,7 +224,7 @@ for source_stability in 'testing' 'staging'; do mysql_join_binary_packages_architectures printf ';\n' } | \ - mysql buildmaster -N --raw --batch | \ + mysql_run_query | \ tr '\t' ' ' | \ grep '^\(repositories\|\(rm\|mv\)\(\.id\)\?\) ' | \ while read -r what content; do -- cgit v1.2.3-54-g00ecf