~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to release.py

  • Committer: Aaron Bentley
  • Date: 2008-02-13 13:22:48 UTC
  • Revision ID: aaron@aaronbentley.com-20080213132248-8gsbytfys6jqf5u3
Update release script

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
os.rename('../bzrtools.tar.gz', final_name)
38
38
print 'Created %s' % final_name
39
39
call(['gpg', '--detach-sign', final_name])
40
 
print 'Uploading...'
 
40
#print 'Uploading...'
41
41
#call(['scp', final_name, final_name + '.sig',
42
42
#      'panoramicfeedback.com:opensource/'])