mirror of
https://github.com/openclaw/openclaw.ai.git
synced 2026-07-15 12:25:40 -04:00
[PR #17] [MERGED] Add git install support to install-cli and align git messaging #23
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/17
Author: @travisp
Created: 1/27/2026
Status: ✅ Merged
Merged: 1/27/2026
Merged by: @thewilloftheshadow
Base:
main← Head:features/install-cli-git-install📝 Commits (4)
e30f3f2Add git install support to install-cli2e8904eClarify git install source messages7eb895cfix: guard git install directory446dfd2fix: note git install support (#17) (thanks @travisp)📊 Changes
5 files changed (+219 additions, -16 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
public/install-cli.sh(+134 -15)📝
public/install.sh(+5 -1)➕
scripts/docker/install-cli-git-smoke/Dockerfile(+19 -0)➕
scripts/docker/install-cli-git-smoke/run.sh(+60 -0)📄 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.