Skip to content

Commit f3e77f2

Browse files
authored
Update Makefile (#480)
Set upload email in makefile in an attempt to avoid future failures uploading to the IETF datatracker due to scrobbling the wrong email see also oauth-wg/oauth-sd-jwt-vc#255
1 parent 1a90eb2 commit f3e77f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
LIBDIR := lib
22
include $(LIBDIR)/main.mk
33

4+
export UPLOAD_EMAIL ?= bcampbell@pingidentity.com
5+
46
$(LIBDIR)/main.mk:
57
ifneq (,$(shell grep "path *= *$(LIBDIR)" .gitmodules 2>/dev/null))
68
git submodule sync

0 commit comments

Comments
 (0)