From e48ede287ecf61cc4c70f927fce53e9106882c25 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sat, 9 May 2026 08:49:31 -0400 Subject: [PATCH] [DATALAD RUNCMD] Upgrade entire to 0.6.1 === Do not change lines below === { "chain": [], "cmd": "git-sedi 0.5.3 0.6.1", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ --- SPEC.md | 2 +- images/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SPEC.md b/SPEC.md index 83f2104..a31ea27 100644 --- a/SPEC.md +++ b/SPEC.md @@ -310,7 +310,7 @@ nano, ncdu, parallel, procps, shellcheck, sudo, tini, tree, unzip, vim, zsh | `datalad` | `uv tool install --with datalad-container --with datalad-next datalad` | | `jj` | Musl binary from GitHub release + zsh completion | | `deno` | Deno JS/TS runtime via install script + zsh/bash PATH setup | -| `entire` | Entire CLI via temporary Go toolchain install (`entireio/cli` v0.5.3) | +| `entire` | Entire CLI via temporary Go toolchain install (`entireio/cli` v0.6.1) | | `apptainer` | Apptainer `.deb` from upstream GitHub release (amd64 only; bookworm/trixie auto-detected) | ### Container Environment diff --git a/images/Dockerfile b/images/Dockerfile index cd35a08..a7ef605 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -212,7 +212,7 @@ RUN if [ "$EXTRA_ENTIRE" = "1" ]; then \ mkdir -p /tmp/goroot && \ tar -xzf /tmp/go.tar.gz -C /tmp/goroot --strip-components=1 && \ GOROOT=/tmp/goroot GOPATH=/tmp/gopath PATH="/tmp/goroot/bin:$PATH" \ - go install github.com/entireio/cli/cmd/entire@v0.5.3 && \ + go install github.com/entireio/cli/cmd/entire@v0.6.1 && \ mkdir -p ~/.local/bin && \ mv /tmp/gopath/bin/entire ~/.local/bin/entire && \ chmod -R u+w /tmp/gopath && \