From 2cece122e1fa57ed5cce7f29108798ee1004d261 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 3 Feb 2018 12:24:12 +0100 Subject: bin/get-assignment: add TODO --- bin/get-assignment | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/get-assignment') diff --git a/bin/get-assignment b/bin/get-assignment index 7e8d25f..85585c0 100755 --- a/bin/get-assignment +++ b/bin/get-assignment @@ -123,6 +123,8 @@ clean_up() { tmp_dir=$(mktemp -d 'tmp.get-assignment.XXXXXXXXXX' --tmpdir) trap clean_up EXIT +# TODO: only hand out package if it is still yet to be built + # if we're building something already, hand it out (again) currently_building=$( # shellcheck disable=SC2016 -- cgit v1.2.3-54-g00ecf