index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/get-assignment | 9 |
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 { |