mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-12 19:50:57 +05:00
- Fix debian.yml: pin nfpm version, add permissions, improve test job with user creation, init test, and status check - Fix homebrew.yml: use PyPI JSON API (macOS-compatible, no grep -oP), wait for PyPI availability on release, use generated formula not template, add Linux (Linuxbrew) test job alongside macOS - Add release.yml orchestrator: pip → deb + brew + docker in order - Add workflow_call triggers to pip.yml and docker.yml - Fix build_brew.sh: replace grep -oP with Python-based PyPI API, add on_linux deps (pkg-config, openssl, libffi) - Fix setup.sh: use GitHub API to find correct .deb download URL (filename includes version number) - Fix postinstall.sh: create archivebox system user, pin version from package, check for systemd before daemon-reload - Fix preremove.sh: stop service before removal, check for systemd - Fix install.sh: fallback to latest if pinned version not on PyPI - Add on_linux deps to brew formula for Linuxbrew support - Tested: .deb builds, installs, creates user, runs archivebox init 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 | ||