From 89fdd9ee0cc8817283449b33a8c1a2604c575c7e Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 3 Oct 2018 22:44:11 +0200 Subject: services: rottlog: Use command strings in the mcron jobs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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"). --- gnu/services/admin.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gnu/services') diff --git a/gnu/services/admin.scm b/gnu/services/admin.scm index f08c896334..d7bda61ed7 100644 --- a/gnu/services/admin.scm +++ b/gnu/services/admin.scm @@ -125,11 +125,9 @@ for ROTATION." (define (default-jobs rottlog) (list #~(job '(next-hour '(0)) ;midnight - (lambda () - (system* #$(file-append rottlog "/sbin/rottlog")))) + #$(file-append rottlog "/sbin/rottlog")) #~(job '(next-hour '(12)) ;noon - (lambda () - (system* #$(file-append rottlog "/sbin/rottlog")))))) + #$(file-append rottlog "/sbin/rottlog")))) (define-record-type* rottlog-configuration make-rottlog-configuration -- cgit v1.2.3 a878c6851abc899'>treecommitdiff
AgeCommit message (Expand)Author
2021-12-10Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe
2021-12-06ci: Cross-build the 'guix' package....Ludovic Courtès
2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe
2021-10-04ci: Allow manifests to contain any lowerable object....Ludovic Courtès
2021-09-27ci: Adjust 'channel-build-system' to monadic style....Ludovic Courtès
2021-07-10ci: Build commencement packages supported on the target system....Ludovic Courtès
2021-07-09ci: Add bootstrap packages to the core subset....Mathieu Othacehe
2021-07-09ci: Add bootstrap packages to the core subset....Mathieu Othacehe
2021-07-05ci: Change "core" subset to include the latest GCC and Guile....Ludovic Courtès
2021-07-03ci: Remove duplicate ".SYSTEM" extension for cross-compilation jobs....Ludovic Courtès
2021-05-25ci: Add derivation inputs....Mathieu Othacehe
2021-05-25ci: Add derivation inputs....Mathieu Othacehe
2021-04-28ci: Add custom subset....Mathieu Othacehe
2021-04-28ci: Add arguments->systems procedure....Mathieu Othacehe
2021-04-28ci: Factorize image->job procedure....Mathieu Othacehe
2021-04-18ci: tarball: Use "current-guix" as profile name....Mathieu Othacehe
2021-04-12ci: Fix system-tests subset....Mathieu Othacehe
2021-04-08ci: Introduce new subsets....Mathieu Othacehe
2021-04-08ci: Remove the job period argument....Mathieu Othacehe
2021-03-23ci: %cross-targets: Add powerpc64le-linux-gnu....Chris Marusich
2021-03-23ci: Change manifest argument type....Mathieu Othacehe
2021-03-14ci: Support packages with multiple channels....Mathieu Othacehe
2021-03-14ci: Add channel subset support....Mathieu Othacehe
2021-03-10ci: Remove hydra support....Mathieu Othacehe
2021-01-31ci: Remove the package version from the job name....Mathieu Othacehe
2021-01-29ci: Raise max-silent-time to 3600....Mathieu Othacehe
2020-12-03ci: Build novena-barebones-raw-image....Danny Milosavljevic
2020-12-01Revert "ci: Temporarily disable image-jobs."...Mathieu Othacehe
2020-11-29ci: Temporarily disable image-jobs....Mathieu Othacehe
2020-11-25ci: Limit image and system tests jobs periodicity....Mathieu Othacehe
2020-11-20image: Add pinebook-pro support....Mathieu Othacehe
2020-11-02ci: Restore license handling....Mathieu Othacehe
2020-11-02ci: Convert license to text....Mathieu Othacehe
2020-11-02ci: Ignore package license....Mathieu Othacehe
2020-10-06images: Add pine64-barebones-raw-image....Mathieu Othacehe
2020-10-01ci: Add log and outputs keys....Mathieu Othacehe
2020-10-01ci: Add nix-name and system keys....Mathieu Othacehe
2020-09-29ci: Build hurd-barebones-qcow2-image....Mathieu Othacehe
2020-09-25ci: Remove native-system restriction from "hello" and "list" jobsets....Jan (janneke) Nieuwenhuizen
2020-09-03ci: In the 'core' subset, build GCC >= 7....Ludovic Courtès
2020-09-03gnu: ci: Truncate git commit in ISO label....Julien Lepiller
2020-08-31gnu: ci: Set label in iso9660 jobs....Julien Lepiller