Age | Commit message (Collapse) | Author |
|
* guix/forge/tissue.scm: Import (srfi srfi-26), (forge nginx), (gnu
services web) and (ice-9 match).
(socket->proxy-pass, tissue-nginx-server-blocks): New functions.
(tissue-service-type): Extend forge-nginx-service-type.
|
|
* guix/forge/tissue.scm (tissue): Update to 0.1.0-2.a918759.
(<tissue-host>)[user, upstream-repository]: Delete fields.
[projects]: New field.
(<tissue-project>): New record type.
(tissue-conf-gexp): Serialize tissue.conf in accordance with update.
(tissue-activation): Find project directories to chown from new
configuration record structure.
|
|
* guix/forge/tissue.scm (tissue-activation): Explains permissions set
on the tissue state directory.
|
|
* guix/forge/guile-git.scm: New file.
* guix/forge/tissue.scm: Import guile-git from (forge
guile-git), (guix git-download) and (guix packages). Import tissue
with a guix: prefix.
(tissue): New public variable.
|
|
* guix/forge/tissue.scm: Do not import (gnu packages autotools), (gnu
packages compression), (gnu packages gettext), (gnu packages
guile), (gnu packages guile-xyz), (gnu packages skribilo), (guix
build-system gnu), (guix download), (guix git-download), (guix
licenses) and (guix packages).
(skribilo-latest, guile-xapian-latest, tissue): Delete variables.
|
|
Prior to this, when an IP socket was used, we would be running
forge-unix-socket-path on it and thus erroring out.
* guix/forge/tissue.scm (tissue-activation): Do not embed the socket
directory creation G-expression unless the socket is a Unix socket.
|
|
* guix/forge/tissue.scm: Import lzip from (gnu packages
compression). Import (guix download).
(tissue): Update to 0.1.0.
[source]: Use url-fetch.
[native-inputs]: Add lzip.
|
|
* guix/forge/tissue.scm (guile-xapian-latest): New variable.
(tissue)[inputs]: Replace guile-xapian-latest with guile-xapian.
|
|
* guix/forge/tissue.scm: Import (gnu build linux-container), (gnu
system file-systems) and (guix least-authority).
(tissue-shepherd-service): Deprecate
make-forkexec-constructor/container in favor of
least-authority-wrapper.
|
|
This reverts commit f6beefdeacb8f1e67844142d73fc3e2de38db254. The
ownership of the state directory is set on a per-host basis. The state
directory is not owned completely by the tissue user.
|
|
* guix/forge/tissue.scm (tissue-activation): Set ownership of state
directory recursively.
|
|
tissue has made a breaking change renaming the run-web subcommand to
the web subcommand.
* guix/forge/tissue.scm (tissue-shepherd-service): Invoke `tissue web'
instead of `tissue run-web'.
|
|
* guix/forge/tissue.scm (tissue): Update to 0.1.0-1.6d6285d.
|
|
The skribilo gemtext reader, originally developed on the fork at
git.systemreboot.net, has been merged upstream. So, we should prefer
the upstream version.
* guix/forge/tissue.scm (skribilo-latest)[source]: Use skribilo from
upstream git repository, not the fork at git.systemreboot.net.
|
|
* guix/forge/tissue.scm: New file.
|