dev

Forked from tuleap/dev

Clone or download

Read-only

Update manifest when gitolite-admin repo is updated

The repository gitolite-admin is included in every manifest file. This ensures that permissions are effective on mirror side. Therefore, everytime a push is done in this repository, all manifest files are updated to reflect the change. Part of story #7522: Tuleap generates grokmirror manifest files Change-Id: I4522fbe64624c58161c0909bb34e15f87ffbb47a

Modified Files

Name
M plugins/git/bin/gl-rename-project.php +4 −2 Go to diff View file
M plugins/git/include/GitActions.class.php +5 −2 Go to diff View file
M plugins/git/include/GitRepository.class.php +6 −2 Go to diff View file
M plugins/git/include/GitRepositoryGitoliteAdmin.class.php +1 −0 Go to diff View file
M plugins/git/include/Git_GitoliteDriver.class.php +10 −0 Go to diff View file
M plugins/git/include/gitPlugin.class.php +4 −1 Go to diff View file
M plugins/git/tests/Git_GitoliteDriverTest.php +13 −1 Go to diff View file
M plugins/git/tests/Git_GitoliteTestCase.class.php +13 −1 Go to diff View file