[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/47: installer: Use "partitioning-page" consistently.
From: |
guix-commits |
Subject: |
12/47: installer: Use "partitioning-page" consistently. |
Date: |
Sat, 9 Nov 2024 09:37:50 -0500 (EST) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 90ff7fe395d601d71f5f7d13f3c21df1ac1b4c0a
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Oct 21 08:00:56 2024 +0200
installer: Use "partitioning-page" consistently.
Having `partition-page' function call `RUN-partititionING-page' where all
other proxy functions call `RUN-<name>' hurts my brain while refactoring.
* gnu/installer/record.scm (<installer>)[partition-page]: Rename to...
[partitioning-page]: ...this.
* gnu/installer/newt.scm (partitioning-page, newt-installer): Update
accordingly.
* gnu/installer.scm (installer-steps): Update accordingly.
Change-Id: I6b2f3459a3d0a7a89260224b7d8438676e3411ba
---
gnu/installer.scm | 3 ++-
gnu/installer/newt.scm | 5 +++--
gnu/installer/record.scm | 5 +++--
3 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/gnu/installer.scm b/gnu/installer.scm
index 3dfcb7581a..3a05843cab 100644
--- a/gnu/installer.scm
+++ b/gnu/installer.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2019, 2020, 2022 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Florian Pelz <pelzflorian@pelzflorian.de>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -312,7 +313,7 @@ selected keymap."
(id 'partition)
(description (G_ "Partitioning"))
(compute (lambda _
- ((installer-partition-page current-installer))))
+ ((installer-partitioning-page current-installer))))
(configuration-formatter user-partitions->configuration))
(installer-step
diff --git a/gnu/installer/newt.scm b/gnu/installer/newt.scm
index e1c4453168..6d8ea35fff 100644
--- a/gnu/installer/newt.scm
+++ b/gnu/installer/newt.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2018, 2020 Mathieu Othacehe <m.othacehe@gmail.com>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -193,7 +194,7 @@ report it by email to ~a.") uploaded-name
%guix-bug-report-address)
(define (user-page)
(run-user-page))
-(define (partition-page)
+(define (partitioning-page)
(run-partitioning-page))
(define (services-page)
@@ -220,7 +221,7 @@ report it by email to ~a.") uploaded-name
%guix-bug-report-address)
(timezone-page timezone-page)
(hostname-page hostname-page)
(user-page user-page)
- (partition-page partition-page)
+ (partitioning-page partitioning-page)
(services-page services-page)
(welcome-page welcome-page)
(parameters-menu parameters-menu)
diff --git a/gnu/installer/record.scm b/gnu/installer/record.scm
index 5e0264682f..334af44a0c 100644
--- a/gnu/installer/record.scm
+++ b/gnu/installer/record.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2018, 2020 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2020 Florian Pelz <pelzflorian@pelzflorian.de>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -37,7 +38,7 @@
installer-timezone-page
installer-hostname-page
installer-user-page
- installer-partition-page
+ installer-partitioning-page
installer-services-page
installer-welcome-page
installer-parameters-menu
@@ -86,7 +87,7 @@
;; procedure void -> void
(user-page installer-user-page)
;; procedure void -> void
- (partition-page installer-partition-page)
+ (partitioning-page installer-partitioning-page)
;; procedure void -> void
(services-page installer-services-page)
;; procedure (logo #:pci-database) -> void
- 27/47: gnu: patch: Fix build for the 64bit Hurd., (continued)
- 27/47: gnu: patch: Fix build for the 64bit Hurd., guix-commits, 2024/11/09
- 25/47: gnu: elfutils: Fix build for 64bit Hurd., guix-commits, 2024/11/09
- 10/47: installer: Remove unused (newt) imports., guix-commits, 2024/11/09
- 13/47: installer: Fix file-name typos., guix-commits, 2024/11/09
- 26/47: gnu: grep: Fix build for the 64bit Hurd., guix-commits, 2024/11/09
- 30/47: gnu: gcc-13, gcc-14: Support being used as parent for gcc-static., guix-commits, 2024/11/09
- 29/47: gnu: libstdc++: Support the 64bit Hurd., guix-commits, 2024/11/09
- 46/47: gnu: grub: Fix build for the 64bit Hurd., guix-commits, 2024/11/09
- 45/47: gnu: inetutils: Fix build for the 64bit Hurd., guix-commits, 2024/11/09
- 08/47: system: examples: Add devel-hurd.tmpl., guix-commits, 2024/11/09
- 12/47: installer: Use "partitioning-page" consistently.,
guix-commits <=
- 14/47: installer: Use `%' for parameter %run-command-in-installer., guix-commits, 2024/11/09
- 19/47: gnu: gnumach: Update to v1.8+git20240406., guix-commits, 2024/11/09
- 21/47: gnu: gcc: Add indirections current-gcc, current-gcc-toolchain., guix-commits, 2024/11/09
- 15/47: installer: Add dry-run?, guix-commits, 2024/11/09
- 16/47: installer: Add "Kernel" page to select the Hurd., guix-commits, 2024/11/09
- 20/47: gnu: hurd: Update to v0.9.git20240714., guix-commits, 2024/11/09
- 23/47: gnu: cross-libc: Support cross-building for the 64bit Hurd., guix-commits, 2024/11/09
- 24/47: gnu: bash-minimal: Fix build for 64bit Hurd., guix-commits, 2024/11/09
- 28/47: gnu: libxcrypt: Support the 64bit Hurd., guix-commits, 2024/11/09
- 31/47: DRAFT gnu: bootstrap: Add support for x86_64-gnu., guix-commits, 2024/11/09