From: Holger Levsen Date: Sat, 22 Oct 2011 12:09:12 +0000 (+0200) Subject: rtfm right X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=fe7d97bd06ac19046c79b3c43b71b521a6160274;p=profitbricks%2Fjenkins-build-scripts.git rtfm right --- 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