diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-24 08:56:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-24 08:56:12 -0300 |
commit | 3b6178116977b2a56cb381a23430c2b799acc862 (patch) | |
tree | 65e46008e6795ae6cee3b8e7a5b28581d99511cf | |
parent | 04b21c85f3063654a888d3917cd7ed4689744230 (diff) | |
download | hydra-3b6178116977b2a56cb381a23430c2b799acc862.tar.gz hydra-3b6178116977b2a56cb381a23430c2b799acc862.tar.bz2 |
TODO: syncing: apt-offline and baobaxia
-rw-r--r-- | docs/todo.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/todo.md b/docs/todo.md index 89127d2..d00e4b6 100644 --- a/docs/todo.md +++ b/docs/todo.md @@ -26,6 +26,13 @@ > [perhaps a '--transport=<tn>' or '--vendor=<vn>' option is needed] * [ ] Mount/umount system volume supporting split partitoon scheme (`root`, `var`, `home` etc). +* [ ] Syncing: + * [ ] Syncing packages: a frontend to `apt-offline` that uses `git-annex` + repositories: getting, installing, cleaning. One node can request + packages through an external drive, and another can fetch then. + * [ ] Integration with [Baobáxia](https://baobaxia.mocambos.net)? + Maybe that will already happen if `git-annex` can run directly + on a mucua's repository. * [ ] Provision: * [ ] Fix booting issues detailed [here](tpc.md#booting). * [ ] Upgrade: |