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
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)
This commit is contained in:
parent
b913406438
commit
a23b4e53fd
69 changed files with 24120 additions and 8 deletions
|
|
@ -376,6 +376,9 @@ add_scriptlet "10-rpm-ostree-compat.sh" "rpm-ostree Compatibility Layer"
|
|||
update_progress "Adding: OSTree Atomic Package Management" 62
|
||||
add_scriptlet "15-ostree-atomic.sh" "OSTree Atomic Package Management"
|
||||
|
||||
update_progress "Adding: Daemon Integration" 65
|
||||
add_scriptlet "20-daemon-integration.sh" "Daemon Integration (apt-ostree.py)"
|
||||
|
||||
update_progress "Adding: Direct dpkg Installation" 67
|
||||
add_scriptlet "24-dpkg-direct-install.sh" "Direct dpkg Installation (Performance Optimization)"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue