From 049ff29d8298f722278c7e9f35335faaf78cb70b Mon Sep 17 00:00:00 2001 From: Chandan K T Date: Wed, 4 Feb 2026 11:25:36 +0530 Subject: [PATCH 1/2] Add local review notes for PR 2638 --- misc/review-pr-2638.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 misc/review-pr-2638.md diff --git a/misc/review-pr-2638.md b/misc/review-pr-2638.md new file mode 100644 index 0000000000..66c7866d36 --- /dev/null +++ b/misc/review-pr-2638.md @@ -0,0 +1,12 @@ +# PR 2638 review notes (local) + +## Access attempts + +Unable to fetch the PR or patch from GitHub in this environment due to a CONNECT tunnel 403 error: + +- `git fetch origin pull/2638/head:pr-2638` → `fatal: unable to access 'https://github.com/bitcoinops/bitcoinops.github.io.git/': CONNECT tunnel failed, response 403` +- `curl -L -o /tmp/pr-2638.patch https://github.com/bitcoinops/bitcoinops.github.io/pull/2638.patch` → `curl: (56) CONNECT tunnel failed, response 403` + +## Local build command reference + +The CI job runs `make production`, which expands to `clean`, `all`, and `production-test`. The Makefile shows the checks that can fail for new newsletter content, including Markdown linting, required frontmatter, duplicate titles/slugs, and HTML validation post-build. From 7080c984ec9c9096c5f5a0266c86894c0f98b062 Mon Sep 17 00:00:00 2001 From: Chandan K T Date: Wed, 4 Feb 2026 11:52:46 +0530 Subject: [PATCH 2/2] Revert "Add local review notes for PR 2638" --- misc/review-pr-2638.md | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 misc/review-pr-2638.md diff --git a/misc/review-pr-2638.md b/misc/review-pr-2638.md deleted file mode 100644 index 66c7866d36..0000000000 --- a/misc/review-pr-2638.md +++ /dev/null @@ -1,12 +0,0 @@ -# PR 2638 review notes (local) - -## Access attempts - -Unable to fetch the PR or patch from GitHub in this environment due to a CONNECT tunnel 403 error: - -- `git fetch origin pull/2638/head:pr-2638` → `fatal: unable to access 'https://github.com/bitcoinops/bitcoinops.github.io.git/': CONNECT tunnel failed, response 403` -- `curl -L -o /tmp/pr-2638.patch https://github.com/bitcoinops/bitcoinops.github.io/pull/2638.patch` → `curl: (56) CONNECT tunnel failed, response 403` - -## Local build command reference - -The CI job runs `make production`, which expands to `clean`, `all`, and `production-test`. The Makefile shows the checks that can fail for new newsletter content, including Markdown linting, required frontmatter, duplicate titles/slugs, and HTML validation post-build.