Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct revision used for bucts | Andrew Robbins | 2017-12-05 | 1 | -1/+1 |
| | | | | | The upstream repository from which bucts is pulled has changed, necessitating a different revision pointing to HEAD. | ||||
* | Patching now works. bucts can be patched & built. | Andrew Robbins | 2017-05-31 | 3 | -0/+4 |
Modified the function git_project_patch_recursive (in libs/git) to enable patching with diff files, which uses the new function diff_patch_file located in libs/common. A generic action script for bucts is in projects/bucts/. Install/revision/target files are in projects/bucts/configs/. bucts' merge into the new build system should be nearly, if not already, complete. |