pantry/scripts
2023-01-30 13:50:32 -05:00
..
brewkit All @jonchang’s suggestions for py-venvs 2023-01-19 11:03:32 -05:00
build libtea v0.21.0 2023-01-30 13:50:32 -05:00
utils fixes building llvm.org^12 (#25) 2022-11-10 19:53:26 -05:00
bottle.ts separate upload logic from bottling logic 2022-12-07 14:59:33 -05:00
build-deps.ts use PR build artifacts on merge (#78) 2022-12-20 16:54:26 -05:00
build.plumbing.ts Just use the full build.ts 2022-12-21 10:43:54 -05:00
build.ts Just use the full build.ts 2022-12-21 10:43:54 -05:00
cache-artifacts.ts use PR build artifacts on merge (#78) 2022-12-20 16:54:26 -05:00
check-core-sizes.ts ziglang needs 8-core builder 2023-01-16 19:28:27 -05:00
each.ts fixes not incl runtime deps of build deps 2022-09-19 10:32:57 -04:00
fetch-pr-artifacts.ts better undefined resolution 2023-01-11 18:51:11 -05:00
fetch.ts fix lint 2023-01-03 10:58:49 -05:00
filter.ts read args from stdin or argv 2022-09-30 09:03:56 -04:00
fixup-checksums.ts fix: add retry to s3 uploads (#102) 2023-01-17 15:05:12 -05:00
has-artifacts.ts need to test for 'true'/'false' 2023-01-11 18:39:14 -05:00
inventory.ts Correctly sort versions so the tea installer works 2022-09-29 07:45:59 -04:00
ls-aws-s3.ts add -s(ource) filter to ls-aws-s3.ts 2022-10-04 01:24:48 -04:00
ls.ts Changes for tea/cli 0.19 (#101) 2023-01-14 15:57:43 -05:00
map-projects-to-githubs.ts this works better than a poor-quality shell pipeline 2023-01-12 18:27:46 -05:00
README.md fixes not incl runtime deps of build deps 2022-09-19 10:32:57 -04:00
sort.ts Changes for tea/cli 0.19 (#101) 2023-01-14 15:57:43 -05:00
test.ts Don’t add pkg twice for tests 2022-12-12 08:23:05 -05:00
upload-sync.ts fix: add retry to s3 uploads (#102) 2023-01-17 15:05:12 -05:00
upload.ts fix: add retry to s3 uploads (#102) 2023-01-17 15:05:12 -05:00

build all

scripts/ls.ts | xargs scripts/sort.ts | xargs scripts/build.ts

test all

each.ts reduces output for each input to a concise or based on exit status.

scripts/ls.ts | xargs scripts/each.ts scripts/test.ts