Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add class docstrings | Joseph Hunkeler | 2013-06-07 | 1 | -2/+37 | |
| | ||||||
* | Bumped version in spec | Joseph Hunkeler | 2013-06-06 | 1 | -1/+1 | |
| | ||||||
* | Add ipsutils-sanity.py | Joseph Hunkeler | 2013-06-06 | 1 | -1/+1 | |
| | ||||||
* | Version bump | Joseph Hunkeler | 2013-06-06 | 1 | -1/+1 | |
| | ||||||
* | 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 | |||||
* | Initial commit | Joseph Hunkeler | 2013-06-06 | 1 | -0/+160 | |
| | ||||||
* | *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 | |
| | ||||||
* | Add ipsutils-newspec.py | Joseph Hunkeler | 2013-06-05 | 1 | -1/+1 | |
| | ||||||
* | Add default exit message | Joseph Hunkeler | 2013-06-05 | 1 | -0/+2 | |
| | ||||||
* | 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 | |
| | ||||||
* | Initial commit | Joseph Hunkeler | 2013-06-05 | 1 | -0/+47 | |
| | ||||||
* | 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 | 2 | -8/+25 | |
| | ||||||
* | --version code implemented | Joseph Hunkeler | 2013-06-03 | 1 | -0/+4 | |
| | ||||||
* | 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 | |
| | ||||||
* | Version bump | Joseph Hunkeler | 2013-06-02 | 1 | -1/+1 | |
| | ||||||
* | Version bump | Joseph Hunkeler | 2013-06-02 | 1 | -3/+3 | |
| | ||||||
* | pkglint integration complete | Joseph Hunkeler | 2013-06-02 | 2 | -0/+40 | |
| | ||||||
* | Capitalized all variables to avoid built-in variable collision | Joseph Hunkeler | 2013-05-29 | 1 | -24/+24 | |
| | ||||||
* | 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 | |
| | ||||||
* | Use absolute path of spec file | Joseph Hunkeler | 2013-05-29 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | If no spec file is passed, print usage message then exit | Joseph Hunkeler | 2013-05-24 | 1 | -0/+3 | |
| | ||||||
* | Add __version__ check | Joseph Hunkeler | 2013-05-24 | 4 | -14/+33 | |
| | ||||||
* | Transforms added; version bumped | Joseph Hunkeler | 2013-05-24 | 1 | -3/+7 | |
| | ||||||
* | Fix argument parsing | Joseph Hunkeler | 2013-05-24 | 1 | -4/+4 | |
| | ||||||
* | Automatically set __version__ | Joseph Hunkeler | 2013-05-24 | 1 | -13/+29 | |
| | ||||||
* | 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 | |
| | ||||||
* | Add linux to "supported" platforms | Joseph Hunkeler | 2013-05-22 | 1 | -1/+3 | |
| | ||||||
* | Version bump | Joseph Hunkeler | 2013-05-22 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | Removed wrong variable assignment | Joseph Hunkeler | 2013-05-22 | 1 | -1/+0 | |
| | ||||||
* | Fix inclusion of .tpl file | Joseph Hunkeler | 2013-05-22 | 1 | -1/+5 | |
| | ||||||
* | Fixed missing inclusion of ipsutils/tpl | Joseph Hunkeler | 2013-05-21 | 1 | -1/+1 | |
| |