From b6010e9cd2049de57ab3b99b8f5411e48485096a Mon Sep 17 00:00:00 2001 From: Jelte Fennema-Nio Date: Tue, 24 Sep 2024 22:28:41 +0200 Subject: [PATCH] Add instructions to checkout latest CFbot patchset --- pgcommitfest/commitfest/templates/patch.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pgcommitfest/commitfest/templates/patch.html b/pgcommitfest/commitfest/templates/patch.html index 1205d91..33670cf 100644 --- a/pgcommitfest/commitfest/templates/patch.html +++ b/pgcommitfest/commitfest/templates/patch.html @@ -61,6 +61,15 @@ Git {%endif%} + + Checkout latest CFbot patchset + + Go to your local checkout of the PostgreSQL repository and run: +
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
+git fetch commitfest cf/{{patch.id}}
+git checkout commitfest/cf/{{patch.id}}
+ + Emails -- 2.39.5