# 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
Age | Commit message (Expand) | Author |
2020-11-23 | gnu: lsof: Cross-compile....* gnu/packages/lsof.scm (lsof)[arguments]: Use CC-FOR-TARGET.
| Tobias Geerinckx-Rice |
2020-11-23 | gnu: lsof: Make test failures fatal....* gnu/packages/lsof.scm (lsof)[source]: Add patch to make test suite
failures stop the build.
* gnu/packages/patches/lsof-fatal-test-failures.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Tobias Geerinckx-Rice |
2020-11-23 | gnu: lsof: Respect #:tests?....* gnu/packages/lsof.scm (lsof)[arguments]: The 'check phase takes and
respects a TESTS? keyword.
| Tobias Geerinckx-Rice |
2020-11-23 | gnu: lsof: Update to 4.94.0....* gnu/packages/lsof.scm (lsof): Update to 4.94.0.
[source]: Switch to new git upstream.
[native-inputs]: Add groff.
[arguments]: Remove custom 'unpack phase. Add a 'build-man-page phase.
Remove the upstreamed glibc@2.28 test fix.
| Tobias Geerinckx-Rice |
2020-07-16 | gnu: lsof: Use HTTPS home page....* gnu/packages/lsof.scm (lsof)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |