From 6f3caaec35059954f4e6773bfb9de06950f1a6bd Mon Sep 17 00:00:00 2001 From: Paul Scott Date: Mon, 25 Jan 2021 08:07:18 +0000 Subject: Return Makefile to more strict CoCo https check --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8adb56b3..fc2f891d 100644 --- a/Makefile +++ b/Makefile @@ -154,7 +154,7 @@ testGeantCoCo: echo " Known bad link to CoCo in PrivacyStatementURL: $$x" 1>&2 ; \ else \ if ! grep -q "$$url $$lang $$mdui_PrivacyStatementURL" sp-with-once-ok-coco-link ; then \ - curl -A 'Mozilla' -s -L -m 10 "$$url" < /dev/null | grep "http*://www.geant.net/uri/dataprotection-code-of-conduct/v1" > /dev/null && echo "$$url $$lang $$mdui_PrivacyStatementURL" >> sp-with-once-ok-coco-link || echo " Missing link to geant.net/code-of-conduct/v1 in PrivacyStatementURL $$lang ($$url)" ; \ + curl -A 'Mozilla' -s -L -m 5 "$$url" < /dev/null | grep "https*://www.geant.net/uri/dataprotection-code-of-conduct/v1" > /dev/null && echo "$$url $$lang $$mdui_PrivacyStatementURL" >> sp-with-once-ok-coco-link || echo " Missing link to geant.net/code-of-conduct/v1 in PrivacyStatementURL $$lang ($$url)" ; \ fi ; \ fi ; \ done ; \ -- cgit v1.2.3