# This is a "service unit file" for the systemd init system to launch # 'guix publish'. Drop it in /etc/systemd/system or similar to have # 'guix publish' automatically started. [Unit] Description=Publish the GNU Guix store [Service] ExecStart=@localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix publish --user=nobody --port=8181 Environment='GUIX_LOCPATH=@localstatedir@/guix/profiles/per-user/root/guix-profile/lib/locale' LC_ALL=en_US.utf8 RemainAfterExit=yes StandardOutput=syslog StandardError=syslog # See . TasksMax=1024 [Install] WantedBy=multi-user.target 63921c02c957d880867f56d1287e8cb0f8'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/cpan.scm
AgeCommit message (Expand)Author
2020-01-15import: cpan: Rewrite tests to use an HTTP server instead of mocking....Ludovic Courtès
2020-01-15import: cpan: Rewrite to use 'define-json-mapping'....Ludovic Courtès
2019-08-22Revert "import: cpan: Adapt for the change to guile-json version 3."...Mark H Weaver
2019-08-21import: cpan: Adapt for the change to guile-json version 3....Christopher Baines
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès
2018-08-24import: cpan: Adjust test to new URL....Ludovic Courtès
2017-10-30Revert "import: cpan: Use HTTPS for home pages."...Tobias Geerinckx-Rice
2017-10-29import: cpan: Use HTTPS for home pages....Tobias Geerinckx-Rice
2017-10-28import: cpan: Add trailing "/" on home-page....Eric Bavier
2017-10-28import: cpan: Propagate imported dependencies....Eric Bavier
2017-09-14import: cpan: Adjust expected license in tests....Ludovic Courtès
2017-06-07import: cpan: Update CPAN importer to use MetaCPAN v1 API....James Richardson
2017-02-13tests: Adjust for 'http-fetch' change in (guix import json)....Ludovic Courtès
2016-12-18tests: Mock up http-fetch....Ricardo Wurmus
2016-12-18tests: Adjust cpan tests....Ricardo Wurmus
2016-11-10tests: Adjust 'url-fetch' mocks to TLS changes....Ludovic Courtès