mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
a62c0ea3bb
* #143 init step for ingesting package details * #143 create reusable workflow for triggering package ingestion/indexing * space * #143 create task after uploading bottles * cleanup --------- Co-authored-by: neil <neil@neils-MacBook-Pro.local> |
||
---|---|---|
.. | ||
brewkit | ||
build | ||
utils | ||
bottle.ts | ||
build-deps.ts | ||
build.plumbing.ts | ||
build.ts | ||
cache-artifacts.ts | ||
check-core-sizes.ts | ||
each.ts | ||
fetch-pr-artifacts.ts | ||
fetch.ts | ||
filter.ts | ||
fixup-checksums.ts | ||
has-artifacts.ts | ||
index-packages.ts | ||
inventory.ts | ||
ls-aws-s3.ts | ||
ls.ts | ||
map-projects-to-githubs.ts | ||
README.md | ||
sort.ts | ||
test.ts | ||
upload-sync.ts | ||
upload.ts |
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