Skip to content

Commit

Permalink
Zip file created and repo script edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael A. Cianfrocco committed Apr 27, 2017
1 parent f42a354 commit 43f7c58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compile_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,13 @@
os.remove('install_cloud_tools.spec')

if outdirname == 'aws_build_linux':
if os.path.exists('install_cloud_tools/install_cloud_tools_Linux'):
os.remove('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()
if outdirname == 'aws_build_osx':
if os.path.exists('install_cloud_tools/install_cloud_tools_macOSX'):
os.remove('install_cloud_tools/install_cloud_tools_macOSX')
cmd='mv dist/install_cloud_tools install_cloud_tools/install_cloud_tools_macOSX'
subprocess.Popen(cmd,shell=True).wait()
shutil.rmtree('dist')
Expand Down
Binary file added install_cloud_tools.zip
Binary file not shown.

0 comments on commit 43f7c58

Please sign in to comment.