aboutsummaryrefslogtreecommitdiff
path: root/etc/indent-code.el.in
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-05-25 17:19:04 -0400
committerLeo Famulari <leo@famulari.name>2017-05-26 14:47:42 -0400
commitc0f5b8029521d86943b1d43f7dd620c7ba98b605 (patch)
tree3af46e31408dc803f76c08c36359eb75c0c8cb8c /etc/indent-code.el.in
parent8347c12291ca2234dfdee87074e305793d71f787 (diff)
downloadguix-c0f5b8029521d86943b1d43f7dd620c7ba98b605.tar.gz
guix-c0f5b8029521d86943b1d43f7dd620c7ba98b605.zip
gnu: Add python-packaging.
Diffstat (limited to 'etc/indent-code.el.in')
0 files changed, 0 insertions, 0 deletions
services: cgit: Add support for file-like objects....* 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. Clément Lassieur 2018-04-11services: cgit: Simplify 'serialize-module-link-path'....* gnu/services/cgit.scm (serialize-module-link-path): Remove STRING-DROP-RIGHT and UGLIFY-FIELD-NAME. Clément Lassieur 2018-04-11services: cgit: Simplify 'uglify-field-name'....* gnu/services/cgit.scm (uglify-field-name): Remove STRING-JOIN and STRING-SPLIT. Clément Lassieur 2018-02-28services: cgit: Add more configuration fields....* 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. Oleg Pykhalov