[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (4d904f2b16 -> ba21eeb565)
From: |
guix-commits |
Subject: |
branch master updated (4d904f2b16 -> ba21eeb565) |
Date: |
Tue, 26 Sep 2023 11:42:41 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 4d904f2b16 gnu: imgui: Update to 1.89.9.
new 7f3ebd6dbc tests: Adjust ‘guix graph --path’ test to latest Emacs
changes.
new 811b249397 git-download: Move fallback code to (guix build git).
new c7ed1e0160 git-download: Honor the ‘GUIX_DOWNLOAD_FALLBACK_TEST’
environment variable.
new 9d0e2002a5 perform-download: Remove unused one-argument clause.
new 95f2123135 daemon: Add “git-download” built-in builder.
new f651a35969 build: Add dependency on Git.
new c4a1d69a69 perform-download: Use the ‘git’ command captured at
configure time.
new 13b0cf85eb git-download: Use “builtin:git-download” when available.
new ba21eeb565 tests: Assume ‘git’ is always available.
The 9 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:
configure.ac | 7 +++
doc/guix.texi | 1 +
guix/build/git.scm | 44 ++++++++++++-
guix/config.scm.in | 6 +-
guix/git-download.scm | 128 +++++++++++++++++++++++---------------
guix/scripts/perform-download.scm | 67 ++++++++++++++------
guix/self.scm | 10 ++-
nix/libstore/builtins.cc | 5 +-
tests/builders.scm | 29 ++++++++-
tests/channels.scm | 7 +--
tests/derivations.scm | 94 +++++++++++++++++++++++++++-
tests/git-authenticate.scm | 1 -
tests/git.scm | 10 ---
tests/guix-graph.sh | 6 +-
tests/import-git.scm | 18 ------
15 files changed, 317 insertions(+), 116 deletions(-)
- branch master updated (4d904f2b16 -> ba21eeb565),
guix-commits <=
- 05/09: daemon: Add “git-download” built-in builder., guix-commits, 2023/09/26
- 04/09: perform-download: Remove unused one-argument clause., guix-commits, 2023/09/26
- 03/09: git-download: Honor the ‘GUIX_DOWNLOAD_FALLBACK_TEST’ environment variable., guix-commits, 2023/09/26
- 09/09: tests: Assume ‘git’ is always available., guix-commits, 2023/09/26
- 06/09: build: Add dependency on Git., guix-commits, 2023/09/26
- 07/09: perform-download: Use the ‘git’ command captured at configure time., guix-commits, 2023/09/26
- 02/09: git-download: Move fallback code to (guix build git)., guix-commits, 2023/09/26
- 01/09: tests: Adjust ‘guix graph --path’ test to latest Emacs changes., guix-commits, 2023/09/26
- 08/09: git-download: Use “builtin:git-download” when available., guix-commits, 2023/09/26