X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fbtr;a=blobdiff_plain;f=share%2Fbtr%2Freport%2Fnotify-send.mk;h=e913c3c1fab401fa884f24a1004a9123be907333;hp=cfc20ccb27d3a8fd2ebd34cc1822de9cc87131a7;hb=36ab11ad208509a177f3976333d0728069e06ee8;hpb=3ea412c37b536f7f5f6b179c583f755ab70f1934 diff --git a/share/btr/report/notify-send.mk b/share/btr/report/notify-send.mk index cfc20cc..e913c3c 100644 --- a/share/btr/report/notify-send.mk +++ b/share/btr/report/notify-send.mk @@ -3,10 +3,10 @@ all: $(SAY) "Notifying $(USER) about the report" - CONFIG_URL=$$(curl -sSF sprunge="@$(CONFIG_REPORT)" sprunge.us); \ - BUILD_URL=$$(curl -sSF sprunge="@$(BUILD_REPORT)" sprunge.us); \ - TEST_URL=$$(curl -sSF sprunge="@$(TEST_REPORT)" sprunge.us); \ - notify-send $(REPORT_ARGS) "[btr] $(BUILD) $$(cat $(REPORT))" \ - "Config: $$CONFIG_URL -- Build: $$BUILD_URL -- Test:$$TEST_URL"; + BTR_CONFIG_URL=$$(curl -sSF sprunge="@$(BTR_CONFIG_REPORT)" sprunge.us); \ + BTR_BUILD_URL=$$(curl -sSF sprunge="@$(BTR_BUILD_REPORT)" sprunge.us); \ + BTR_TEST_URL=$$(curl -sSF sprunge="@$(BTR_TEST_REPORT)" sprunge.us); \ + notify-send $(BTR_REPORT_ARGS) "[btr] $(BTR_BUILD) $$(cat $(BTR_REPORT))" \ + "Config: $$BTR_CONFIG_URL -- Build: $$BTR_BUILD_URL -- Test: $$BTR_TEST_URL"; # vim: noet