mirror of
https://github.com/openclaw/openclaw.ai.git
synced 2026-07-15 12:25:40 -04:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/openclaw/openclaw.ai/pull/41
Author: @travisp
Created: 2/1/2026
Status: ✅ Merged
Merged: 2/13/2026
Merged by: @steipete
Base:
main← Head:features/install-cli-git-install📝 Commits (7)
e30f3f2Add git install support to install-cli2e8904eClarify git install source messages7eb895cfix: guard git install directory446dfd2fix: note git install support (#17) (thanks @travisp)c07d2c3Merge branch 'main' into features/install-cli-git-install7fc8e06Update the smoke scripte7ba7bcfix: harden install-cli git mode + smoke coverage (#41) (thanks @travisp)📊 Changes
4 files changed (+168 additions, -38 deletions)
View changed files
📝
CHANGELOG.md(+1 -1)📝
public/install-cli.sh(+139 -12)📝
scripts/docker/install-cli-git-smoke/Dockerfile(+5 -5)📝
scripts/docker/install-cli-git-smoke/run.sh(+23 -20)📄 Description
This was previously merged (https://github.com/openclaw/openclaw.ai/pull/17) but the changes got clobbered in a different merge
Previous description:
Summary
install-cli.sh(flags/envs matchinstall.sh)--git-dirpoints to a repoTesting
docker build -t clawdbot-install-cli-git-smoke -f scripts/docker/install-cli-git-smoke/ Dockerfile .docker run --rm -t -e CLAWDBOT_GIT_REF=v2026.1.24 clawdbot-install-cli-git-smokescripts/e2e/install-cli-docker.shNote: this was supported with gpt-5.2-codex, but I understand the code, ran the docker smoke test, and then tested an install on a vm
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.