Fix bug where EGG would only query first page of remote repositories
This commit is contained in:
parent
b28ca9238e
commit
3767fd3eec
1
www/extern/egg/RemoteSource.php
vendored
1
www/extern/egg/RemoteSource.php
vendored
@ -191,6 +191,7 @@ abstract class StandardGitConnection implements IRemoteSource
|
||||
$this->logger->proclog("Found Repo in Remote: " . $jdata['full_name']);
|
||||
|
||||
$result []= $db->getOrCreateRepository($jdata['html_url'], $jdata['full_name'], $this->name);
|
||||
$count++;
|
||||
}
|
||||
|
||||
if ($count === 0) break;
|
||||
|
Loading…
Reference in New Issue
Block a user