1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2025-12-19 20:38:06 +01:00
Commit Graph

9 Commits

Author SHA1 Message Date
853dca385e Readme update 2017-01-07 09:55:22 +01:00
334b56bad3 Version bump 2017-01-07 09:45:37 +01:00
f1fb43ca64 Extract new base class for archive wrapper module 2017-01-07 09:10:03 +01:00
77cf10cee7 Fixed issue with compressing files with tar.*
This changeset fixes tar behavior on creating archive, like:

  tar cf foo.tar .

which include also archive file itself, so that tar reports an error
`file changed as we read it` during appending archive file to itself.

This changest is fixing that by replacing dot with list of items to be
added to the archive (similar as in RarArchive.create).
2017-01-06 16:53:49 +01:00
250b1c4c2c Version bump 2017-01-03 20:07:01 +01:00
db7b8e347a Version bump 2017-01-02 20:19:30 +01:00
38a2322e98 Fix for file_archive tests 2017-01-02 16:05:18 +01:00
48bb1b1e1f Bumped version, readme update 2017-01-02 15:46:07 +01:00
68049a6eb8 Added tox, setup.py, executable, test-req 2016-12-19 20:22:22 +01:00