Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Sanitized ipsutils spec file | Joseph Hunkeler | 2013-05-21 | 1 | -8/+7 |
| | |||||
* | Ignore netbeans environment | Joseph Hunkeler | 2013-04-30 | 1 | -0/+1 |
| | |||||
* | Set execution bit | Joseph Hunkeler | 2013-04-30 | 1 | -0/+0 |
| | |||||
* | 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 | ||||
* | *Allow users to "repackage" under a different name | Joseph Hunkeler | 2013-04-30 | 1 | -26/+30 |
| | | | | | *TAR unlinks destination by default (not sure what this will buy us) *BUILD directory is removed before source extraction to prevent collision | ||||
* | Extract with absolute path | Joseph Hunkeler | 2013-04-23 | 1 | -2/+3 |
| | |||||
* | Shebang line added | Joseph Hunkeler | 2013-04-23 | 1 | -0/+1 |
| |