IGN:Tag release

This commit is contained in:
Kovid Goyal 2012-07-06 08:57:26 +05:30
parent 133c2dac69
commit 9c865afa24
3 changed files with 468 additions and 439 deletions

Binary file not shown.

View File

@ -40,7 +40,7 @@ class Stage2(Command):
class Stage3(Command):
description = 'Stage 3 of the publish process'
sub_commands = ['upload_user_manual', 'upload_demo', 'sdist']
sub_commands = ['upload_user_manual', 'upload_demo', 'sdist', 'tag_release']
class Stage4(Command):
@ -50,7 +50,7 @@ class Stage4(Command):
class Stage5(Command):
description = 'Stage 5 of the publish process'
sub_commands = ['tag_release', 'upload_to_server']
sub_commands = ['upload_to_server']
def run(self, opts):
subprocess.check_call('rm -rf build/* dist/*', shell=True)

File diff suppressed because it is too large Load Diff