joe
4ef6d92f6f
Fix debian/control syntax error - remove stray comma
...
- Remove stray comma on line 31 that was causing dpkg-buildpackage to fail
- Fixes 'Parse error in debian/control, line 31, read: ,' error
- Control file now has proper syntax for Debian package building
- Should resolve CI build failure at Debian package creation step
2025-08-13 22:37:41 -07:00
joe
527352ce69
Implement bubblewrap integration for apt-ostree
...
- Add BubblewrapContainer for secure package operations in staging deployments
- Implement ContainerMutability levels (Immutable, RoFiles, MutateFreely)
- Integrate bubblewrap with apt commands (install, remove, upgrade, update)
- Use bubblewrap instead of chroot for better security (following rpm-ostree pattern)
- Add bubblewrap dependency to debian/control
- Update ostree_integration.rs with actual package operation capabilities
2025-08-13 14:09:45 -07:00
joe
c5d8f5ca01
Major apt-ostree refactor: Simplified architecture, Debian Trixie compatibility
...
- ✅ Successfully compiled with apt-pkg-native for Debian Trixie compatibility
- ✅ Replaced rust-apt with apt-pkg-native to resolve C++ standard issues
- ✅ Simplified project structure: removed unused binaries, focused on core functionality
- ✅ Basic commands working: help, list, search, info
- ✅ Created apt_compat.rs compatibility layer
- ✅ Updated debian packaging for libapt-pkg7.0 compatibility
- ✅ Removed complex dependencies and simplified main.rs
- 🎯 Next: Implement core package management commands (install, remove, upgrade)
- 🎯 Architecture: Ready for atomic package management with OSTree integration
2025-08-13 13:11:26 -07:00