From eef537cca7342794264ff2600052c5621fa92cfd Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 2 Jun 2022 15:48:55 -0400 Subject: [PATCH 1/3] res/ci/format.sh: fix ci for git 2.35.2+ --- res/ci/format.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/ci/format.sh b/res/ci/format.sh index 9164d8279..d6b048a8b 100755 --- a/res/ci/format.sh +++ b/res/ci/format.sh @@ -1,5 +1,7 @@ #!/bin/sh +git config --global --add safe.directory "$PWD" + echo "Checking links" RUST_LOG=linkcheck=debug mdbook-linkcheck -s LINKCHECK=$? From 74594fde62d369c171ca98f62fc40ab566db27f4 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 2 Jun 2022 16:12:03 -0400 Subject: [PATCH 2/3] src/xbps/repositories/mirrors: fix formatting for ci --- src/xbps/repositories/mirrors/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xbps/repositories/mirrors/index.md b/src/xbps/repositories/mirrors/index.md index 00c019af4..0bf69fb4b 100644 --- a/src/xbps/repositories/mirrors/index.md +++ b/src/xbps/repositories/mirrors/index.md @@ -10,8 +10,8 @@ Tier 1 mirrors are maintained by the Void Linux Infrastructure Team. These mirrors sync directly from the build-master and will always have the latest packages available. -By default XBPS will reach out to -which may map to any tier 1 mirror. +By default XBPS will reach out to which may +map to any tier 1 mirror. | Repository | Location | |------------------------------------------------|------------------| From 8b9cdfd1f5e0b6f13cbc14fd7da0bedbb5825dab Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 2 Jun 2022 16:21:48 -0400 Subject: [PATCH 3/3] book.toml: remove unused domain, add flaky domain to linkcheck exclude --- book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.toml b/book.toml index 6d0d2b488..0f1125b80 100644 --- a/book.toml +++ b/book.toml @@ -20,4 +20,4 @@ optional = true [output.linkcheck] optional = true follow-web-links = true -exclude = [ "kernel.org", "ntp.org", "\\.onion", "localhost", "hushan.tech", "userbase.kde.org" ] +exclude = [ "kernel.org", "ntp.org", "\\.onion", "localhost", "sjtu.edu.cn", "userbase.kde.org" ]