Upload to S3 with readable version.

This commit is contained in:
Cheng Zhao 2013-08-12 15:01:05 +08:00
parent 3da4736a2b
commit a27009f0a9
2 changed files with 6 additions and 2 deletions

View file

@ -87,3 +87,7 @@ def safe_mkdir(path):
except OSError as e:
if e.errno != errno.EEXIST:
raise
def get_atom_shell_version():
return subprocess.check_output(['git', 'describe', '--tags']).strip()