summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/get-package-updates6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index e240359..5675c92 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -601,12 +601,18 @@ echo 'Done - mark decisions as final.'
} | \
mysql_run_query
+echo 'Aftermath - sort versions.'
+
mysql_sort_versions
+echo 'Aftermath - find assignment loops.'
+
# 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
+echo 'Aftermath - remove duplicate binary_packages.'
+
# remove duplicate binary_packages from "build-list"
mysql_query_remove_old_binary_packages_from_build_list | \
mysql_run_query