Skip to content

Commit b2dd708

Browse files
committed
comments
1 parent bb7c1a7 commit b2dd708

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utilities/install.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ def main(argv):
5656
subprocess.call(['npm', 'install'], cwd='./org.geppetto.frontend.jupyter/js')
5757
subprocess.call(['npm', 'run', 'build-dev'], cwd='./org.geppetto.frontend.jupyter/js')
5858

59-
#subprocess.call(['git', 'submodule', 'update', '--init'], cwd='./')
59+
# We can't clone org.geppetto.frontend as a regular submodule because Travis doesn't have .gitmodules in the zip
60+
# subprocess.call(['git', 'submodule', 'update', '--init'], cwd='./')
6061
clone('https://github.com/openworm/org.geppetto.frontend.git','geppetto','development','netpyne_ui/', False, 'geppetto')
61-
# checkout('geppetto', 'development','org.geppetto.frontend.jupyter/src/jupyter_geppetto/')
6262
clone('https://github.com/MetaCell/geppetto-netpyne.git','geppetto-netpyne','development','netpyne_ui/geppetto/src/main/webapp/extensions/')
6363

6464
print("Enabling Geppetto NetPyNE Extension ...")

0 commit comments

Comments
 (0)