cloudflare/pint
Publicmirrored from https://github.com/cloudflare/pintAvailable
cmd/pint/bench/Makefile
9lines · modecode
| 1 | REVISION := 31a27fb9e0e778bd8fe6097aa58c8ea598fe9cec |
| 2 | |
| 3 | .PHONE: fetch |
| 4 | fetch: |
| 5 | curl -sL -o archive.tar.gz https://github.com/samber/awesome-prometheus-alerts/archive/$(REVISION).tar.gz |
| 6 | tar -xf archive.tar.gz |
| 7 | rm -fr rules |
| 8 | mv awesome-prometheus-alerts-$(REVISION)/dist/rules rules |
| 9 | rm -fr awesome-prometheus-alerts-$(REVISION) archive.tar.gz |
| 10 | |