srlp/README.md

33 lines
813 B
Markdown
Raw Normal View History

2021-10-11 15:35:04 +02:00
# Minimal System Repository
2021-10-12 21:36:53 +02:00
2021-10-12 23:57:01 +02:00
A tool to handle local/remote msys/mingw repositories.
2021-10-12 21:45:06 +02:00
2021-10-12 23:57:01 +02:00
## Features
2021-10-12 21:36:53 +02:00
2021-10-13 00:07:25 +02:00
* [ ] display information
* [ ] synchronize data
2021-10-13 10:24:06 +02:00
* [ ] fetch remote catalogs
* [ ] download packages
* [ ] single threading
* [ ] multi threading
* [ ] generate signatures from catalogs
2021-10-12 23:57:01 +02:00
* [ ] check integrity
2021-10-13 10:24:06 +02:00
* [ ] catalogs
* [ ] packages
* [x] single threading
* [ ] multi threading
2021-10-14 00:47:07 +02:00
* [ ] progress bars
2021-10-12 23:34:13 +02:00
* [ ] build archive
2021-10-14 00:47:07 +02:00
* [ ] get base file system
* [ ] extract from distribution
* [ ] bootstrap mintty, msys, pacman
2021-10-13 10:24:06 +02:00
* [ ] apply configuration
* [ ] archive directory
2021-10-14 00:47:07 +02:00
* [ ] build dependency graph
* [ ] generate graphviz diagram
* [ ] render final image
2021-10-12 23:34:13 +02:00
2021-10-14 00:47:07 +02:00
## Info
2021-10-12 21:36:53 +02:00
2021-10-14 00:47:07 +02:00
* pacman needs .db catalog, but .files seems optional