~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to release.py

  • Committer: Aaron Bentley
  • Date: 2008-11-05 14:02:52 UTC
  • mfrom: (676.1.3 bzrtools-1.9)
  • Revision ID: aaron@aaronbentley.com-20081105140252-aem9ee88p7m33ceg
Merge with bzrtools-1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    sys.exit(1)
22
22
else:
23
23
    print "NEWS entry found"
24
 
final_name = '../bzrtools-%s.tar.gz' % bzrtools.__version__
 
24
final_name = '../bzrtools-release/bzrtools-%s.tar.gz' % bzrtools.__version__
25
25
if os.path.exists('../bzrtools.tar.gz'):
26
26
    print "Temp file exists already."
27
27
    sys.exit(1)