aboutsummaryrefslogtreecommitdiff
path: root/doc/environment-gdb.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2024-11-20 19:28:54 -0500
committerLeo Famulari <leo@famulari.name>2024-11-24 18:34:04 -0500
commit0de78424bd27ec97633401c735e0a766a79b2eee (patch)
tree59e82b089fc49ecbd1781fb3a3593532620f3fe7 /doc/environment-gdb.scm
parent50d9e8b454906c0b95abfddf5c27ecfacf241cbe (diff)
downloadguix-0de78424bd27ec97633401c735e0a766a79b2eee.tar.gz
guix-0de78424bd27ec97633401c735e0a766a79b2eee.zip
gnu: linux-libre 4.19: Update to 4.19.324.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.324. (linux-libre-4.19-pristine-source): Update hash. Change-Id: I82e9d32dc7adbeaa9e416c3a2dd4763d8cb28c3c
Diffstat (limited to 'doc/environment-gdb.scm')
0 files changed, 0 insertions, 0 deletions
. * tests/guix-pack.sh: Invoke "chmod -Rf +w" before "rm -rf" in trap. Ludovic Courtès 2018-11-06pack: Import (guix store database) only when '--localstatedir' is passed....This is another way to address <https://bugs.gnu.org/32184>, which was previously addressed in commit 19c924af4f3726688ca155a905ebf1cb9acdfca2. * gnu/build/install.scm (register-closure): Move to... * gnu/build/vm.scm (register-closure): ... here. New procedure. * guix/scripts/pack.scm (self-contained-tarball)[build]: Remove now unneeded 'with-extensions' form and custom (guix config) module. * tests/guix-pack.sh: Revert the strategy from commit 19c924af4f3726688ca155a905ebf1cb9acdfca2. * tests/pack.scm ("self-contained-tarball"): Likewise. Ludovic Courtès 2018-10-19tests: Run 'guix pack' tests using the external store....Fixes <https://bugs.gnu.org/32184>. * guix/tests.scm (call-with-external-store): New procedure. (with-external-store): New macro. * tests/pack.scm (%store): Remove. (test-assertm): Add 'store' parameter. ("self-contained-tarball"): Wrap in 'with-external-store'. * tests/guix-pack.sh: Connect to the external store, if possible, by setting NIX_STORE_DIR and GUIX_DAEMON_SOCKET. Remove most uses of '--bootstrap'. Ludovic Courtès