[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: website: haunt: Update build directory.
From: |
Luis Felipe López Acevedo |
Subject: |
01/01: website: haunt: Update build directory. |
Date: |
Thu, 18 Apr 2019 19:56:46 -0400 (EDT) |
lfla pushed a commit to branch master
in repository guix-artwork.
commit df6f5b04177bb6cf1abab1502bb9f97337735ee4
Author: sirgazil <address@hidden>
Date: Thu Apr 18 18:44:52 2019 -0500
website: haunt: Update build directory.
This commit removes a comment about an old Haunt bug related to
using dots in URI paths to resources,¹ and updates the website build
directory '/tmp/gnu.org/software/guix'.
* website/haunt.scm (site): Update #:build-directory.
1. http://lists.gnu.org/archive/html/guile-user/2017-12/msg00070.html
---
website/haunt.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/website/haunt.scm b/website/haunt.scm
index 18849ca..d29c0d4 100644
--- a/website/haunt.scm
+++ b/website/haunt.scm
@@ -17,8 +17,7 @@
#:domain (if (getenv "GUIX_WEB_SITE_INFO")
"https://guix.info"
"https://gnu.org/software/guix")
- ;; BUG: Can't use . in directory names (e.g. /tmp/gnu.org).
- #:build-directory "/tmp/gnu/software/guix"
+ #:build-directory "/tmp/gnu.org/software/guix"
#:readers (list sxml-reader html-reader commonmark-reader)
#:builders (list base:builder
blog:builder