aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/build-tools.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-10-03 14:48:27 +0300
committerEfraim Flashner <efraim@flashner.co.il>2023-10-18 11:36:11 +0300
commitbd15be7019f6fc4bea40437575af35388c3c76e0 (patch)
treeae22e241fda47bf670d8004dfeaa64f3e860ff36 /gnu/packages/build-tools.scm
parentabf509b7793ff4391cde29176d4c8e546b07f03d (diff)
downloadguix-bd15be7019f6fc4bea40437575af35388c3c76e0.tar.gz
guix-bd15be7019f6fc4bea40437575af35388c3c76e0.zip
gnu: rust-yansi-0.5: Update to 0.5.1.
* gnu/packages/crates-io.scm (rust-yansi-0.5): Update to 0.5.1. [arguments]: Don't skip build. [cargo-development-inputs]: Add rust-serial-test-0.6.
Diffstat (limited to 'gnu/packages/build-tools.scm')
0 files changed, 0 insertions, 0 deletions
4c5b17'>tests: 'run-basic-test' can enter a root password.Ludovic Courtès * gnu/tests/base.scm (run-basic-test): Add #:root-password and honor it. 2020-03-02gnu: Add system test for CUPS.Marius Bakke * gnu/tests/cups.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. 2020-02-22tests: Factorize LUKS passphrase.Ludovic Courtès * gnu/tests/install.scm (%luks-passphrase): New variable. (%encrypted-root-installation-script): Use it. (enter-luks-passphrase): Use it. 2020-02-09Update e-mail address for Jakob L. Kreuze.Tobias Geerinckx-Rice As requested here: <https://lists.gnu.org/archive/html/guix-devel/2020-02/msg00128.html>. * .mailmap: Add an entry for Jakob. * gnu/machine.scm, gnu/machine/digital-ocean.scm, gnu/machine/ssh.scm, gnu/packages/admin.scm, gnu/packages/i2p.scm, gnu/packages/music.scm, gnu/packages/web.scm, gnu/tests/reconfigure.scm, guix/scripts/deploy.scm, guix/scripts/system/reconfigure.scm: Update their e-mail address. 2020-01-31gnu: Update opensmtpd configuration grammar.Tobias Geerinckx-Rice This follows up on commit 0d486909083c98d7c75cdfc027f89e69f9bf8f48. * gnu/services/mail.scm (%default-opensmtpd-config-file): Adapt to ‘new’ ≥6.4 grammar. * gnu/tests/mail.scm (%opensmtpd-os): Likewise. 2020-01-20tests: mail: Remove %getmail-os from the bottom of the file.Christopher Baines This was left over when debugging the system test. * gnu/tests/mail.scm: Remove %getmail-os from the bottom of the file. 2020-01-19tests: install: "raid-root-os" test uses RAID-1 instead of RAID-0.Ludovic Courtès Fixes <https://bugs.gnu.org/38086>. Thanks to Vagrant and Tobias! * gnu/tests/install.scm (%raid-root-os)[initrd-modules]: Add "raid1" instead of "raid0". (%raid-root-installation-script): Make the partitions twice as big. Invoke 'mdadm' with '--level=mirror' instead of '--level=stripe'; connect "yes" to its stdin. (%test-raid-root-os): Set #:target-size to 2.8 GiB. 2020-01-08services: nfs: Add nfs-service-type.Ricardo Wurmus * gnu/services/nfs.scm (<nfs-configuration>): New record. (nfs-configuration, nfs-configuration?, nfs-configuration-nfs-utils, nfs-configuration-nfs-version, nfs-configuration-exports, nfs-configuration-rpcmountd-port, nfs-configuration-rpcstatd-port, nfs-configuration-rpcbind, nfs-configuration-idmap-domain, nfs-configuration-nfsd-port, nfs-configuration-nfsd-threads, nfs-configuration-pipefs-directory, nfs-configuration-debug, nfs-shepherd-services): New procedures. (nfs-service-type): New variable. * doc/guix.texi (Network File System): Document it. * gnu/tests/nfs.scm (%test-nfs-server): New variable. (%base-os): Use default value of rpcbind-service-type. 2020-01-03tests: install: Test a JFS root file system.Tobias Geerinckx-Rice * gnu/tests/install.scm (%jfs-root-os, %jfs-root-installation-script) (%test-jfs-root-os): New variables. 2019-11-18tests: install: Fix typo.Maxim Cournoyer * gnu/tests/install.scm (run-install): Fix typo in docstring. 2019-11-09tests: Update references to the now-deprecated 'guile-json' variable.Ludovic Courtès * gnu/tests/docker.scm (build-tarball&run-docker-test): Refer to 'guile-json-3' instead of 'guile-json'. * gnu/tests/singularity.scm (build-tarball&run-singularity-test): Likewise. 2019-11-06tests: install: Increase root partition size.Ludovic Courtès 1.2G had become slightly too small on x86_64. This is a followup to 8dfb0c969e513276c632b8d26fb3601fa02993ca. * gnu/tests/install.scm (%simple-installation-script) (%extlinux-gpt-installation-script) (%simple-installation-script-for-/dev/vda): Switch from 1.2G to 1.4G. 2019-09-25services: Add the Guix Data Service.Christopher Baines * gnu/services/guix.scm: New file. * gnu/tests/guix.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add both new files. * doc/guix.texi (Guix Services): New section documenting the Guix Data Service.