From: Holger Levsen Date: Sat, 22 Oct 2011 12:27:46 +0000 (+0200) Subject: git-buildpackage would need to do this, and does, in the version in wheezy... X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=444307cbc423f9a7779f69ed4f8c6989568fb6b6;p=profitbricks%2Fjenkins-build-scripts.git git-buildpackage would need to do this, and does, in the version in wheezy... --- 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')