Skip to content
  • Seblu's avatar
    Compression is now gzip · ba2b6b85
    Seblu authored
    We stop using bzip2, because implemetnation of python 2.7 bz2 is uncompatible
    with pbzip2. So tarball created with pbzip2 cannot be uncompressed with python.
    So we need to find a speedy and portable compression algorithm. Gzip is the
    best candidate
    ba2b6b85