[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/19: squash! self: Build directories in chunks of max 25 files at a ti
From: |
guix-commits |
Subject: |
04/19: squash! self: Build directories in chunks of max 25 files at a time. -- typo |
Date: |
Sat, 2 Sep 2023 11:48:56 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 70a901590b76860c0316622983fdf8e9cef9df10
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Aug 24 16:51:40 2023 +0200
squash! self: Build directories in chunks of max 25 files at a time. -- typo
---
guix/self.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/guix/self.scm b/guix/self.scm
index fc2dfd8131..f5ba9cd107 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -1254,10 +1254,10 @@ containing MODULE-FILES and possibly other files as
well."
files ;seed
list))) ;tail
(for-each
- (lambda (chunck)
+ (lambda (chunk)
;; Hide compilation warnings.
(parameterize ((current-warning-port (%make-void-port "w")))
- (compile-files directory output chunck
+ (compile-files directory output chunk
#:workers (parallel-job-count)
#:report-load report-load
#:report-compilation report-compilation))
- branch hurd-team created (now 17f1e06a5f), guix-commits, 2023/09/02
- 04/19: squash! self: Build directories in chunks of max 25 files at a time. -- typo,
guix-commits <=
- 06/19: maint: Support `guix shell' in Guix's git archive with manifest.scm., guix-commits, 2023/09/02
- 07/19: gnu: gdk-pixbuf: Build without gobject-introspection for the Hurd., guix-commits, 2023/09/02
- 09/19: hurd: Support system init in /libexec/runsystem., guix-commits, 2023/09/02
- 11/19: system: hurd: Add procps to %base-packages/hurd., guix-commits, 2023/09/02
- 13/19: DRAFT hurd: Support second boot., guix-commits, 2023/09/02
- 03/19: gnu: guix: Update to 1.4.0-12.329069a2fb., guix-commits, 2023/09/02
- 08/19: gnu: librsvg: Build without gobject-introspection for the Hurd., guix-commits, 2023/09/02
- 10/19: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2023/09/02
- 01/19: self: Build directories in chunks of max 25 files at a time., guix-commits, 2023/09/02
- 19/19: Revert "DRAFT daemon: Support chroot builds on GNU/Hurd.", guix-commits, 2023/09/02