commit:     001f737e5d8cbc62272415580e34b53cee6d81b5
Author:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Tue May 18 08:55:41 2021 +0000
Commit:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Tue May 18 08:55:41 2021 +0000
URL:        
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=001f737e

Make git use the latest revision

Signed-off-by: Magnus Granberg <zorry <AT> gentoo.org>

 buildbot_gentoo_ci/steps/builders.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/buildbot_gentoo_ci/steps/builders.py 
b/buildbot_gentoo_ci/steps/builders.py
index 3a5de47..0bed647 100644
--- a/buildbot_gentoo_ci/steps/builders.py
+++ b/buildbot_gentoo_ci/steps/builders.py
@@ -327,8 +327,9 @@ class UpdateRepos(BuildStep):
             repository_path = yield os.path.join(portage_repos_path, 
repository_data['name'])
             yield self.build.addStepsAfterCurrentStep([
             steps.Git(repourl=repository_data['url'],
-                            mode='incremental',
+                            mode='full',
                             submodules=True,
+                            alwaysUseLatest=True,
                             workdir=os.path.join(repository_path, ''))
             ])
         return SUCCESS

Reply via email to