Commit graph

7 commits

Author SHA1 Message Date
f6420e5903 feat: add missing dependencies bootc and skopeo to Debian package
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 6m22s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 7s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 48s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
- Add bootc dependency for container-based OS management
- Add skopeo dependency for container image management
- Align dependencies with rpm-ostree requirements
- Package now includes all required components for atomic system deployment
- Resolves dependency gap identified in packaging issue analysis
2025-09-01 18:23:50 -07:00
3dec23f8f7 Fix YAML linting issues and update system requirements to Debian 13+
- Fix trailing spaces and blank lines in Forgejo workflows
- Update system requirements from Ubuntu Jammy/Bookworm to Debian 13+ (Trixie)
- Update test treefile to use Debian Trixie instead of Ubuntu Jammy
- Update documentation to reflect modern system requirements
- Fix yamllint errors for CI/CD functionality
- Ensure compatibility with modern OSTree and libapt versions
2025-08-18 11:39:58 -07:00
306a68b89a fix: Resolve compilation errors in parallel and cache modules
- Fix parallel execution logic to properly handle JoinHandle<Result<R, E>> types
- Use join_all instead of try_join_all for proper Result handling
- Fix double question mark (??) issue in parallel execution methods
- Clean up unused imports in parallel and cache modules
- Ensure all performance optimization modules compile successfully
- Fix CI build failures caused by compilation errors
2025-08-16 15:10:00 -07:00
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
9660842092 Getting ready to move out of heavy alpha development. Created ci/cd 2025-07-22 04:43:43 +00:00