From 9efd933c40bedbbcf2cd4e2bcaa527f6c65df71e Mon Sep 17 00:00:00 2001 From: Ashley Davis Date: Fri, 17 Dec 2021 15:23:50 +0000 Subject: [PATCH] add a specific link to the LICENSES file in the repo Signed-off-by: Ashley Davis --- make/licenses.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/licenses.mk b/make/licenses.mk index 5a656c604..966075ef9 100644 --- a/make/licenses.mk +++ b/make/licenses.mk @@ -14,7 +14,7 @@ bin/scratch/license.yaml: hack/boilerplate/boilerplate.sh.txt | bin/scratch # which presumably nobody will ever read or care about. Instead, just add a little footnote pointing # to the cert-manager repo in case anybody actually decides that they care. bin/scratch/license-footnote.yaml: | bin/scratch - @echo -e "# To view licenses for cert-manager dependencies, see the LICENSES file in the\n# cert-manager repo: https://github.com/jetstack/cert-manager" > $@ + @echo -e "# To view licenses for cert-manager dependencies, see the LICENSES file in the\n# cert-manager repo: https://github.com/jetstack/cert-manager/blob/$(GITCOMMIT)/LICENSES" > $@ bin/scratch/cert-manager.license: bin/scratch/license.yaml bin/scratch/license-footnote.yaml | bin/scratch cat $^ > $@