Age | Commit message (Collapse) | Author |
|
* guix/forge/git.scm: New file.
* guix/forge/klaus.scm: Import git-without-safe-directory-check
from (forge git). Do not import (gnu packages version-control)
and (guix utils).
(git-without-safe-directory-check): Move to (forge git).
(python-klaus): Move comment about git-without-safe-directory-check.
|
|
* guix/forge/klaus.scm (git-without-safe-directory-check): Disable
test t0411.
|
|
* guix/forge/gunicorn.scm: Import (forge environment).
(gunicorn-shepherd-services): Use <environment-variable> record.
* doc/forge.skb (Services)[Specialized application deployment
services]{gunicorn service}: Document it.
* guix/forge/klaus.scm: Import (forge environment).
(klaus-gunicorn-app): Use <environment-variable> record.
|
|
* guix/forge/klaus.scm (klaus-gunicorn-app): Make klaus package a
configurable keyword argument.
|
|
* guix/forge/klaus.scm (klaus-gunicorn-app): Change default socket to
/var/run/gunicorn/klaus/socket.
|
|
* guix/forge/klaus.scm: Import (forge socket).
(klaus-gunicorn-app): Make sockets a keyword argument with a singleton
list of Unix sockets as the default.
|
|
* guix/forge/klaus.scm: Import (forge gunicorn) and (gnu system
file-systems).
(klaus-gunicorn-app): New public function.
* doc/forge.skb (Introduction): Advertise klaus support.
(Reference): Document klaus-gunicorn-app.
|
|
* guix/forge/klaus.scm: Import python-pytest from (gnu packages
check); python-flask and python-werkzeug from (gnu packages
python-web); python-dulwich, python-humanize and python-pygments
from (gnu packages python-xyz).
(python-klaus): New variable.
|
|
* guix/forge/klaus.scm: Import git-minimal from (gnu packages
version-control), (guix gexp) and (guix utils).
(git-without-safe-directory-check): New variable.
|
|
* guix/forge/klaus.scm: New file.
|