mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/9805] Setup security repository for developers.
PHPBB3-9805
This commit is contained in:
parent
67fe441f7e
commit
50bdb5da89
1 changed files with 6 additions and 0 deletions
|
@ -84,6 +84,12 @@ else
|
|||
clone_repository($username, $repository, isset($collaborators[$developer]));
|
||||
}
|
||||
|
||||
// Add private security repository for developers
|
||||
if ($username == 'phpbb' && $repository == 'phpbb3' && isset($collaborators[$developer]))
|
||||
{
|
||||
run("git remote add $username-security " . get_repository_url($username, "$repository-security", true));
|
||||
}
|
||||
|
||||
// Skip blessed repository.
|
||||
unset($remotes[$username]);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue