1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: grokmirror
Section: vcs
Priority: optional
Maintainer: Adrian Alves <aalves@gmail.com>
Uploaders: Robert Edmonds <edmonds@debian.org>
Build-Depends: debhelper (>= 9), python, python-setuptools
Standards-Version: 3.9.8
Homepage: https://git.kernel.org/cgit/utils/grokmirror/grokmirror.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/grokmirror.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/grokmirror.git
X-Python-Version: 2.7
Package: grokmirror
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python, python-anyjson, python-git, python-pkg-resources
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.
|