Arch Linux User Repository
Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
AUR : astrbot-git.git
AUR Package Repositories | click
here
to return to the package base details page
about
summary
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
astrbotctl.functions
Age
Commit message (
Expand
)
Author
2026-05-30
switch astrbot-git to master branch
LIghtJUNction
2026-05-30
update to version 4.25.1.r663.gf48c1143-1
LIghtJUNction
2026-04-29
update to version 4.23.6.r623.g585b8714-2
LIghtJUNction
2026-04-19
sync
LIghtJUNction
2026-04-03
update to version 4.22.2.r530.g2126002b-4
LIghtJUNction
2026-04-02
pkgver: read from /var/lib/astrbot/.version, write version in all install paths
LIghtJUNction
2026-04-02
pkgver: use hardcoded version, no network needed at build time
LIghtJUNction
2026-03-27
fix: add CARGO_TARGET_DIR to redirect maturin/Rust build output
LIghtJUNction
2026-03-27
fix: redirect Rust cargo builds to /var/cache/astrbot
LIghtJUNction
2026-03-25
fix: skip venv rebuild during update — overlay exposes new code directly
LIghtJUNction
2026-03-25
fix: chown overlay upperdir to astrbot before update steps
LIghtJUNction
2026-03-25
fix: hardcode /usr/bin path in runuser heredoc, remove ASTRBOTCTL_FUNCS env var
LIghtJUNction
2026-03-25
fix: hardcoded /usr/local/lib path in ASTRBOTCTL_FUNCS, use /usr/bin
LIghtJUNction
2026-03-25
fix: move venv to instance data dir, simplify service BindPaths only
LIghtJUNction
2026-03-24
fix: move uv cache to instance data dir, bypass ProtectSystem=strict restriction
LIghtJUNction
2026-03-24
fix: move venv to /tmp as well, ReadWritePaths doesn't cover venv path with P...
LIghtJUNction
2026-03-24
fix: use /tmp for uv cache to bypass systemd namespace read-only fs, remove h...
LIghtJUNction
2026-03-24
fix: use uv venv --clear instead of rm -rf to handle read-only systemd namesp...
LIghtJUNction
2026-03-23
fix: use shell variable for dashboard_enable instead of parsing conf file
LIghtJUNction
2026-03-23
fix: fix subshell scope issue in sync_cmd_config dashboard_enable lookup
LIghtJUNction
2026-03-23
fix: sync dashboard.enable to cmd_config.json on startup
LIghtJUNction
2026-03-23
update to version 4.22.0.r254.gbf21f1a4-2
LIghtJUNction
2026-03-23
fix: export SSL variables before envsubst in render_config_from_template
lightjunction
2026-03-23
fix: handle UTF-8 BOM in cmd_config.json
lightjunction
2026-03-23
fix: sync cmd_config.json when resetting instance config
lightjunction
2026-03-23
fix: clone directly from GitHub instead of relying on local mirror
LIghtJUNction
2026-03-23
fix: rename list subcommand to ls
LIghtJUNction
2026-03-23
fix: pass ASTRBOT_DASHBOARD_SSL_* env vars to python process
LIghtJUNction
2026-03-23
feat: add overlayfs snapshot update with automatic rollback
LIghtJUNction
2026-03-23
fix: add dashboard symlink fix and update command improvements
LIghtJUNction
2026-03-23
Fix CLI/run prefixing: pass through subcommands; ensure 'run' used only when ...
LIghtJUNction
2026-03-23
fix: multiple astrbotctl bugs and improve tmpl.conf
LIghtJUNction
2026-03-23
update to version 4.22.0.r205.g2c830039-2
LIghtJUNction
2026-03-22
astrbotctl: add self-heal for missing /opt/astrbot
LIghtJUNction
2026-03-22
fix(ctl): .env path mismatch and missing env vars on exec
LIghtJUNction
2026-03-22
chore: AstrBot@dev (2026-03-22 21:53:07)
LIghtJUNction
2026-03-22
simplify: streamline startup flow
LIghtJUNction
2026-03-22
fix(ctl): resolve all shellcheck errors
LIghtJUNction
2026-03-22
refactor(ctl): extract functions to astrbotctl.functions; fix zsh/bash compat
LIghtJUNction