aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gd.scm
AgeCommit message (Collapse)Author
2013-06-16gnu: Add GD.Ludovic Courtès
* gnu/packages/gd.scm: New file. * Makefile.am (MODULES): Add it.
23:57 +0200'>2020-08-24services: unattended-upgrade: Add 'operating-system-file' field.Ludovic Courtès * gnu/services/admin.scm (<unattended-upgrade-configuration>)[operating-system-file]: New field. (unattended-upgrade-mcron-jobs): Honor it. * doc/guix.texi (Unattended Upgrades): Document it. 2020-07-27services: Add 'unattended-upgrade-service-type'.Ludovic Courtès * gnu/services/admin.scm (<unattended-upgrade-configuration>): New record type. (%unattended-upgrade-log-file): New variable. (unattended-upgrade-mcron-jobs, unattended-upgrade-log-rotations): New procedures. (unattended-upgrade-service-type): New variable. * doc/guix.texi (Service Reference): Add 'provenance-service-type' anchor. (Unattended Upgrades): New section. 2020-05-06services: rottlog: Append '.gz' to rotated file.Brice Waegeneire Fixes <https://issues.guix.info/issue/40945>. * gnu/services/admin.scm (%default-rotations): Add option 'storefile'. 2019-06-15services: Remove unneeded imports that led to cycles.Ludovic Courtès Fixes <https://bugs.gnu.org/36207>. Reported by Jack Hill <jackhill@jackhill.us>. * gnu/services/admin.scm: Remove unneeded import of (gnu services base). * gnu/services/mcron.scm: Likewise. 2018-12-23services: Fix typo in (gnu services admin).Tobias Geerinckx-Rice * gnu/services/admin.scm: Fix typo in licence header. 2018-10-04services: rottlog: Use command strings in the mcron jobs.Ludovic Courtès * gnu/services/admin.scm (default-jobs): Remove the lambda around "/…/bin/rottlog" to make "herd schedule mcron" more transparent (otherwise it just says "Lambda function").