From 7bc2f8f55f3e1b0cb940c0346e73aaa6543ef34f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 17 Jan 2018 14:44:10 +0100 Subject: bin/mysql-functions: only search for packages supposed to be on the master mirror on the master mirror --- bin/mysql-functions | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/mysql-functions') diff --git a/bin/mysql-functions b/bin/mysql-functions index 1369ae8..c37ebbb 100755 --- a/bin/mysql-functions +++ b/bin/mysql-functions @@ -602,6 +602,7 @@ mysql_sanity_check() { FROM `binary_packages` JOIN `architectures` ON `binary_packages`.`architecture`=`architectures`.`id` JOIN `repositories` ON `binary_packages`.`repository`=`repositories`.`id` + WHERE `repositories`.`is_on_master_mirror` ' --batch | \ sed ' 1d -- cgit v1.2.3-54-g00ecf