From 6c04e874355b9ac4505c6dca6709d8b15df970d1 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 5 Oct 2018 11:35:18 +0200 Subject: bin/get-package-updates: more output --- bin/get-package-updates | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bin/get-package-updates') 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 -- cgit v1.2.3