mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-12 19:50:57 +05:00
- preremove.sh: Stop the systemd service during upgrades (not just remove/purge) so the running process doesn't use stale venv binaries while postinstall replaces them. Only disable + remove venv on full removal. - debian.yml: Fail loudly when release lookup fails during a release event (exit 1), but still skip gracefully for workflow_dispatch manual testing (exit 0). Prevents silently broken .deb publication. - archivebox.rb + build_brew.sh + homebrew.yml: Add post_install that initializes ArchiveBox in var/archivebox with DATA_DIR set, using correct Homebrew system() syntax (no env hash as first arg). https://claude.ai/code/session_01Vx1EsNrNySgsc8Y67dGzCn |
||
|---|---|---|
| .. | ||
| build_brew.sh | ||
| build_deb.sh | ||
| build_docker.sh | ||
| build_docs.sh | ||
| build_git.sh | ||
| build_pip.sh | ||
| build.sh | ||
| docker_entrypoint.sh | ||
| docker_layers.sh | ||
| export_browser_history.sh | ||
| kill_chrome.sh | ||
| lint.sh | ||
| lock_pkgs.sh | ||
| release_brew.sh | ||
| release_deb.sh | ||
| release_docker.sh | ||
| release_docs.sh | ||
| release_git.sh | ||
| release_pip.sh | ||
| release.sh | ||
| setup.sh | ||
| test_plugins.sh | ||
| test.sh | ||