aboutsummaryrefslogtreecommitdiff
path: root/ipsutils/tasks.py
Commit message (Collapse)AuthorAgeFilesLines
* Feature: --nodepsolve disables dependency resolution (GOOD FOR META PACKAGING\!)Joseph Hunkeler2013-07-291-0/+5
|
* Implement --fast, to use local system tools to extract archives. Python's ↵Joseph Hunkeler2013-07-251-11/+58
| | | | builtin for tar and zip are SLOW
* Fix path recognition strategy. Increased verbosity of taskJoseph Hunkeler2013-06-111-18/+30
|
* Enforce file buffer flushingJoseph Hunkeler2013-06-091-0/+4
|
* Add AlignPermissions taskJoseph Hunkeler2013-06-091-62/+112
|
* Add class docstringsJoseph Hunkeler2013-06-071-2/+37
|
* Add missing license headerJoseph Hunkeler2013-06-061-0/+14
|
* *Enhancement: Tarfile and Zipfile integration completeJoseph Hunkeler2013-06-061-17/+14
| | | | | *Removed: LZMA 'tar.xz' extension -- no native Python 2.7 support in Tarfile *Bugfix: Fix multiple-line tranmogrification string catonation issue
* Initial usage of tarfile and zipfileJoseph Hunkeler2013-06-051-13/+25
|
* ZIP file format implementedJoseph Hunkeler2013-06-041-1/+1
|
* Important bugfix: no new lines in generated scriptsJoseph Hunkeler2013-06-031-0/+1
|
* pkglint integration completeJoseph Hunkeler2013-06-021-0/+39
|
* Task engine is finally being used properlyJoseph Hunkeler2013-05-291-0/+266