index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-02-18 08:27:48 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-02-18 08:27:48 +0100 |
commit | 89745907f5137c4de7ed7dfc50646b066cd8fa86 (patch) | |
tree | 82cd39bf116dde670a23e93ea946710f8b194470 | |
parent | 8fe54b099f881a3dbe885f3c29049324b2ae4747 (diff) |
-rwxr-xr-x | bin/get-package-updates | 3 |
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 |