aboutsummaryrefslogtreecommitdiff
path: root/ipsutils/tasks.py
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix: Remove invalid string.join from TransmogrifyHEADmasterJoseph Hunkeler2014-01-241-1/+1
|
* Merge branch 'master' of ssh://bitbucket.org/jhunkeler/ipsutilsJoseph Hunkeler2013-12-231-1/+2
|\
| * BUGFIX: copy symlinks as symlinksJoseph Hunkeler2013-08-231-1/+2
| |
* | Use native shell trace. Fix templating bug. Fix BUILD dir extract into root bug.Joseph Hunkeler2013-12-231-14/+70
|/
* Feature: %globals script section added. Anything in this section will be ↵Joseph Hunkeler2013-08-011-0/+15
| | | | prepended to the resulting script. Easier than coding a macro subsystem.
* Add more supported tar extensionsJoseph Hunkeler2013-08-011-1/+1
|
* 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