From 9e229560c80432660d60d71f18ea63ff15221a93 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 15 Apr 2019 13:21:51 +0200 Subject: bin/get-assignment: fix comment about ordering of build assignments --- bin/get-assignment | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'bin') 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 { -- cgit v1.2.3-54-g00ecf