guix_mirror_bot pushed a change to branch master
in repository guix.
from 60a507264d gnu: disorderfs: Update to 0.6.2.
new cdd80c5ad7 doc: Fix typo.
new 4b023510ec store: Mention return value of `add-to-store'.
new 1b761aa3df system/linux-container: Re-export %namespaces,
%writable-/tmp variables.
new d5cd7679d3 import/utils: Add #:recursive? argument to
`download-git-repository'.
new 33bb5f129d gnu: mitm-cache: Apply patch to gracefully handle HEAD
requests.
new 830d58dac2 import/utils: Add #:recursive? to `git-origin'.
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
doc/guix.texi | 4 +-
gnu/local.mk | 1 +
.../patches/mitm-cache-head-requests.patch | 69 ++++++++++++++++++++++
gnu/packages/rust-apps.scm | 3 +-
gnu/system/linux-container.scm | 6 +-
guix/import/utils.scm | 12 ++--
guix/store.scm | 13 ++--
7 files changed, 94 insertions(+), 14 deletions(-)
create mode 100644 gnu/packages/patches/mitm-cache-head-requests.patch