From 444307cbc423f9a7779f69ed4f8c6989568fb6b6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 22 Oct 2011 14:27:46 +0200 Subject: [PATCH] git-buildpackage would need to do this, and does, in the version in wheezy... --- debian_build.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/debian_build.py b/debian_build.py index db89a09..bd38c89 100755 --- a/debian_build.py +++ b/debian_build.py @@ -305,11 +305,6 @@ if __name__ == '__main__': logger_loud_error('git checkout %s was not successfull' % GIT_UPSTREAM_BRANCH) exit_error() - # now init and update submodules - 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 cleanup_files = ('.gbp.conf', 'debian/gbp.conf', '.git/gbp.conf') -- 2.39.5