Skip to content

Commit 409b615

Browse files
committed
Remove submodule initialisation as we now use subtrees
Change-Id: I2d61bb3a2c20d8f75cf35572bfebe76788284ecc Requires: redhat-openstack/openstack-puppet-modules#113
1 parent 35c9d3c commit 409b615

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ def run(self):
4949
pass
5050
print 'Cloning %(repo)s to %(destination)s' % locals()
5151
cmd = ('cd %(basedir)s; git clone %(repo)s %(repodir)s; '
52-
'cd %(repodir)s; git checkout %(branch)s; '
53-
'git submodule update --init' % locals())
52+
'cd %(repodir)s; git checkout %(branch)s; ' % locals())
5453
proc = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE,
5554
stderr=subprocess.PIPE)
5655
out, err = proc.communicate()

0 commit comments

Comments
 (0)