aboutsummaryrefslogtreecommitdiff
path: root/ipsutils
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix: Remove invalid string.join from TransmogrifyHEADmasterJoseph Hunkeler2014-01-241-1/+1
|
* All builds have release numbersJoseph Hunkeler2014-01-091-2/+4
|
* 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-235-21/+85
|/
* Feature: %globals script section added. Anything in this section will be ↵Joseph Hunkeler2013-08-012-1/+17
| | | | prepended to the resulting script. Easier than coding a macro subsystem.
* Add more supported tar extensionsJoseph Hunkeler2013-08-011-1/+1
|
* Feature: Add --noalign to disable permission alignmentJoseph Hunkeler2013-07-291-1/+2
|
* Feature: --nodepsolve disables dependency resolution (GOOD FOR META PACKAGING\!)Joseph Hunkeler2013-07-292-1/+9
|
* 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
* Bugfix: Strip whitespace from end of line to prevent random errors during buildJoseph Hunkeler2013-07-121-2/+2
|
* double-quotes no longer needed around keywordsJoseph Hunkeler2013-07-091-3/+3
|
* Implement 'badpath' keyword to circumvent evil archivers (aka programmers)Joseph Hunkeler2013-07-092-2/+9
|
* Stop sorting keys in summaryJoseph Hunkeler2013-06-111-1/+1
|
* 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
|
* Implement permission alignment taskJoseph Hunkeler2013-06-091-0/+1
|
* Add docstringsJoseph Hunkeler2013-06-073-3/+16
|
* Add doctrings and object instance checksJoseph Hunkeler2013-06-071-0/+34
|
* Add class docstringsJoseph Hunkeler2013-06-071-2/+37
|
* Add missing license headerJoseph Hunkeler2013-06-061-0/+14
|
* Task controller now has an "atexit" callback in case the program exits ↵Joseph Hunkeler2013-06-061-1/+5
| | | | prematurely
* *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
|
* Do not exit if return value is NoneJoseph Hunkeler2013-06-051-3/+4
|
* Replace standard dictionaries with ordered dictionariesJoseph Hunkeler2013-06-051-23/+26
|
* Slightly more pythonic if statementJoseph Hunkeler2013-06-041-1/+1
|
* ZIP file format implementedJoseph Hunkeler2013-06-041-1/+1
|
* Fix version assignmentJoseph Hunkeler2013-06-041-2/+2
|
* Implement keyword checking in ips file parsingJoseph Hunkeler2013-06-041-0/+14
|
* Remove NamedTask. Implemented Internal task classJoseph Hunkeler2013-06-031-12/+11
|
* Keyword variable expansion implementedJoseph Hunkeler2013-06-031-6/+23
|
* Important bugfix: no new lines in generated scriptsJoseph Hunkeler2013-06-031-0/+1
|
* Rename TaskController to ControllerJoseph Hunkeler2013-06-021-1/+4
|
* Add "home" variable, and implemented pkglintJoseph Hunkeler2013-06-021-0/+3
|
* LINT is optionalJoseph Hunkeler2013-06-021-1/+3
|
* pkglint integration completeJoseph Hunkeler2013-06-021-0/+39
|
* Massive renaming of dictionary terms, and linux is now a supported test ↵Joseph Hunkeler2013-05-291-8/+9
| | | | platform (for the sake of execution)
* Move task functions to tasks.py in class formJoseph Hunkeler2013-05-291-203/+12
|
* Exception handling, general base class enhancementJoseph Hunkeler2013-05-291-0/+31
|
* Task engine is finally being used properlyJoseph Hunkeler2013-05-292-1/+266
|
* Add __version__ checkJoseph Hunkeler2013-05-244-14/+33
|
* Boolean type does not seem to detect properly, changed to a boolean valueJoseph Hunkeler2013-05-221-1/+1
|
* Fixed/renamed improper file assignmentsJoseph Hunkeler2013-05-222-9/+13
|
* Task return values based on type exit differentlyJoseph Hunkeler2013-05-221-5/+10
|
* Added missing DEPENDSOLVE key to env_meta dictionary.Joseph Hunkeler2013-05-221-2/+3
|
* Transmogrification implementedJoseph Hunkeler2013-05-221-1/+2
|
* Fix return values for task engine. Transmogrification implemented.Joseph Hunkeler2013-05-221-28/+19
|
* Return status displayed at exitJoseph Hunkeler2013-05-211-1/+1
|