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