aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArun Isaac2022-03-19 22:58:26 +0530
committerArun Isaac2022-03-19 23:01:12 +0530
commit0e7d98e4aa699e5e92de0864b0eb57a2d787c8c7 (patch)
tree40b81b3b8d57980a1a9a073776997c53ff6de396 /doc
parentc3cf5fc22a1a0cb1e46869d4dfbeed0fa1e27f53 (diff)
downloadguix-forge-0e7d98e4aa699e5e92de0864b0eb57a2d787c8c7.tar.gz
guix-forge-0e7d98e4aa699e5e92de0864b0eb57a2d787c8c7.tar.lz
guix-forge-0e7d98e4aa699e5e92de0864b0eb57a2d787c8c7.zip
forge: Change ownership of parent directory of website directory.
* guix/forge/forge.scm (forge-activation): Change ownership of parent directory of website directory, instead of changing the ownership of the website directory itself. * doc/forge.skb (Reference)[<forge-project>]: Document it.
Diffstat (limited to 'doc')
-rw-r--r--doc/forge.skb8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/forge.skb b/doc/forge.skb
index dae6aaa..d56a6f7 100644
--- a/doc/forge.skb
+++ b/doc/forge.skb
@@ -168,9 +168,11 @@ disregarded if the repository is remote.])
the ,(file "description") file in the repository and will appear in
the cgit web interface.])
(record-field "website-directory"
- [Path to the document root of the project website. Its
-ownership is granted to the ,(code "laminar") user so that continuous
-integration jobs can write to it.])
+ [Path to the document root of the project website. The
+ownership of its parent directory is granted to the ,(code "laminar")
+user. The idea is that the website is built by a Guix derivation as a
+store item and a symbolic link to that store item is created in the
+parent directory.])
(record-field "ci-jobs"
[List of ,(ref :mark "<forge-laminar-job>") objects
describing ,(abbr :short "CI" :long "continuous integration") jobs to