From 38546fab75d75d7bbb04b74f8d8604ebe12a0258 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 15 Apr 2018 16:28:49 +0200 Subject: bin/copy-to-build-support bin/delete-packages bin/return-assignment: set TMPDIR out of tmpfs, so repo-* won't run out of space --- bin/copy-to-build-support | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/copy-to-build-support') diff --git a/bin/copy-to-build-support b/bin/copy-to-build-support index 9cd90f3..5382235 100755 --- a/bin/copy-to-build-support +++ b/bin/copy-to-build-support @@ -64,6 +64,8 @@ flock ${wait_for_lock} 8 tmp_dir=$(mktemp -d "${work_dir}/tmp.copy-to-build-support.0.XXXXXXXXXX") trap 'rm -rf --one-file-system "${tmp_dir}"' EXIT +export TMPDIR="${tmp_dir}" + to_copy='build_assignment epoch pkgver pkgrel sub_pkgrel has_issues is_tested pkgname architecture' sed -n ' s/.\+/\0 \0/ -- cgit v1.2.3-54-g00ecf