diff --git a/bin/cbuildbot.py b/bin/cbuildbot.py index 14e22d1042..a077c115f1 100755 --- a/bin/cbuildbot.py +++ b/bin/cbuildbot.py @@ -69,6 +69,9 @@ def RepoSync(buildroot, rw_checkout=False, retries=_DEFAULT_RETRIES): Warning('CBUILDBOT -- Retries exhausted') raise + # Output manifest + RunCommand(['repo', 'manifest', '-r', '-o', '-'], cwd=buildroot) + # =========================== Command Helpers ================================= def _GetAllGitRepos(buildroot, debug=False):