Bruno Kleinert wrote: > I'm often working with big .orig.tar.gz (Up to 700MB) files. When I > want to pristin-tar checkout these tarballs I often run into ENOSPC on > my /tmp partitions. Even if they're 2GB of size, which I already > consider quite huge for /tmp. > > It would be great to have something like --tmpdir=~/myfootmp. This > problem might affect other maintainers in the Debian Games Team, too ;)
pristine-tar uses standard File::Temp for temp space creation, which honors the standard TMPDIR environment variable. -- see shy jo
signature.asc
Description: Digital signature

