aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer
ModeNameSize
d---------aux-files36logplain
-rw-r--r--connman.scm14569logplainabout
-rw-r--r--final.scm9976logplainabout
-rw-r--r--hostname.scm957logplainabout
-rw-r--r--keymap.scm6851logplainabout
-rw-r--r--locale.scm7359logplainabout
-rw-r--r--newt.scm4478logplainabout
d---------newt658logplain
-rw-r--r--parted.scm58344logplainabout
-rw-r--r--proxy.scm1372logplainabout
-rw-r--r--record.scm3339logplainabout
-rw-r--r--services.scm6456logplainabout
-rw-r--r--steps.scm10819logplainabout
-rw-r--r--substitutes.scm1371logplainabout
-rw-r--r--tests.scm14732logplainabout
-rw-r--r--timezone.scm4450logplainabout
-rw-r--r--user.scm2135logplainabout
-rw-r--r--utils.scm8010logplainabout
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 2019-11-27substitute: Make '%allow-unauthenticated-substitutes?' public....* guix/scripts/substitute.scm (warn-about-missing-authentication): New procedure. (%allow-unauthenticated-substitutes?): Turn into a public parameter and use 'warn-about-missing-authentication'. (valid-narinfo?): Adjust accordingly. * tests/substitute.scm (call-with-narinfo): Likewise. Ludovic Courtès