dev

Forked from tuleap/dev

Clone or download

Read-only

story #7522: Tuleap generates grokmirror manifest files

In order to control exactly which repositories are included in, and to not have to install grokmirror on the master, Tuleap now generates itself the manifest files for each repositories. Change-Id: I5cf9ec02777ac0981525e1f50531c412d1fcef97

Modified Files

Name
M plugins/git/etc/config.inc.dist +0 −4 Go to diff View file
A plugins/git/include/Git/Mirror/ManifestFileGenerator.class.php +98 −0 Go to diff View file
M plugins/git/include/Git/Mirror/ManifestManager.class.php +5 −29 Go to diff View file
M plugins/git/include/autoload.php +4 −3 Go to diff View file
M plugins/git/include/gitPlugin.class.php +1 −2 Go to diff View file
A plugins/git/tests/Git/Mirror/ManifestFileGeneratorTest.php +184 −0 Go to diff View file
A plugins/git/tests/Git/Mirror/_fixtures/.gitkeep +0 −0 Go to diff View file