Msys Repository Mirror Profile
Find a file
2024-02-19 21:59:40 +01:00
.gitignore gitignore 2023-01-28 21:19:16 +01:00
__init__.py init 2023-01-28 21:19:16 +01:00
__main__.py iterate architecture subsystems 2023-01-28 21:19:16 +01:00
architecture.py iterate architecture subsystems 2023-01-28 21:19:16 +01:00
arguments.py remote 2023-01-28 21:19:16 +01:00
catalog.py catalog 2023-01-28 21:19:16 +01:00
distribution.py path 2023-01-28 21:19:16 +01:00
file.py file 2023-01-28 21:19:16 +01:00
hypertext.py charset 2023-01-28 21:19:16 +01:00
license.md fix license 2024-02-19 21:59:40 +01:00
local.py catalog 2023-01-28 21:19:16 +01:00
package.py check 2023-01-28 21:19:16 +01:00
README.md readme 2023-01-28 21:19:16 +01:00
remote.py remote 2023-01-28 21:19:16 +01:00
repository.py iterate repository architectures 2023-01-28 21:19:16 +01:00
subsystem.py path 2023-01-28 21:19:16 +01:00
synchronization.py iterate architecture subsystems 2023-01-28 21:19:16 +01:00

Minimal System Repository

A tool to handle local/remote msys/mingw repositories.

Features

  • display information
  • synchronize data
    • fetch remote catalogs
    • download packages
      • single threading
      • multi threading
    • generate signatures from catalogs
  • check integrity
    • catalogs
    • packages
      • single threading
      • multi threading
      • progress bars
  • build archive
    • get base file system
      • extract from distribution
      • bootstrap mintty, msys, pacman
    • apply configuration
    • archive directory
  • build dependency graph
    • generate graphviz diagram
    • render final image

Info

  • pacman needs .db catalog, but .files seems optional