From 2ebb239e8c0370f8335a16bd6fd3aed24030b7d7 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Tue, 26 Dec 2023 21:06:50 -0500 Subject: [PATCH] README.org: Add section 'Verifying a Release' --- README.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.org b/README.org index f32a39d..832449b 100644 --- a/README.org +++ b/README.org @@ -241,6 +241,16 @@ This will produce a guix package with the following three outputs: this package, using the content at the same version - ~static~ :: License file and any other file that should be distributed (eg manual) +** Verifying a Release + +To manually verify a release, any http webserver can be used to serve the ~site~ output of +the guix build. For instance, this is how Python's ~http.server~ builtin http server can be +used. + +#+begin_src sh + guix shell python-wrapper -- python -m http.server -d $(guix time-machine -C channels.scm -- build -f guix.scm | grep -E '^.*-site') 3000 +#+end_src + ** TODO What is done with the release? * Deploying the Site