apt-ostree/src
joe 5b604fc3fa
Some checks failed
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
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
..
daemon OCI Integration & Container Image Generation Complete! 🎉 2025-07-19 23:05:39 +00:00
apt_compat.rs Major apt-ostree refactor: Simplified architecture, Debian Trixie compatibility 2025-08-13 13:11:26 -07:00
apt_database.rs OCI Integration & Container Image Generation Complete! 🎉 2025-07-19 23:05:39 +00:00
apt_ostree_integration.rs Major apt-ostree refactor: Simplified architecture, Debian Trixie compatibility 2025-08-13 13:11:26 -07:00
bubblewrap_sandbox.rs Initial commit: apt-ostree project with 100% rpm-ostree CLI compatibility 2025-07-18 08:31:01 +00:00
compose.rs Major apt-ostree refactor: Simplified architecture, Debian Trixie compatibility 2025-08-13 13:11:26 -07:00
daemon_client.rs Build apt-ostree Debian package with libostree 2025.2 compatibility 2025-07-22 05:45:32 +00:00
dependency_resolver.rs Initial commit: apt-ostree project with 100% rpm-ostree CLI compatibility 2025-07-18 08:31:01 +00:00
error.rs Build apt-ostree Debian package with libostree 2025.2 compatibility 2025-07-22 05:45:32 +00:00
filesystem_assembly.rs Initial commit: apt-ostree project with 100% rpm-ostree CLI compatibility 2025-07-18 08:31:01 +00:00
lib.rs Major apt-ostree refactor: Simplified architecture, Debian Trixie compatibility 2025-08-13 13:11:26 -07:00
main.rs Major apt-ostree refactor: Simplified architecture, Debian Trixie compatibility 2025-08-13 13:11:26 -07:00
monitoring.rs Build apt-ostree Debian package with libostree 2025.2 compatibility 2025-07-22 05:45:32 +00:00
oci.rs Build apt-ostree Debian package with libostree 2025.2 compatibility 2025-07-22 05:45:32 +00:00
ostree.rs Build apt-ostree Debian package with libostree 2025.2 compatibility 2025-07-22 05:45:32 +00:00
ostree_commit_manager.rs OCI Integration & Container Image Generation Complete! 🎉 2025-07-19 23:05:39 +00:00
ostree_detection.rs Initial commit: apt-ostree project with 100% rpm-ostree CLI compatibility 2025-07-18 08:31:01 +00:00
package_manager.rs Major apt-ostree refactor: Simplified architecture, Debian Trixie compatibility 2025-08-13 13:11:26 -07:00
performance.rs Build apt-ostree Debian package with libostree 2025.2 compatibility 2025-07-22 05:45:32 +00:00
permissions.rs Initial commit: apt-ostree project with 100% rpm-ostree CLI compatibility 2025-07-18 08:31:01 +00:00
script_execution.rs Initial commit: apt-ostree project with 100% rpm-ostree CLI compatibility 2025-07-18 08:31:01 +00:00
security.rs OCI Integration & Container Image Generation Complete! 🎉 2025-07-19 23:05:39 +00:00
system.rs Major apt-ostree refactor: Simplified architecture, Debian Trixie compatibility 2025-08-13 13:11:26 -07:00
test_support.rs Initial commit: apt-ostree project with 100% rpm-ostree CLI compatibility 2025-07-18 08:31:01 +00:00
tests.rs Build apt-ostree Debian package with libostree 2025.2 compatibility 2025-07-22 05:45:32 +00:00
treefile.rs Build apt-ostree Debian package with libostree 2025.2 compatibility 2025-07-22 05:45:32 +00:00