Changeset 404 for trunk/moap/vcs/vcs.py


Ignore:
Timestamp:
24-06-09 17:18:04 (4 years ago)
Author:
thomas
Message:
  • moap/vcs/vcs.py: Fix archiving to .bz2.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/moap/vcs/vcs.py

    r403 r404  
    355355            suffix = '.tar.gz' 
    356356        if archive.endswith('.bz2'): 
    357             mode = 'w:bw2' 
     357            mode = 'w:bz2' 
    358358            suffix = '.tar.bz2' 
    359359 
Note: See TracChangeset for help on using the changeset viewer.