This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Kohsuke Kawaguchi (author)
Sun Feb 01 00:59:05 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Jan 31 22:34:37 -0800 2009 | |
| |
Makefile | ||
| |
README | Sun Feb 01 00:59:05 -0800 2009 | |
| |
debian/ | Sun Feb 01 00:59:05 -0800 2009 | |
| |
transienttmp.c | Sat Jan 31 21:16:39 -0800 2009 |
README
This little tool runs a process with a temporary /tmp mount that goes away as soon as the process exits. This is originally developed to handle builds/tests that clutter /tmp. This tool takes advantages of the per-process mount table available in modern Linux kernels. That is, the process launched through this command will see a different /tmp than the rest of the world sees. Run this like "transienttmp COMMAND..." like "transienttmp ant test" To install, "make install"








