diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-11-23 17:30:03 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-11-23 17:30:03 +0100 |
commit | 1030ac84257bb6953d43eb1a248a38dd4acff129 (patch) | |
tree | 04549443acaae808acb818fe6499cbdd053b7180 /buildmaster/build-list.php | |
parent | 9d485df37c8cc0c307e43d18d93be5e9053ade55 (diff) | |
download | archweb32-1030ac84257bb6953d43eb1a248a38dd4acff129.tar.xz |
cannot see package results when limiting the broken list
Diffstat (limited to 'buildmaster/build-list.php')
-rw-r--r-- | buildmaster/build-list.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/buildmaster/build-list.php b/buildmaster/build-list.php index 199d7fc..f65ff60 100644 --- a/buildmaster/build-list.php +++ b/buildmaster/build-list.php @@ -325,8 +325,7 @@ mysql_run_query( mysql_join_binary_packages_binary_packages_in_repositories() . mysql_join_binary_packages_in_repositories_repositories() . ' WHERE `repositories`.`name`="build-list"' . - ' ORDER BY `build_assignments`.`currently_blocking` DESC' . - ' LIMIT 1000' + ' ORDER BY `build_assignments`.`currently_blocking` DESC' ); mysql_run_query( |