package-manager (0.9.1-1) unstable; urgency=medium * * Refactored installer: new `venv-create.sh`, cleaner root/user setup flow, updated README with architecture map. * Split virgin tests into root/user workflows; stabilized Nix installer across distros; improved test scripts with dynamic distro selection and isolated Nix stores. * Fixed repository directory resolution; improved `pkgmgr path` and `pkgmgr shell`; added full unit/E2E coverage. * Removed deprecated files and updated `.gitignore`. -- Kevin Veen-Birkenbach Wed, 10 Dec 2025 22:56:01 +0100 package-manager (0.9.0-1) unstable; urgency=medium * Introduce a virgin Arch-based Nix flake E2E workflow that validates pkgmgr’s full flake installation path using shared caches for faster and reproducible CI runs. -- Kevin Veen-Birkenbach Wed, 10 Dec 2025 18:38:07 +0100 package-manager (0.8.0-1) unstable; urgency=medium * **v0.7.15 — Installer & Command Resolution Improvements** * Introduced a unified **layer-based installer pipeline** with clear precedence (OS-packages, Nix, Python, Makefile). * Reworked installer structure and improved Python/Nix/Makefile installers, including isolated Python venvs and refined flake-output handling. * Fully rewrote **command resolution** with stronger typing, safer fallbacks, and explicit support for `command: null` to mark library-only repositories. * Added extensive **unit and integration tests** for installer capability ordering, command resolution, and Nix/Python installer behavior. * Expanded documentation with capability hierarchy diagrams and scenario matrices. * Removed deprecated repository entries and obsolete configuration files. -- Kevin Veen-Birkenbach Wed, 10 Dec 2025 17:31:57 +0100 package-manager (0.7.14-1) unstable; urgency=medium * Fixed the clone-all integration test so that `SystemExit(0)` from the proxy is treated as a successful command instead of a failure. -- Kevin Veen-Birkenbach Wed, 10 Dec 2025 10:38:33 +0100 package-manager (0.7.13-1) unstable; urgency=medium * Automated release. -- Kevin Veen-Birkenbach Wed, 10 Dec 2025 10:27:24 +0100 package-manager (0.7.12-1) unstable; urgency=medium * Fixed self refering alias during setup -- Kevin Veen-Birkenbach Tue, 09 Dec 2025 23:36:35 +0100 package-manager (0.7.11-1) unstable; urgency=medium * test: fix installer unit tests for OS packages and Nix dev shell -- Kevin Veen-Birkenbach Tue, 09 Dec 2025 23:16:46 +0100 package-manager (0.7.10-1) unstable; urgency=medium * Fixed test_install_pkgmgr_shallow.py -- Kevin Veen-Birkenbach Tue, 09 Dec 2025 22:57:08 +0100 package-manager (0.7.9-1) unstable; urgency=medium * 'main' and 'master' are now both accepted as branches for branch close merge -- Kevin Veen-Birkenbach Tue, 09 Dec 2025 21:19:13 +0100 package-manager (0.7.8-1) unstable; urgency=medium * Missing pyproject.toml doesn't lead to an error during release -- Kevin Veen-Birkenbach Tue, 09 Dec 2025 21:03:24 +0100 package-manager (0.7.7-1) unstable; urgency=medium * Added TEST_PATTERN parameter to execute dedicated tests -- Kevin Veen-Birkenbach Tue, 09 Dec 2025 17:54:38 +0100 package-manager (0.7.6-1) unstable; urgency=medium * Fixed pull --preview bug in e2e test -- Kevin Veen-Birkenbach Tue, 09 Dec 2025 17:14:19 +0100 package-manager (0.7.5-1) unstable; urgency=medium * Fixed wrong directory permissions for nix -- Kevin Veen-Birkenbach Tue, 09 Dec 2025 16:45:42 +0100 package-manager (0.7.4-1) unstable; urgency=medium * Fixed missing build in test workflow -> Tests pass now -- Kevin Veen-Birkenbach Tue, 09 Dec 2025 16:22:00 +0100 package-manager (0.7.3-1) unstable; urgency=medium * Fixed bug: Ignored packages are now ignored -- Kevin Veen-Birkenbach Tue, 09 Dec 2025 16:08:31 +0100 package-manager (0.7.2-1) unstable; urgency=medium * Implemented Changelog Support for Fedora and Debian -- Kevin Veen-Birkenbach Tue, 09 Dec 2025 15:48:58 +0100 package-manager (0.7.1-1) unstable; urgency=medium * Fix floating 'latest' tag logic: dereference annotated target (vX.Y.Z^{}), add tag message to avoid Git errors, ensure best-effort update without blocking releases, and update unit tests (see ChatGPT conversation: https://chatgpt.com/share/69383024-efa4-800f-a875-129b81fa40ff). -- Kevin Veen-Birkenbach Tue, 09 Dec 2025 15:26:54 +0100 package-manager (0.7.0-1) unstable; urgency=medium * Add Git helpers for branch sync and floating 'latest' tag in the release workflow, ensure main/master are updated from origin before tagging, and extend unit/e2e tests including 'pkgmgr release --help' coverage (see ChatGPT conversation: https://chatgpt.com/share/69383024-efa4-800f-a875-129b81fa40ff) -- Kevin Veen-Birkenbach Tue, 09 Dec 2025 15:21:03 +0100 package-manager (0.6.0-1) unstable; urgency=medium * Expose DISTROS and BASE_IMAGE_* variables as exported Makefile environment variables so all build and test commands can consume them dynamically. By exporting these values, every Make target (e.g., build, build-no-cache, build-missing, test-container, test-unit, test-e2e) and every delegated script in scripts/build/ and scripts/test/ now receives a consistent view of the supported distributions and their base container images. This change removes duplicated definitions across scripts, ensures reproducible builds, and allows build tooling to react automatically when new distros or base images are added to the Makefile. -- Kevin Veen-Birkenbach Tue, 09 Dec 2025 05:59:58 +0100 package-manager (0.5.1-1) unstable; urgency=medium * Refine pkgmgr release CLI close wiring and integration tests for --close flag (ChatGPT: https://chatgpt.com/share/69376b4e-8440-800f-9d06-535ec1d7a40e) -- Kevin Veen-Birkenbach Tue, 09 Dec 2025 01:21:31 +0100 package-manager (0.5.0-1) unstable; urgency=medium * Add pkgmgr branch close subcommand, extend CLI parser wiring, and add unit tests for branch handling and version version-selection logic (see ChatGPT conversation: https://chatgpt.com/share/693762a3-9ea8-800f-a640-bc78170953d1) -- Kevin Veen-Birkenbach Tue, 09 Dec 2025 00:44:16 +0100 package-manager (0.4.3-1) unstable; urgency=medium * Implement current-directory repository selection for release and proxy commands, unify selection semantics across CLI layers, extend release workflow with --close, integrate branch closing logic, fix wiring for get_repo_identifier/get_repo_dir, update packaging files (PKGBUILD, spec, flake.nix, pyproject), and add comprehensive unit/e2e tests for release and branch commands (see ChatGPT conversation: https://chatgpt.com/share/69375cfe-9e00-800f-bd65-1bd5937e1696) -- Kevin Veen-Birkenbach Tue, 09 Dec 2025 00:29:08 +0100 package-manager (0.4.2-1) unstable; urgency=medium * Wire pkgmgr release CLI to new helper and add unit tests (see ChatGPT conversation: https://chatgpt.com/share/69374f09-c760-800f-92e4-5b44a4510b62) -- Kevin Veen-Birkenbach Tue, 09 Dec 2025 00:03:46 +0100 package-manager (0.4.1-1) unstable; urgency=medium * Add branch close subcommand and integrate release close/editor flow (ChatGPT: https://chatgpt.com/share/69374f09-c760-800f-92e4-5b44a4510b62) -- Kevin Veen-Birkenbach Mon, 08 Dec 2025 23:20:28 +0100 package-manager (0.4.0-1) unstable; urgency=medium * Add branch closing helper and --close flag to release command, including CLI wiring and tests (see https://chatgpt.com/share/69374aec-74ec-800f-bde3-5d91dfdb9b91) -- Kevin Veen-Birkenbach Mon, 08 Dec 2025 23:02:43 +0100 package-manager (0.3.0-1) unstable; urgency=medium * Massive refactor and feature expansion: - Complete rewrite of config loading system (layered defaults + user config) - New selection engine (--string, --category, --tag) - Overhauled list output (colored statuses, alias highlight) - New config update logic + default YAML sync - Improved proxy command handling - Full CLI routing refactor - Expanded E2E tests for list, proxy, and selection logic Konversation: https://chatgpt.com/share/693745c3-b8d8-800f-aa29-c8481a2ffae1 -- Kevin Veen-Birkenbach Mon, 08 Dec 2025 22:40:49 +0100 package-manager (0.2.0-1) unstable; urgency=medium * Add preview-first release workflow and extended packaging support (see ChatGPT conversation: https://chatgpt.com/share/693722b4-af9c-800f-bccc-8a4036e99630) -- Kevin Veen-Birkenbach Mon, 08 Dec 2025 20:31:19 +0100 package-manager (0.1.0-1) unstable; urgency=medium * Updated to correct version -- Kevin Veen-Birkenbach Mon, 08 Dec 2025 20:24:49 +0100 package-manager (0.1.0-1) unstable; urgency=medium * Implement unified release helper with preview mode, multi-packaging version bumps, and new integration/unit tests (see ChatGPT conversation 2025-12-08: https://chatgpt.com/share/693722b4-af9c-800f-bccc-8a4036e99630) -- Kevin Veen-Birkenbach Mon, 08 Dec 2025 20:15:13 +0100 package-manager (0.1.1-1) unstable; urgency=medium * Initial release. -- Kevin Veen-Birkenbach Sat, 06 Dec 2025 16:30:00 +0100