index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-04-15 13:21:51 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-04-15 13:21:51 +0200 |
commit | 9e229560c80432660d60d71f18ea63ff15221a93 (patch) | |
tree | 6fb9791ac3f168d4b45da279754e1c89f7e15d62 /bin | |
parent | 57836ecffe5c6029bc71e19012120a1583b49ae0 (diff) |
-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 { |