aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-01-24 10:48:24 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-02-01 11:53:58 -0500
commitcdbe4a7c704ffe1d4bbdb632709f233aab31f942 (patch)
tree10411fcfa1a78ecd748d45dac5a6110debcb3ba8 /Makefile.am
parent9e906e8d3b7303e9f22eb57d18cc437f06727b75 (diff)
downloadguix-cdbe4a7c704ffe1d4bbdb632709f233aab31f942.tar.gz
guix-cdbe4a7c704ffe1d4bbdb632709f233aab31f942.zip
gnu: python-flasgger: Do not set PYTHONPATH.
* gnu/packages/python-check.scm (python-flasgger) [phases]{check}: Do not set PYTHONPATH.
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions
project-list]: New field. (serialize-project-list): New procedure that uses PLAIN-FILE to generate a file from the string list given by the user as input. (serialize-cgit-configuration): Make sure to serialize 'project-list' before 'repostory-directory'. 2018-04-11services: cgit: Enforce serialization order.Clément Lassieur * gnu/services/cgit.scm (serialize-cgit-configuration): New procedure that serializes fields with a precise order. (cgit-activation): Replace the generic SERIALIZE-CONFIGURATION with SERIALIZE-CGIT-CONFIGURATION. 2018-04-11services: cgit: Add support for file-like objects.Clément Lassieur * doc/guix.texi (Version Control Services): Update accordingly. * gnu/services/cgit.scm (serialize-field, serialize-string, serialize-boolean, serialize-integer, serialize-repository-cgit-configuration-list, serialize-nginx-server-configuration-list, serialize-repo-field, serialize-repo-boolean, serialize-repo-integer, serialize-module-link-path, serialize-repository-directory, serialize-mimetype-alist): Return strings or string-valued gexps and stop printing. (repository-cgit-configuration)[source-filter, about-filter, commit-filter, logo, owner-filter], (cgit-configuration)[auth-filter, commit-filter, css, email-filter, favicon, include, logo, owner-filter, mimetype-file, readme, source-filter]: Replace STRING with FILE-OBJECT. (file-object?, serialize-file-object, repo-file-object?, serialize-repo-file-object): New procedures. (cgit-activation): Use SERIALIZE-CONFIGURATION's return value with MIXED-TEXT-FILE instead of using its output with PLAIN-FILE. 2018-04-11services: cgit: Simplify 'serialize-module-link-path'.Clément Lassieur * gnu/services/cgit.scm (serialize-module-link-path): Remove STRING-DROP-RIGHT and UGLIFY-FIELD-NAME. 2018-04-11services: cgit: Simplify 'uglify-field-name'.Clément Lassieur * gnu/services/cgit.scm (uglify-field-name): Remove STRING-JOIN and STRING-SPLIT. 2018-02-28services: cgit: Add more configuration fields.Oleg Pykhalov * gnu/services/version-control.scm (cgit-service-type): Move to separate file. * gnu/services/cgit.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add this. * gnu/tests/version-control.scm: Add this. * doc/guix.texi (Cgit Service): Document this.