@@ -69,19 +69,11 @@ def main(argv):
6969# We can't clone org.geppetto.frontend as a regular submodule because Travis doesn't have .gitmodules in the zip
7070# subprocess.call(['git', 'submodule', 'update', '--init'], cwd='./')
7171clone_repo (project = 'openworm' ,
72- repo_name = 'org. geppetto.frontend ' ,
73- folder = 'geppetto' ,
74- default_branch = 'feature/127 ' ,
75- cwdp = 'netpyne_ui /' ,
72+ repo_name = 'geppetto-client ' ,
73+ folder = 'geppetto-client ' ,
74+ default_branch = 'feature/178 ' ,
75+ cwdp = 'webapp /' ,
7676 recursive = False ,
77- destination_folder = 'geppetto'
78- )
79-
80- clone_repo (project = 'MetaCell' ,
81- repo_name = 'geppetto-netpyne' ,
82- folder = 'geppetto-netpyne' ,
83- default_branch = 'development' ,
84- cwdp = 'netpyne_ui/geppetto/src/main/webapp/extensions/'
8577)
8678
8779branch = None
@@ -106,15 +98,12 @@ def main(argv):
10698 subprocess .call (['npm' , 'install' ], cwd = './org.geppetto.frontend.jupyter/js' , stdout = stdout )
10799subprocess .call (['npm' , 'run' , 'build-dev' ], cwd = './org.geppetto.frontend.jupyter/js' )
108100
109- print ("Enabling Geppetto NetPyNE Extension ..." )
110- geppetto_configuration = os .path .join (os .path .dirname (__file__ ), './utilities/GeppettoConfiguration.copyme.json' )
111- copyfile (geppetto_configuration , './netpyne_ui/geppetto/src/main/webapp/GeppettoConfiguration.json' )
112101
113102# Installing and building
114103print ("NPM Install and build for Geppetto Frontend ..." )
115104with open ('npm_frontend_log' , 'a' ) as stdout :
116- subprocess .call (['npm' , 'install' ], cwd = './netpyne_ui/geppetto/src/main/ webapp/' , stdout = stdout )
117- subprocess .call (['npm' , 'run' , 'build-dev-noTest' ], cwd = './netpyne_ui/geppetto/src/main/ webapp/' )
105+ subprocess .call (['npm' , 'install' ], cwd = 'webapp/' , stdout = stdout )
106+ subprocess .call (['npm' , 'run' , 'build-dev-noTest' ], cwd = 'webapp/' )
118107
119108print ("Installing jupyter_geppetto python package ..." )
120109subprocess .call (['python3' , '-m' , 'pip' , 'install' , '-e' , '.' ], cwd = './org.geppetto.frontend.jupyter' )
0 commit comments