diff options
author | Erich Eckner <git@eckner.net> | 2019-06-25 15:31:21 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-06-25 15:31:21 +0200 |
commit | 4ee1386a1fd722a86262323fb3435cf5f8a7f037 (patch) | |
tree | f8dd2d5771b1e362b408c3d31471aa3d3fa00d5a /bin/build-master-status | |
parent | 6d0ae6a9c27c0f33dc5833652fdffb300bea0fb9 (diff) | |
download | builder-4ee1386a1fd722a86262323fb3435cf5f8a7f037.tar.xz |
bin/build-master-status: add TODO
Diffstat (limited to 'bin/build-master-status')
-rwxr-xr-x | bin/build-master-status | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/build-master-status b/bin/build-master-status index 7a17923..aa92a4f 100755 --- a/bin/build-master-status +++ b/bin/build-master-status @@ -7,6 +7,9 @@ # shellcheck source=../lib/load-configuration . "${0%/*}/../lib/load-configuration" +# TODO: someone (not necessarily build-master-status) should warn about +# build keys that are about to expire soonish + tmp_dir=$(mktemp -d 'tmp.build-master-status.XXXXXXXXXX' --tmpdir) trap 'rm -rf --one-file-system "${tmp_dir}"' EXIT |