Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUGFIX: copy symlinks as symlinks | Joseph Hunkeler | 2013-08-23 | 1 | -1/+2 |
| | |||||
* | Feature: %globals script section added. Anything in this section will be ↵ | Joseph Hunkeler | 2013-08-01 | 2 | -1/+17 |
| | | | | 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: Add --noalign to disable permission alignment | Joseph Hunkeler | 2013-07-29 | 1 | -1/+2 |
| | |||||
* | Feature: --nodepsolve disables dependency resolution (GOOD FOR META PACKAGING\!) | Joseph Hunkeler | 2013-07-29 | 2 | -1/+9 |
| | |||||
* | 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 | ||||
* | Bugfix: Strip whitespace from end of line to prevent random errors during build | Joseph Hunkeler | 2013-07-12 | 1 | -2/+2 |
| | |||||
* | double-quotes no longer needed around keywords | Joseph Hunkeler | 2013-07-09 | 1 | -3/+3 |
| | |||||
* | Implement 'badpath' keyword to circumvent evil archivers (aka programmers) | Joseph Hunkeler | 2013-07-09 | 2 | -2/+9 |
| | |||||
* | Stop sorting keys in summary | Joseph Hunkeler | 2013-06-11 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Implement permission alignment task | Joseph Hunkeler | 2013-06-09 | 1 | -0/+1 |
| | |||||
* | Add docstrings | Joseph Hunkeler | 2013-06-07 | 3 | -3/+16 |
| | |||||
* | Add doctrings and object instance checks | Joseph Hunkeler | 2013-06-07 | 1 | -0/+34 |
| | |||||
* | Add class docstrings | Joseph Hunkeler | 2013-06-07 | 1 | -2/+37 |
| | |||||
* | Add missing license header | Joseph Hunkeler | 2013-06-06 | 1 | -0/+14 |
| | |||||
* | Task controller now has an "atexit" callback in case the program exits ↵ | Joseph Hunkeler | 2013-06-06 | 1 | -1/+5 |
| | | | | prematurely | ||||
* | *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 |
| | |||||
* | Do not exit if return value is None | Joseph Hunkeler | 2013-06-05 | 1 | -3/+4 |
| | |||||
* | Replace standard dictionaries with ordered dictionaries | Joseph Hunkeler | 2013-06-05 | 1 | -23/+26 |
| | |||||
* | Slightly more pythonic if statement | Joseph Hunkeler | 2013-06-04 | 1 | -1/+1 |
| | |||||
* | ZIP file format implemented | Joseph Hunkeler | 2013-06-04 | 1 | -1/+1 |
| | |||||
* | Fix version assignment | Joseph Hunkeler | 2013-06-04 | 1 | -2/+2 |
| | |||||
* | Implement keyword checking in ips file parsing | Joseph Hunkeler | 2013-06-04 | 1 | -0/+14 |
| | |||||
* | Remove NamedTask. Implemented Internal task class | Joseph Hunkeler | 2013-06-03 | 1 | -12/+11 |
| | |||||
* | Keyword variable expansion implemented | Joseph Hunkeler | 2013-06-03 | 1 | -6/+23 |
| | |||||
* | Important bugfix: no new lines in generated scripts | Joseph Hunkeler | 2013-06-03 | 1 | -0/+1 |
| | |||||
* | Rename TaskController to Controller | Joseph Hunkeler | 2013-06-02 | 1 | -1/+4 |
| | |||||
* | Add "home" variable, and implemented pkglint | Joseph Hunkeler | 2013-06-02 | 1 | -0/+3 |
| | |||||
* | LINT is optional | Joseph Hunkeler | 2013-06-02 | 1 | -1/+3 |
| | |||||
* | pkglint integration complete | Joseph Hunkeler | 2013-06-02 | 1 | -0/+39 |
| | |||||
* | Massive renaming of dictionary terms, and linux is now a supported test ↵ | Joseph Hunkeler | 2013-05-29 | 1 | -8/+9 |
| | | | | platform (for the sake of execution) | ||||
* | Move task functions to tasks.py in class form | Joseph Hunkeler | 2013-05-29 | 1 | -203/+12 |
| | |||||
* | Exception handling, general base class enhancement | Joseph Hunkeler | 2013-05-29 | 1 | -0/+31 |
| | |||||
* | Task engine is finally being used properly | Joseph Hunkeler | 2013-05-29 | 2 | -1/+266 |
| | |||||
* | Add __version__ check | Joseph Hunkeler | 2013-05-24 | 4 | -14/+33 |
| | |||||
* | Boolean type does not seem to detect properly, changed to a boolean value | Joseph Hunkeler | 2013-05-22 | 1 | -1/+1 |
| | |||||
* | Fixed/renamed improper file assignments | Joseph Hunkeler | 2013-05-22 | 2 | -9/+13 |
| | |||||
* | Task return values based on type exit differently | Joseph Hunkeler | 2013-05-22 | 1 | -5/+10 |
| | |||||
* | Added missing DEPENDSOLVE key to env_meta dictionary. | Joseph Hunkeler | 2013-05-22 | 1 | -2/+3 |
| | |||||
* | Transmogrification implemented | Joseph Hunkeler | 2013-05-22 | 1 | -1/+2 |
| | |||||
* | Fix return values for task engine. Transmogrification implemented. | Joseph Hunkeler | 2013-05-22 | 1 | -28/+19 |
| | |||||
* | Return status displayed at exit | Joseph Hunkeler | 2013-05-21 | 1 | -1/+1 |
| | |||||
* | Scripts are now executed as shell scripts instead of inline shell commands | Joseph Hunkeler | 2013-05-21 | 1 | -22/+23 |
| | |||||
* | Exit on task failure | Joseph Hunkeler | 2013-04-30 | 1 | -0/+1 |
| | |||||
* | Fix spelling mistake | Joseph Hunkeler | 2013-04-30 | 1 | -1/+1 |
| | |||||
* | *Add "repackage" keyword to implement name changing | Joseph Hunkeler | 2013-04-30 | 1 | -0/+3 |
| | | | | *Do not parse blank lines |