aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-describe.sh
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-11-04 09:59:02 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-11-04 10:01:20 +0100
commitd7f017d5ff5b045d8e4e18ccf4ede3a10da01906 (patch)
tree23f98e289d17d52740b38959b7589095a7764e62 /tests/guix-describe.sh
parent4a01cc884feef93ec1e29c7188d3763f82c4a945 (diff)
downloadguix-d7f017d5ff5b045d8e4e18ccf4ede3a10da01906.tar.gz
guix-d7f017d5ff5b045d8e4e18ccf4ede3a10da01906.zip
gnu: r-rpart: Update to 4.1.19.
* gnu/packages/statistics.scm (r-rpart): Update to 4.1.19.
Diffstat (limited to 'tests/guix-describe.sh')
0 files changed, 0 insertions, 0 deletions
ate procedure. (desktop-services-for-system): Use elogind-service-type. * gnu/tests/lightdm.scm (minimal-desktop-services): Ditto. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2023-02-09system: Deprecate hosts-file.Bruno Victal * gnu/system.scm (operating-system-hosts-file): Deprecate procedure. (warn-hosts-file-field-deprecation): New procedure, helper for deprecated variable. (operating-system)[hosts-file]: Use helper to warn deprecated field. (local-host-aliases): Mark as deprecated. (local-host-entries): New procedure. (operating-system-default-essential-services, hurd-default-essential-services): Use hosts-service-type. Use '%operating-system-hosts-file' and 'local-host-entries'. (default-/etc/hosts): Remove procedure. (operating-system-etc-service): Remove hosts file. * doc/guix.texi (operating-system Reference) (Networking Services) (Virtualization Services): Rewrite documentation entries to use hosts-service-type. Co-authored-by: Ludovic Courtès <ludo@gnu.org> 2023-02-05services: Add mympd-service-type.Bruno Victal * gnu/services/audio.scm (mympd-service-type): New variable. * gnu/tests/audio.scm (%test-mympd): New variable. * doc/guix.texi: Document it. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> 2023-01-22gnu: hpcguix-web: Update to 0.3.0.Ludovic Courtès * gnu/packages/web.scm (hpcguix-web): Update to 0.3.0. [inputs]: Add GUILE-SYNTAX-HIGHLIGHT. [arguments]: In 'wrap-program' phase, take guile-syntax-highlight into account. * gnu/tests/web.scm (%hpcguix-web-specs): Remove 'define'. * doc/guix.texi (Web Services): Adjust accordingly. 2023-01-08gnu: Remove linux-libre 4.9.Leo Famulari This kernel series is no longer supported upstream: https://lkml.iu.edu/hypermail/linux/kernel/2301.0/06398.html https://www.kernel.org/category/releases.html * gnu/packages/aux-files/linux-libre/4.9-i686.conf, gnu/packages/aux-files/linux-libre/4.9-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove them. * gnu/packages/linux.scm (linux-libre-4.9-version, linux-libre-4.9-gnu-revision, deblob-scripts-4.9, linux-libre-4.9-pristine-source, linux-libre-4.9-source, linux-libre-headers-4.9, linux-libre-4.9): Remove variables. * gnu/tests/base.scm (%test-linux-libre-4.9): Likewise. 2022-12-12tests: Add system tests for each supported kernel version.Marius Bakke * gnu/tests/base.scm (%test-basic-os): Rename to ... (test-basic-os): ... this, and turn into procedure that takes optional KERNEL argument. (%test-basic-os): Use that procedure. (%test-linux-libre-5.15, %test-linux-libre-5.10, %test-linux-libre-5.4, %test-linux-libre-4.19, %test-linux-libre-4.14, %test-linux-libre-4.9): New tests. 2022-12-12Merge branch 'version-1.4.0'Ludovic Courtès 2022-12-06tests: docker-system: Increase image size.Ludovic Courtès * gnu/tests/docker.scm (run-docker-system-test)[vm]: Increase 'disk-image-size'. 2022-12-06Revert "tests: install: Fix iso-image-installer test."Maxim Cournoyer This reverts commit 0f66ef9aa99d2043abccbc80d858bdeca57534ac. e2fsprogs is now included in the installation operating system since 34f69bc6e6ea555929ecca83ee7592f5261ff5f2, making this workaround obsolete. Suggested-by: Ludovic Courtès <ludo@gnu.org> 2022-12-05Revert "tests: install: Fix iso-image-installer test."Maxim Cournoyer This reverts commit 0f66ef9aa99d2043abccbc80d858bdeca57534ac. e2fsprogs is now included in the installation operating system since 34f69bc6e6ea555929ecca83ee7592f5261ff5f2, making this workaround obsolete. Suggested-by: Ludovic Courtès <ludo@gnu.org> 2022-12-04tests: Add gdm tests.Bruno Victal * gnu/tests/gdm.scm: New file. * gnu/local.mk: Register it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2022-11-20tests: mysql: Wait for the socket before running queries.Marius Bakke * gnu/tests/databases.scm (run-mysql-test): Add socket test.