Commit graph

9 commits

Author SHA1 Message Date
Joe Particle
4f00e140a3 feat: add changelog, docs, and update various scripts for modular CLI milestone
Some checks failed
Compile apt-layer (v2) / compile (push) Failing after 3h13m50s
2025-07-17 09:22:29 +00:00
Joe Particle
83faa356a1 fix: Resolve unbound variable issue in apt-layer.sh status command
Some checks failed
Compile apt-layer (v2) / compile (push) Failing after 3h12m36s
- Add default variable initialization to prevent unbound variable errors
- Make path configuration loading optional with fallback values
- Fix associative array syntax and enhance error handling
- Status command now works correctly showing system directories and files
- Update TODO and changelog with completion status
- Ready for full integration testing with daemon
2025-07-16 16:49:15 +00:00
a23b4e53fd feat: Integrate apt-layer.sh with apt-ostree.py daemon via D-Bus
Some checks failed
Compile apt-layer (v2) / compile (push) Has been cancelled
- Added 20-daemon-integration.sh scriptlet for D-Bus and daemon lifecycle management
- Updated 99-main.sh with new daemon subcommands (start, stop, status, install, uninstall, test, layer, deploy, upgrade, rollback)
- Enhanced help and usage text for daemon integration
- Fixed bash syntax errors in daemon integration scriptlet
- Updated compile.sh to include daemon integration in build process
- Updated .gitignore to exclude src/rpm-ostree/ reference source
- Updated CHANGELOG.md and TODO.md to document daemon integration milestone
- Removed src/rpm-ostree/ from git tracking (reference only, not committed)
2025-07-15 17:08:15 -07:00
6cd1be1ba1 ComposeFS package integration: Debian/Fedora package support and distribution-specific installation commands
Some checks failed
Compile apt-layer (v2) / compile (push) Has been cancelled
2025-07-15 11:18:41 -07:00
29b9675689 fixed paths, created ci/cd workflow
Some checks failed
Compile apt-layer / compile (push) Failing after 2s
2025-07-14 14:22:06 -07:00
5ac26d0800 Cleanup and archived things not in scope 2025-07-14 01:48:14 -07:00
eb473b1f37 Big updates 2025-07-14 01:09:07 -07:00
d160a1a4e5 Fix Unicode character issues in apt-layer scriptlets and recompile with clean source 2025-07-12 12:54:28 -07:00
74c7bede5f Initial commit: Particle-OS tools repository
- Complete Particle-OS rebranding from uBlue-OS
- Professional installation system with standardized paths
- Self-initialization system with --init and --reset commands
- Enhanced error messages and dependency checking
- Comprehensive testing infrastructure
- All source scriptlets updated with runtime improvements
- Clean codebase with redundant files moved to archive
- Complete documentation suite
2025-07-11 21:14:33 -07:00