1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: grokmirror
Section: vcs
Priority: optional
Maintainer: Michael Jeanson <mjeanson@debian.org>
Uploaders:
Kienan Stewart <kienan.stewart@burntworld.ca>,
Adrian Alves <aalves@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-packaging,
python3-requests,
python3-setuptools
Standards-Version: 4.6.2
Homepage: https://git.kernel.org/cgit/utils/grokmirror/grokmirror.git
Vcs-Git: https://salsa.debian.org/debian/grokmirror.git
Vcs-Browser: https://salsa.debian.org/debian/grokmirror
Package: grokmirror
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-packaging
Enhances: git
Description: framework to smartly mirror git repositories
grokmirror mirrors large git repository collections efficiently. It
uses a manifest file published by a master mirror in order to figure
out which repositories to clone and to track which repositories require
updating. The process is extremely lightweight and efficient for both
the master and its mirrors.
|