index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/get-package-updates | 2 |
diff --git a/bin/get-package-updates b/bin/get-package-updates index a32dfa2..fe9fee7 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -602,6 +602,8 @@ echo 'Done - mark decisions as final.' } | \ mysql_run_query +mysql_sort_versions + # update loop list in database (beware, the packages are expected to be in "build-list", # not "to-be-decided", so we need to run this after moving the packages from "to-be-decided" to the "build-list". mysql_find_build_assignment_loops |