Changeset 404


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

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r403 r404  
     12009-06-24  Thomas Vander Stichele  <thomas at apestaart dot org> 
     2 
     3        * moap/vcs/vcs.py: 
     4          Fix archiving to .bz2. 
     5 
    162009-06-24  Thomas Vander Stichele  <thomas at apestaart dot org> 
    27 
  • 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.