joe
8ed94def1b
Implement bubblewrap integration for apt-ostree
...
Build apt-ostree Package / Build apt-ostree Package (push) Failing after 3m42s
Test apt-ostree Build / Test apt-ostree Build (with existing libostree) (push) Failing after 5m0s
- 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
5b604fc3fa
Major apt-ostree refactor: Simplified architecture, Debian Trixie compatibility
...
Build apt-ostree Package / Build apt-ostree Package (push) Failing after 3m15s
Test apt-ostree Build / Test apt-ostree Build (with existing libostree) (push) Has been cancelled
- ✅ 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
badb550c1c
Build apt-ostree Debian package with libostree 2025.2 compatibility
...
Build apt-ostree Package / Build apt-ostree Package (push) Failing after 3m10s
Test apt-ostree Build / Test apt-ostree Build (with existing libostree) (push) Failing after 2m56s
- Fix compilation errors in src/main.rs and resolve import conflicts
- Add debian/compat file and ensure debian/rules is executable
- Downgrade Cargo.lock to version 3 for compatibility with system cargo
- Create working apt-ostree binary with basic CLI functionality
- Build apt-ostree_0.1.0-1_amd64.deb package (1.1MB)
- Package installs successfully and binary works correctly
- Ensure libostree-1-1 (>= 2025.2) dependency for bootc compatibility
- Test package installation and basic commands (status, version)
2025-07-22 05:45:32 +00:00
75f5d2fc05
Getting ready to move out of heavy alpha development. Created ci/cd
Build apt-ostree Package / Build apt-ostree Package (push) Failing after 2m12s
Test apt-ostree Build / Test apt-ostree Build (with existing libostree) (push) Failing after 2m36s
2025-07-22 04:43:43 +00:00