aboutsummaryrefslogtreecommitdiff
path: root/projects/bucts
Commit message (Collapse)AuthorAgeFilesLines
* Update bucts URI to point to Libreboot's mirrorAndrew Robbins2017-11-301-1/+1
| | | | | | stuge.se is, seemingly, down indefinitely which means users can no longer automatically clone bucts using the build scripts; by changing the repo URI to Libreboot's mirror this issue is resolved.
* Remove braces from parameter expansionsAndrew Robbins2017-09-211-34/+34
| | | | | | * projects/bucts/bucts ditto
* Patching now works. bucts can be patched & built.Andrew Robbins2017-05-316-0/+151
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.