pantry/scripts
2022-09-21 02:35:03 -04:00
..
brewkit Refactor (#142) 2022-09-20 07:53:40 -04:00
build Simplify builds by building to /opt/project/src 2022-09-21 02:35:03 -04:00
bottle.ts Simplify builds by building to /opt/project/src 2022-09-21 02:35:03 -04:00
build.ts Fix circular dependency in hooks 2022-09-20 11:29:21 -04:00
deps.ts Refactor (#142) 2022-09-20 07:53:40 -04:00
each.ts fixes not incl runtime deps of build deps 2022-09-19 10:32:57 -04:00
fetch.ts Refactor (#142) 2022-09-20 07:53:40 -04:00
filter.ts Refactor (#142) 2022-09-20 07:53:40 -04:00
fixup-checksums.ts Refactor (#142) 2022-09-20 07:53:40 -04:00
inventory.ts Refactor (#142) 2022-09-20 07:53:40 -04:00
ls-aws-s3.ts +openssl portable (#131) 2022-09-13 17:53:12 -04:00
ls.ts Fix circular dependency in hooks 2022-09-20 11:29:21 -04:00
README.md fixes not incl runtime deps of build deps 2022-09-19 10:32:57 -04:00
sort.ts Refactor (#142) 2022-09-20 07:53:40 -04:00
test.ts Refactor (#142) 2022-09-20 07:53:40 -04:00
upload-sync.ts Refactor (#142) 2022-09-20 07:53:40 -04:00
upload.ts Refactor (#142) 2022-09-20 07:53:40 -04: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