From fe7d97bd06ac19046c79b3c43b71b521a6160274 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 22 Oct 2011 14:09:12 +0200 Subject: [PATCH] rtfm right --- debian_build.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian_build.py b/debian_build.py index b0958b7..db89a09 100755 --- a/debian_build.py +++ b/debian_build.py @@ -306,8 +306,9 @@ if __name__ == '__main__': exit_error() # now init and update submodules - repo.submodule('init') - repo.submodule('update') + git = repo.git + git.submodule('init') + git.submodule('update') # we need to make sure our jenkins config is used, so let's delete any # other config available in repository that might be prefered -- 2.39.5