diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-04-25 16:35:28 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-04-25 16:35:28 -0400 |
| commit | 8f209a9ab8dfca02ce5c53f50d87919b7202e3f1 (patch) | |
| tree | 3887a54bc7dd16a8bfca02aac3001c013ca34058 /src/cli/stasis | |
| parent | 0d4b95442be1dcb72855a2384744d0e13cc4ee7d (diff) | |
| download | stasis-8f209a9ab8dfca02ce5c53f50d87919b7202e3f1.tar.gz | |
Set starting TMPDIR to /tmp/stasis
* Easier to remove leftover files, if any
* Now uses setenv() to have better control over external programs
* Removes the hack to initialize TMPDIR early
Diffstat (limited to 'src/cli/stasis')
| -rw-r--r-- | src/cli/stasis/system_requirements.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cli/stasis/system_requirements.c b/src/cli/stasis/system_requirements.c index 0f0aae8..ebfbffc 100644 --- a/src/cli/stasis/system_requirements.c +++ b/src/cli/stasis/system_requirements.c @@ -38,10 +38,6 @@ void check_system_requirements(struct Delivery *ctx) { msg(STASIS_MSG_RESTRICT, "found\n"); } - if (!globals.tmpdir && !ctx->storage.tmpdir) { - delivery_init_tmpdir(ctx); - } - msg(STASIS_MSG_L2, "Docker\n"); if (docker_capable(&ctx->deploy.docker.capabilities)) { struct DockerCapabilities *dcap = &ctx->deploy.docker.capabilities; |
