[ARVADOS] updated: aafef3d22a7b225e82da5f146cb05472747a7b6e

git at public.curoverse.com git at public.curoverse.com
Mon Apr 13 21:58:51 EDT 2015


Summary of changes:
 docker/mkimage-debootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  aafef3d22a7b225e82da5f146cb05472747a7b6e (commit)
      from  6261cf9003ec37622d38a3c40d94a75eff397922 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit aafef3d22a7b225e82da5f146cb05472747a7b6e
Author: Tom Clegg <tom at curoverse.com>
Date:   Mon Apr 13 22:00:43 2015 -0400

    If provided, use TMPDIR instead of /tmp. No issue #

diff --git a/docker/mkimage-debootstrap.sh b/docker/mkimage-debootstrap.sh
index b4010ef..319104a 100755
--- a/docker/mkimage-debootstrap.sh
+++ b/docker/mkimage-debootstrap.sh
@@ -118,7 +118,7 @@ fi
 # will be filled in later, if [ -z "$skipDetection" ]
 lsbDist=''
 
-target="/tmp/docker-rootfs-debootstrap-$suite-$$-$RANDOM"
+target="${TMPDIR:-/tmp}/docker-rootfs-debootstrap-$suite-$$-$RANDOM"
 
 cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
 returnTo="$(pwd -P)"

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list