diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/build-packages | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/build-packages b/bin/build-packages index 470065a..a54287a 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -1067,8 +1067,9 @@ while [ "${count}" -ne 0 ] && \ 3) >&2 echo 'get-assignment told me:' - >&2 echo ' 3: come back after the next run of get-package-updates - currently' - >&2 echo ' there are no pending packages' + >&2 echo ' 3: come back after the next run of get-package-updates or when' + >&2 echo ' some currently building packages are returned - currently' + >&2 echo ' there are no pending buildable packages' exit 0 ;; |