aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests
ModeNameSize
-rw-r--r--audio.scm4069logplainabout
-rw-r--r--base.scm47965logplainabout
-rw-r--r--cachefilesd.scm2414logplainabout
-rw-r--r--ci.scm4334logplainabout
-rw-r--r--cups.scm4141logplainabout
d---------data50logplain
-rw-r--r--databases.scm16500logplainabout
-rw-r--r--desktop.scm12729logplainabout
-rw-r--r--dict.scm4473logplainabout
-rw-r--r--docker.scm18911logplainabout
-rw-r--r--emacs.scm4104logplainabout
-rw-r--r--file-sharing.scm11386logplainabout
-rw-r--r--ganeti.scm10906logplainabout
-rw-r--r--gdm.scm4740logplainabout
-rw-r--r--guix.scm14964logplainabout
-rw-r--r--image.scm8539logplainabout
-rw-r--r--install.scm80388logplainabout
-rw-r--r--ldap.scm5682logplainabout
-rw-r--r--lightdm.scm6125logplainabout
-rw-r--r--linux-modules.scm7537logplainabout
-rw-r--r--mail.scm22965logplainabout
-rw-r--r--messaging.scm8876logplainabout
-rw-r--r--monitoring.scm11234logplainabout
-rw-r--r--networking.scm32068logplainabout
-rw-r--r--nfs.scm14743logplainabout
-rw-r--r--package-management.scm3761logplainabout
-rw-r--r--pam.scm3789logplainabout
-rw-r--r--reconfigure.scm10561logplainabout
-rw-r--r--rsync.scm5856logplainabout
-rw-r--r--samba.scm6979logplainabout
-rw-r--r--sddm.scm4056logplainabout
-rw-r--r--security-token.scm2268logplainabout
-rw-r--r--security.scm7593logplainabout
-rw-r--r--singularity.scm5757logplainabout
-rw-r--r--ssh.scm10885logplainabout
-rw-r--r--telephony.scm17233logplainabout
-rw-r--r--upnp.scm5860logplainabout
-rw-r--r--version-control.scm17456logplainabout
-rw-r--r--virtualization.scm18032logplainabout
-rw-r--r--vnc.scm8905logplainabout
-rw-r--r--vnstat.scm5923logplainabout
-rw-r--r--web.scm24231logplainabout
msg-tooltip'>Add 'nix-name and 'system properties to hydra objects. This way Cuirass won't have to go through every derivation to add those properties. * gnu/ci.scm (package->alist, image-jobs, system-test-jobs, tarball-jobs): Add 'nix-name and 'system properties. * build-aux/hydra/guix-modular.scm (build-job): Ditto. Mathieu Othacehe 2020-08-29build: Remove references to the 'nix-hash' program....* configure.ac: Remove check for 'nix-hash'. * tests/base32.scm (%nix-hash, %have-nix-hash?): Remove. ("sha256 & bytevector->nix-base32-string"): Remove test. * build-aux/pre-inst-env.in: Do not set 'NIX_HASH' environment variable. Ludovic Courtès 2020-08-24Use "guile-zlib" and "guile-lzlib" instead of (guix config)....* Makefile.am (MODULES): Remove guix/zlib.scm and guix/lzlib.scm, (SCM_TESTS): remove tests/zlib.scm, tests/lzlib.scm. * build-aux/build-self.scm (make-config.scm): Remove unused %libz variable. * configure.ac: Remove LIBZ and LIBLZ variables and check instead for Guile-zlib and Guile-lzlib. * doc/guix.texi ("Requirements"): Remove zlib requirement and add Guile-zlib and Guile-lzlib instead. * gnu/packages/package-management.scm (guix)[native-inputs]: Add "guile-zlib" and "guile-lzlib", [inputs]: remove "zlib" and "lzlib", [propagated-inputs]: ditto, [arguments]: add "guile-zlib" and "guile-lzlib" to Guile load path. * guix/config.scm.in (%libz, %liblz): Remove them. * guix/lzlib.scm: Remove it. * guix/man-db.scm: Use (zlib) instead of (guix zlib). * guix/profiles.scm (manual-database): Do not stub (guix config) in imported modules list, instead add "guile-zlib" to the extension list. * guix/scripts/publish.scm: Use (zlib) instead of (guix zlib) and (lzlib) instead of (guix lzlib), (string->compression-type, effective-compression): do not check for zlib and lzlib availability. * guix/scripts/substitute.scm (%compression-methods): Do not check for lzlib availability. * guix/self.scm (specification->package): Add "guile-zlib" and "guile-lzlib" and remove "zlib" and "lzlib", (compiled-guix): remove "zlib" and "lzlib" arguments and add guile-zlib and guile-lzlib to the dependencies, also do not pass "zlib" and "lzlib" to "make-config.scm" procedure, (make-config.scm): remove "zlib" and "lzlib" arguments as well as %libz and %liblz variables. * guix/utils.scm (lzip-port): Use (lzlib) instead of (guix lzlib) and do not check for lzlib availability. * guix/zlib.scm: Remove it. * m4/guix.m4 (GUIX_LIBZ_LIBDIR, GUIX_LIBLZ_FILE_NAME): Remove them. * tests/lzlib.scm: Use (zlib) instead of (guix zlib) and (lzlib) instead of (guix lzlib), and do not check for zlib and lzlib availability. * tests/publish.scm: Ditto. * tests/substitute.scm: Do not check for lzlib availability. * tests/utils.scm: Ditto. * tests/zlib.scm: Remove it. Mathieu Othacehe 2020-07-11maint: Remove 'build-aux/git-authenticate.scm'....* Makefile.am (channel_intro_commit, channel_intro_signer): New variables. (authenticate): Use it. (EXTRA_DIST): Remove 'build-aux/git-authenticate.scm'. * build-aux/git-authenticate.scm: Remove. Ludovic Courtès 2020-06-16maint: "make authenticate" behaves like 'guix pull' by default....* build-aux/git-authenticate.scm (%use-historical-authorizations?) (%introductory-commit): New variables. * build-aux/git-authenticate.scm (git-authenticate): Use pass the empty list as #:default-authorizations when %USE-HISTORICAL-AUTHORIZATIONS? is false. Ludovic Courtès 2020-06-16git-authenticate: Cache takes a key parameter....* guix/git-authenticate.scm (authenticated-commit-cache-file) (cache-authenticated-commit, previously-authenticated-commits): Add 'key' parameter and honor it. * build-aux/git-authenticate.scm (git-authenticate): Pass "channels/guix" as the key. Ludovic Courtès