Skip to content

Commit

Permalink
Updated compiling program to put install scripts into install_cloud_t…
Browse files Browse the repository at this point in the history
…ools directory
  • Loading branch information
mcianfrocco committed Apr 27, 2017
1 parent ca707fd commit f2eb3c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions compile_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,12 @@
subprocess.Popen(cmd,shell=True).wait()
os.remove('qsub_aws.spec')

if os.path.exists('install_cloud_tools'):
os.remove('install_cloud_tools')
cmd='pyinstaller install_cloud_tools.py --onefile'
subprocess.Popen(cmd,shell=True).wait()
os.remove('install_cloud_tools.spec')

if outdirname == 'aws_build_linux':
cmd='mv dist/install_cloud_tools install_cloud_tools_Linux'
cmd='mv dist/install_cloud_tools install_cloud_tools/install_cloud_tools_Linux'
subprocess.Popen(cmd,shell=True).wait()

shutil.rmtree('dist')
Expand Down

0 comments on commit f2eb3c8

Please sign in to comment.