Commit Graph

6 Commits

Author SHA1 Message Date
Marcus Schäfer
426221ce34
Return file name after archive or compression call
Extend the ArchiveTar and Compress classes such that
their archiving and compression methods returns the
result file name after the operation
2018-05-15 10:36:57 +02:00
Marcus Schäfer
f39c0aed5e Change default XZ compression options
Use all cpu cores by default. Fixes #433
2017-07-20 16:24:19 +02:00
Marcus Schäfer
2179798948 Added custom xz option handling for Compress
Allow to pass custom options for xz method. Issue #373
2017-06-19 11:11:37 +02:00
Marcus Schäfer
6cc0b2085d Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
Marcus Schäfer
f1e7984a82
Fixup Command.run if called with raise_on_error set to False 2016-08-10 21:25:04 +02:00
Marcus Schäfer
e246e72a52
Refactor data subpackage
Move from data to utils, data is generally considered
as text data and not code
2016-03-17 10:42:08 +01:00