summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-04-15 13:21:51 +0200
committerErich Eckner <git@eckner.net>2019-04-15 13:21:51 +0200
commit9e229560c80432660d60d71f18ea63ff15221a93 (patch)
tree6fb9791ac3f168d4b45da279754e1c89f7e15d62 /bin
parent57836ecffe5c6029bc71e19012120a1583b49ae0 (diff)
downloadbuilder-9e229560c80432660d60d71f18ea63ff15221a93.tar.xz
bin/get-assignment: fix comment about ordering of build assignments
Diffstat (limited to 'bin')
-rwxr-xr-xbin/get-assignment9
1 files changed, 6 insertions, 3 deletions
diff --git a/bin/get-assignment b/bin/get-assignment
index b53190f..93898f4 100755
--- a/bin/get-assignment
+++ b/bin/get-assignment
@@ -201,10 +201,13 @@ done
# a package with [all dependencies met or which is part of a loop]
# and which is currently not being built, ordered by:
# 1: we requested it
-# 2: architecture matches
+# 2: tool chain priority
# 3: its priority
-# 4: is not yet built
-# 5: was built the longest time ago
+# 4: was built the longest time ago
+# 5: architecture matches
+# 6: is part of a loop
+# 7: has the oldes package source
+# 8: build_assignment id
next_building=$(
# shellcheck disable=SC2016
{