From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun, 24 Apr 2022 21:29:38 +0000 (+0200) Subject: mlc: curl.zuul.vexxhost.dev is reachable again X-Git-Tag: curl-7_83_0~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cdb9b097933c45c1ac87be6358aed983c2647a5b;p=thirdparty%2Fcurl.git mlc: curl.zuul.vexxhost.dev is reachable again remove it from ignorelist for linkcheck Closes #8736 --- diff --git a/mlc_config.json b/mlc_config.json index e81a084188..252d5bc449 100644 --- a/mlc_config.json +++ b/mlc_config.json @@ -2,7 +2,7 @@ "_comment": "Config file for linkcheck: If urls have some issues we can not fix on our end past it in here. MLC will ignore this.", "ignorePatterns": [ { - "pattern": "^https://curl.zuul.vexxhost.dev" + "pattern": "" } ] }