aboutsummaryrefslogtreecommitdiff
path: root/tests/publish.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-06-20 22:29:07 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-06-20 22:29:43 +0200
commit28618b05f002720bc56bae76659717a0eba4dd8b (patch)
treeac90cfb7d7c51a5686402799730d5c7cf41a751d /tests/publish.scm
parent78407a27cf69ef5bbc4facbb5b483a7e62de1b84 (diff)
downloadguix-28618b05f002720bc56bae76659717a0eba4dd8b.tar.gz
guix-28618b05f002720bc56bae76659717a0eba4dd8b.zip
gnu: pigx-rnaseq: Update to 0.0.7.
* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.7. [inputs]: Add coreutils and sed.
Diffstat (limited to 'tests/publish.scm')
0 files changed, 0 insertions, 0 deletions
. Use it to skip writing to socket. * gnu/installer/newt/final.scm (run-final-page): Rename to... (run-final-page-install): ...this. (dry-run-final-page, run-final-page): New procedures. * gnu/installer/parted.scm (bootloader-configuration): Cater for empty user partitions. * gnu/installer/utils.scm (dry-run-command): New procedure. * gnu/installer.scm (compute-locale-step): Add #:dry-run? parameter. Use it to avoid actually applying locale. (compute-keymap-step): Add dry-run? parameter. Pass it to keymap-page. (installer-program): Add #:dry-run? parameter. If #:true avoid writing to /proc, use dry-run-command, skip sync and reboot, and pass dry-run? to... (installer-steps): ...here. Add #:dry-run? parameter. Use it to disable skip network, substitutes, partitioning pages, and pass it to... compute-locale-step, compute-keymap-step, and final-page. Change-Id: I0ff4c3b0a0c69539af617c27ba37654beed44619 Janneke Nieuwenhuizen 2024-11-11installer: 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 Janneke Nieuwenhuizen