diff options
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-x | bin/get-package-updates | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates index d516a96..97422f5 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -611,7 +611,8 @@ fi } | \ ${mysql_command} -# update loop list in database +# 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 # Move the .new-files to the actual files |