# This is a "job" for the Upstart init system to launch 'guix-daemon'. # Drop it in /etc/init to have 'guix-daemon' automatically started. description "Publish the GNU Guix store" start on runlevel [2345] stop on runlevel [016] task exec @localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix publish --user=nobody --port=8181 +xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/tests/gnu-maintenance.scm
AgeCommit message (Expand)Author
2023-09-27tests: ‘rewrite-url’ test no longer depends on network access....Ludovic Courtès
2023-08-26gnu-maintenance: Consider Qt source tarballs as "release files"....Maxim Cournoyer
2023-08-26gnu-maintenance: Add support to rewrite version in URL path....Maxim Cournoyer
2023-01-02tests: Fix gnu-maintenance tests....Hartmut Goebel
2022-11-11gnu-maintenance: 'release-file?' excludes "valgrind-3.20.0.RC1.tar.bz2"....Ludovic Courtès
2022-09-26gnu-maintenance: Test latest-html-release....Maxime Devos
2022-09-17gnu-maintenance: Support // URLs in latest-html-release....Maxime Devos
2021-05-28gnu-maintenance: 'release-file?' accepts 'v' prefix as in "PKG-v1.2.tgz"....Ludovic Courtès
2021-04-05gnu-maintenance: Recognize more source tarball naming schemes....Ludovic Courtès
2021-03-29gnu-maintenance: Recognize "-source" tarball suffix....Ludovic Courtès
2021-03-20gnu-maintenance: Accept underscores as package/version separators....Ludovic Courtès