apt-ostree/.notes
2025-07-18 23:47:06 +00:00
..
inspiration Initial commit: apt-ostree project with 100% rpm-ostree CLI compatibility 2025-07-18 08:31:01 +00:00
research Fix branch name conversion bug with regex-based solution 2025-07-18 20:25:07 +00:00
rpm-ostree docs: Add comprehensive documentation and update planning 2025-07-18 23:38:57 +00:00
tests Initial commit: apt-ostree project with 100% rpm-ostree CLI compatibility 2025-07-18 08:31:01 +00:00
.gitignore Initial commit: apt-ostree project with 100% rpm-ostree CLI compatibility 2025-07-18 08:31:01 +00:00
critical_integration_implementation.md Initial commit: apt-ostree project with 100% rpm-ostree CLI compatibility 2025-07-18 08:31:01 +00:00
phase5_completion_summary.md Initial commit: apt-ostree project with 100% rpm-ostree CLI compatibility 2025-07-18 08:31:01 +00:00
plan.md docs: Add comprehensive documentation and update planning 2025-07-18 23:30:55 +00:00
readme.md OCI framework added. setup-ostree-test-env.sh added. Basic docs setup-ostree-test-env.md added. time to yolo 2025-07-18 23:47:06 +00:00
rpm-ostree-cli-analysis.md Initial commit: apt-ostree project with 100% rpm-ostree CLI compatibility 2025-07-18 08:31:01 +00:00
todo.md OCI framework added. setup-ostree-test-env.sh added. Basic docs setup-ostree-test-env.md added. time to yolo 2025-07-18 23:47:06 +00:00

I want to fork, rebase or whatever the correct term is, the project rpm-ostree to create a new project apt-ostree.

I want to swap out libdnf with libapt-pkg

The the new project is name apt-ostree, for Debian and Ubuntu based systems.

We need to replace libdnf and any and all dnf, and rpm packaging things with apt and deb packaging.

I want the app to be essentially the same. Identical User experience and everything.

But any and all Fedora, RHEL, etc. stuff needs to be swapped out too.

The .notes dir will be deleted at the end of basic development.