Skip to content

Commit

Permalink
Update Makefile (#480)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bc-pi authored Oct 18, 2024
1 parent 1a90eb2 commit f3e77f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
LIBDIR := lib
include $(LIBDIR)/main.mk

export UPLOAD_EMAIL ?= bcampbell@pingidentity.com

$(LIBDIR)/main.mk:
ifneq (,$(shell grep "path *= *$(LIBDIR)" .gitmodules 2>/dev/null))
git submodule sync
Expand Down

0 comments on commit f3e77f2

Please sign in to comment.