Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-31 | use relative root for overlay vars file path | Tristan Sloughter | |
2012-12-30 | support config relative directories in templates and copy | Eric | |
2012-12-30 | support only one config file in the system | Eric | |
2012-12-30 | support 'to' dirs for mkdirs, templates, and copies being based on output dir | Eric | |
2012-12-28 | make sure file permissions are set correctly in overlay template/copy | Eric | |
2012-12-28 | make directory checking more robust | Eric | |
2012-12-28 | make overlays synchronous | Eric | |
People seem to expect overlays to happen in order. This patch changes overlays such that they happen one at a time. | |||
2012-12-28 | support file->directory copies in overlay | Eric | |
2012-12-27 | suport variables in vars files of overlays | Eric | |
2012-12-27 | splint out render and write so we can reuse the render | Eric | |
2012-12-27 | remove print statements that got left in | Eric | |
And made it through code review!!! | |||
2012-12-26 | overlay support | Eric | |
This includes support for overlays and fairly complete tests |