index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/db-update | 2 |
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 |