[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: doc: Tweak mcron example.
From: |
guix-commits |
Subject: |
02/07: doc: Tweak mcron example. |
Date: |
Wed, 22 Jul 2020 18:26:19 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 9e0d896bf3208a6dffa9b2798185dbf976bad9a8
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jul 22 22:15:04 2020 +0200
doc: Tweak mcron example.
* doc/guix.texi (Scheduled Job Execution): In example, move '%min-level'
definition after 'use-modules'.
---
doc/guix.texi | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index feef91b..b0eba01 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -13843,12 +13843,14 @@ illustrates that.
(with-imported-modules (source-module-closure
'((guix build utils)))
#~(begin
- (define %min-level 20)
(use-modules (guix build utils)
(ice-9 popen)
(ice-9 regex)
(ice-9 textual-ports)
(srfi srfi-2))
+
+ (define %min-level 20)
+
(setenv "LC_ALL" "C") ;ensure English output
(and-let* ((input-pipe (open-pipe*
OPEN_READ
- branch master updated (2f64880 -> c984b70), guix-commits, 2020/07/22
- 01/07: doc: Recommend running 'guix git authenticate' when cloning the repo., guix-commits, 2020/07/22
- 02/07: doc: Tweak mcron example.,
guix-commits <=
- 03/07: git: Factorize 'resolve-reference'., guix-commits, 2020/07/22
- 04/07: git: 'update-cached-checkout' has a new #:check-out? parameter., guix-commits, 2020/07/22
- 05/07: guix system: 'reconfigure' disallows downgrades by default., guix-commits, 2020/07/22
- 06/07: gnu: guix-jupyter: Correct kernel search location., guix-commits, 2020/07/22
- 07/07: gnu: jupyter-guile-kernel: Update to f25fb90 and build with Guile 3., guix-commits, 2020/07/22