Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bugfix: Remove invalid string.join from TransmogrifyHEADmaster | Joseph Hunkeler | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of ssh://bitbucket.org/jhunkeler/ipsutils | Joseph Hunkeler | 2013-12-23 | 1 | -1/+2 |
|\ | |||||
| * | BUGFIX: copy symlinks as symlinks | Joseph Hunkeler | 2013-08-23 | 1 | -1/+2 |
| | | |||||
* | | Use native shell trace. Fix templating bug. Fix BUILD dir extract into root bug. | Joseph Hunkeler | 2013-12-23 | 1 | -14/+70 |
|/ | |||||
* | Feature: %globals script section added. Anything in this section will be ↵ | Joseph Hunkeler | 2013-08-01 | 1 | -0/+15 |
| | | | | prepended to the resulting script. Easier than coding a macro subsystem. | ||||
* | Add more supported tar extensions | Joseph Hunkeler | 2013-08-01 | 1 | -1/+1 |
| | |||||
* | Feature: --nodepsolve disables dependency resolution (GOOD FOR META PACKAGING\!) | Joseph Hunkeler | 2013-07-29 | 1 | -0/+5 |
| | |||||
* | Implement --fast, to use local system tools to extract archives. Python's ↵ | Joseph Hunkeler | 2013-07-25 | 1 | -11/+58 |
| | | | | builtin for tar and zip are SLOW | ||||
* | Fix path recognition strategy. Increased verbosity of task | Joseph Hunkeler | 2013-06-11 | 1 | -18/+30 |
| | |||||
* | Enforce file buffer flushing | Joseph Hunkeler | 2013-06-09 | 1 | -0/+4 |
| | |||||
* | Add AlignPermissions task | Joseph Hunkeler | 2013-06-09 | 1 | -62/+112 |
| | |||||
* | Add class docstrings | Joseph Hunkeler | 2013-06-07 | 1 | -2/+37 |
| | |||||
* | Add missing license header | Joseph Hunkeler | 2013-06-06 | 1 | -0/+14 |
| | |||||
* | *Enhancement: Tarfile and Zipfile integration complete | Joseph Hunkeler | 2013-06-06 | 1 | -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 zipfile | Joseph Hunkeler | 2013-06-05 | 1 | -13/+25 |
| | |||||
* | ZIP file format implemented | Joseph Hunkeler | 2013-06-04 | 1 | -1/+1 |
| | |||||
* | Important bugfix: no new lines in generated scripts | Joseph Hunkeler | 2013-06-03 | 1 | -0/+1 |
| | |||||
* | pkglint integration complete | Joseph Hunkeler | 2013-06-02 | 1 | -0/+39 |
| | |||||
* | Task engine is finally being used properly | Joseph Hunkeler | 2013-05-29 | 1 | -0/+266 |