#!@SHELL@ # A shorthand for "guix offload", for use by the daemon. if test "x$GUIX_UNINSTALLED" = "x" then prefix="@prefix@" exec_prefix="@exec_prefix@" exec "@bindir@/guix" offload "$@" else exec guix offload "$@" fi itle='Atom feed' href='https://git.koszko.org/guix/atom/tests/guix-graph.sh?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-graph.sh
/guix/commit/gnu/services/cups.scm?id=9e3ef6f3e37aa65f25cbe025106324144ed42b3d'>services: cups: Update SSL-OPTIONS docstring....
AgeCommit message (Expand)Author
2020-09-28tests: Simplify shell exit status negation;...Eric Bavier
2020-05-11guix graph: Add '--path'....Ludovic Courtès
2020-01-16graph: Add '--load-path' option....Pierre Neidhardt
2019-11-07graph: Support package transformation options....Ludovic Courtès
Tobias Geerinckx-Rice
2019-08-27services: cups: Complete SSL-OPTIONS....Tobias Geerinckx-Rice
2019-06-05services: cups: Create /var/cache on activation....Alex Griffin
2019-03-13Remove traces of "GuixSD"....Ludovic Courtès
2018-06-22services: cups: Add description....Ricardo Wurmus
2017-04-16services: Add a default value to various service types....Ludovic Courtès
2017-03-12services: Move configuration functions that shouldn't be factorized....Clément Lassieur
2017-01-25services: Fix 'mkdir-p' in activation scripts....Clément Lassieur
2016-12-01services: cups: Follow symlinks when installing extensions....Andy Patterson
2016-11-26services: Factorize configuration abstraction....Julien Lepiller
2016-10-13gnu: Add CUPS service....Andy Wingo