index
:
guix
add-compress-debug-symbols-phase
add-maintainers-to-etc-teams.scm
add-tests-for-guix-shell-container
audio-team
beam-team
bootstrap-team
client-add-build-max-log-size-option
core-packages-team
core-packages-team-2026-06-20
core-packages-team-2026-06-20-rebased
core-packages-team-2026-07-21
core-packages-team-2026-07-21-rebased
crypto-team
daemon-allow-all-clients-to-set-build-max-log-size
dexed
emacs-team
gnome-team
go-team
graal
guile-daemon
guix-extension-channels
haskell-team
hpc-team
hurd-team
hurl
java-team
javascript-team
kde-team
kernel-updates
keyring
libreoffice
librewolf-updates
lisp-team-asdf-build-system/abcl
master
merge-xorg-configurations
mesa-updates
mpd-fix-groups
nckx-patch-1
next-master
ocaml-team
onnx
perlssl
python-team
qt-team
r-team
rename-kernel-team
ruby-team
rust-team
science-team
sysadmin-team
tex-team
ungoogled-chromium-updates
version-0.10.0
version-0.11.0
version-0.12.0
version-0.13.0
version-0.14.0
version-0.15.0
version-0.16.0
version-0.8.3
version-0.9.0
version-1.0.0
version-1.0.1
version-1.1.0
version-1.2.0
version-1.3.0
version-1.4.0
version-1.5.0
wip-arm-bootstrap
wip-container
wip-digests
wip-fix-system-tests
wip-full-source-bootstrap
wip-gexp-grafts
wip-gexp-hygiene
wip-guix-log
wip-harden-installer
wip-hurd-vm
wip-ipfs
wip-ipfs-substitutes
wip-ipfs2
wip-julia-upgrade
wip-node-riscv64
wip-ocaml
wip-plmshift
wip-postfix
wip-riscv-bootstrap
wip-riscv-bootstrap1
wip-system-bootstrap
world-rebuild
Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org
Mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-20
home: import: Properly parse aliases that contain quotes.
Ludovic Courtès
1
-0
/
+31
2022-03-19
guix home: Add 'container' command.
Ludovic Courtès
1
-14
/
+43
2022-03-18
guix home: Implement the 'extension-graph' and 'shepherd-graph' actions.
Ludovic Courtès
1
-0
/
+8
2022-03-16
system: Improve 'read-boot-parameters' incompatibility diagnostic.
Ludovic Courtès
1
-7
/
+14
2022-03-16
packages: 'modify-inputs' preserves outputs in 'replace' clauses.
Ludovic Courtès
1
-0
/
+15
2022-03-16
tests: Exercise 'modify-inputs' with a 'replace' clause.
Ludovic Courtès
1
-0
/
+26
2022-03-13
gexp: Correctly handle #$output in 'gexp->approximate-sexp'.
Maxime Devos
1
-0
/
+5
2022-03-13
gexp: Correctly handle unquoting S-exp objects.
Maxime Devos
1
-1
/
+14
2022-03-11
lint: check-tests-true: Allow #:tests? #t for some build systems.
Maxime Devos
1
-0
/
+21
2022-03-10
tests: Check 'guix home reconfigure' for a second generation.
Ludovic Courtès
1
-0
/
+23
2022-03-10
tests: Simplify use of 'local-file' in 'tests/guix-home.sh'.
Ludovic Courtès
1
-4
/
+1
2022-03-10
tests: Make sure 'guix home reconfigure' backs up files.
Ludovic Courtès
1
-2
/
+14
2022-03-07
derivations: Coalesce inputs that have the same output path.
Ludovic Courtès
1
-7
/
+43
2022-03-07
tests: Adjust to (guix import github) changes.
Ludovic Courtès
1
-17
/
+26
2022-03-06
tests: Add (guix http-client) tests.
Ludovic Courtès
1
-0
/
+84
2022-03-01
system: Add a version field to the <boot-parameters> record.
Maxim Cournoyer
1
-1
/
+1
2022-02-18
guix build: Warn when attempting to build an unsupported package.
Ludovic Courtès
1
-1
/
+11
2022-02-18
profiles: 'profile-derivation' rejects unsupported packages.
Ludovic Courtès
4
-7
/
+28
2022-02-18
packages: 'package-transitive-supported-systems' ignores '%current-target-sys...
Ludovic Courtès
1
-0
/
+10
2022-02-16
gexp: Preserve source location for #~ and #$ read extensions.
Ludovic Courtès
1
-0
/
+27
2022-02-15
gexp: 'computed-file' always uses a native Guile.
Ludovic Courtès
1
-0
/
+22
2022-02-14
publish: Do not sign the URL/Compression/FileSize narinfo fields.
Ludovic Courtès
2
-26
/
+60
2022-02-14
git-authenticate: Ensure the target is a descendant of the introductory commit.
Ludovic Courtès
3
-3
/
+118
2022-02-14
git: Add 'commit-descendant?'.
Ludovic Courtès
1
-1
/
+51
2022-02-14
git-authenticate: Test introductory commit signature verification.
Ludovic Courtès
1
-1
/
+105
2022-02-11
tests: Adjust pypi test to recent changes.
Ludovic Courtès
1
-4
/
+4
2022-02-11
tests: Pass #:guile to 'computed-file' & co.
Ludovic Courtès
3
-8
/
+14
2022-02-05
tests: Assert that cyclic graphs can be produced.
Liliana Marie Prikler
1
-0
/
+28
2022-01-26
import: pypi: Convert hyphens to underscores in PyPI URLs if needed.
Vivien Kraus
1
-53
/
+58
2022-01-19
package: Honor '--dry-run' when target profile is already in store.
Ludovic Courtès
1
-0
/
+10
2022-01-19
tests: Adjust to gzip as the default log compression.
Ludovic Courtès
1
-4
/
+5
2022-01-17
Merge branch 'version-1.4.0'
Maxim Cournoyer
1
-6
/
+51
2022-01-16
tests: Fix file-needed/recursive on aarch64-linux.
Pierre Langlois
1
-2
/
+10
2022-01-16
tests: Clean up after 'tests/guix-package-net.sh'.
Ludovic Courtès
1
-6
/
+5
2022-01-16
tests: Clean up after 'tests/guix-graph.sh'.
Ludovic Courtès
1
-3
/
+2
2022-01-16
import/github: Test it.
Maxime Devos
1
-0
/
+139
2022-01-10
utils: Fix wrap-script argument handling.
Brendan Tildesley
1
-6
/
+51
2022-01-10
style: '-S format' canonicalizes comments.
Ludovic Courtès
1
-0
/
+25
2022-01-10
style: Add '--styling' option.
Ludovic Courtès
1
-5
/
+12
2022-01-10
style: Add support for "newline forms".
Ludovic Courtès
1
-0
/
+13
2022-01-10
style: Allow special forms to be scoped.
Ludovic Courtès
1
-0
/
+12
2022-01-10
style: Improve pretty printer and add tests.
Ludovic Courtès
1
-0
/
+95
2022-01-14
gremlin: Adjust tests for i686 and beyond.
Ludovic Courtès
1
-2
/
+6
2022-01-13
import: texlive: Remove labels from 'propagated-inputs' field.
Ludovic Courtès
1
-5
/
+5
2022-01-11
tests: Fix texlive test by sorting locations.
Ricardo Wurmus
1
-2
/
+2
2022-01-08
tests: Fix file-needed/recursive on powerpc64le-linux.
Chris Marusich
1
-3
/
+9
2022-01-06
upstream: Support updating and fetching 'git-fetch' origins.
Sarah Morgensen
1
-4
/
+3
2022-01-05
home: import: Fix handling of manifest entries with specific output.
Arjan Adriaanse
1
-6
/
+8
2022-01-05
tests: Add failing tests for changed-inputs on new style inputs.
Ricardo Wurmus
1
-0
/
+68
2022-01-05
tests: Add tests for changed-inputs on old-style inputs.
Ricardo Wurmus
1
-1
/
+97
[next]