summaryrefslogtreecommitdiff
path: root/tools/rbcrun/host.go
AgeCommit message (Expand)Author
2023-11-13Require scl files in ExecutionModeScl Cole Faust
2023-11-09Prevent using symlinks to starlark files Cole Faust
2023-11-07Only allow .scl files to load other .scl files Cole Faust
2023-06-09Define release flags in starlark instead of make Cole Faust
2023-05-09Allow importing starlark code in makefiles Cole Faust
2023-05-05Remove unneeded rbcrun features Cole Faust
2022-04-26Sort rblf_wildcard results and remove file existence functions Cole Faust
2022-03-30Remove regex functionality from rbcrun Cole Faust
2021-09-24Separate output from diagnostics in Starlark product configuration. Sasha Smundak
2021-08-19Add find_files builtin, use it to fix find_and_copy implementation Sasha Smundak
2021-08-10Fix rblf_file_exists, it should return true for a directory, too. Sasha Smundak
2021-04-01Always use /bin/sh to run the command. Sasha Smundak
2021-03-18Roboleaf product configuration runner Sasha Smundak