From b2dd708a1acae31c8d906e25e0d4ed98060d7267 Mon Sep 17 00:00:00 2001 From: Adrian Quintana Date: Wed, 24 Oct 2018 18:23:44 +0100 Subject: [PATCH] comments --- utilities/install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utilities/install.py b/utilities/install.py index 1a3538e9..3169022e 100644 --- a/utilities/install.py +++ b/utilities/install.py @@ -56,9 +56,9 @@ def main(argv): subprocess.call(['npm', 'install'], cwd='./org.geppetto.frontend.jupyter/js') subprocess.call(['npm', 'run', 'build-dev'], cwd='./org.geppetto.frontend.jupyter/js') -#subprocess.call(['git', 'submodule', 'update', '--init'], cwd='./') +# We can't clone org.geppetto.frontend as a regular submodule because Travis doesn't have .gitmodules in the zip +# subprocess.call(['git', 'submodule', 'update', '--init'], cwd='./') clone('https://github.com/openworm/org.geppetto.frontend.git','geppetto','development','netpyne_ui/', False, 'geppetto') -# checkout('geppetto', 'development','org.geppetto.frontend.jupyter/src/jupyter_geppetto/') clone('https://github.com/MetaCell/geppetto-netpyne.git','geppetto-netpyne','development','netpyne_ui/geppetto/src/main/webapp/extensions/') print("Enabling Geppetto NetPyNE Extension ...")