summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-03-17guix build: '--with-commit' makes recursive checkouts.Ludovic Courtès
2019-03-17guix build: Transformation options match packages by spec.Ludovic Courtès
2019-03-17packages: Add 'package-input-rewriting/spec'.Ludovic Courtès
2019-03-17guix build: Add '--with-git-url'.Ludovic Courtès
2019-03-16booloader: Add 'invoke/quiet'.Ludovic Courtès
2019-03-16tests: Add 'with-environment-variable'.Ludovic Courtès
2019-03-15pack: "-RR" produces PRoot-enabled relocatable binaries.Ludovic Courtès
2019-03-07Add (gnu build accounts).Ludovic Courtès
2019-03-04environment: Rename '--inherit' to '--preserve'.Ludovic Courtès
2019-03-04environment: Remove deprecated -E/--exec option.Ludovic Courtès
2019-02-16packages: Remove duplicates from package cache.Ludovic Courtès
2019-02-16environment: Add '--inherit'.Ludovic Courtès
2019-02-12inferior: Add 'inferior-available-packages'.Ludovic Courtès
2019-02-07profiles: Raise an error for unmatched patterns.Ludovic Courtès
2019-02-06daemon: Emit a 'build-succeeded' event in check mode.Ludovic Courtès
2019-02-05import: opam: Fix conditions.Julien Lepiller
2019-02-05status: Keep track of the current build phase.Ludovic Courtès
2019-02-04daemon: Rename 'NIX_STATE_DIR' and 'NIX_DB_DIR' environment variables.Ludovic Courtès
2019-01-29status: Keep track of build completion as reported by build tools.Ludovic Courtès
2019-01-29status: Record more information about builds.Ludovic Courtès
2019-01-28upstream: Temporarily skip failing test.Ludovic Courtès
2019-01-25packages: Add 'package-closure'.Ludovic Courtès
2019-01-24tests: Remove duplicate field initializers.Ludovic Courtès
2019-01-22records: Detect duplicate field initializers.Ludovic Courtès
2019-01-21tests: Adjust for removal of 'device' field in <bootloader-configuration>.Ludovic Courtès
2019-01-21store: Rename '&nix-error' to '&store-error'.Ludovic Courtès
2019-01-20inferior: 'gexp->derivation-in-inferior' honors EXP's load path.Ludovic Courtès
2019-01-20channels: Don't pull from the same channel more than once.Ludovic Courtès
2019-01-20tests: More adjustments to python.scm split.Efraim Flashner
2019-01-20profiles: Allow a profile to be added as an entry of another profile.Ludovic Courtès
2019-01-20tests: Adjust to python.scm split.Ludovic Courtès
2019-01-18serialization: 'restore-file' errors out upon non-convertible file names.Ludovic Courtès
2019-01-15guix package: '--list-available' can use data from the cache.Ludovic Courtès
2019-01-15edit: Use 'specification->location' to read information from the cache.Ludovic Courtès
2019-01-15channels: Compute a package cache and use it.Ludovic Courtès
2019-01-15guix package: Avoid 'find-newest-available-packages'.Ludovic Courtès
2019-01-15guix package: '--upgrade' preserves package order.Ludovic Courtès
2019-01-11services: Deprecate a few more service procedures.Ludovic Courtès
2019-01-10guix: lint: Warn only if GitHub URI is not same as the package URI.Arun Isaac
2019-01-09Remove most uses of the _IO*F constants.Ludovic Courtès
2019-01-09maint: Remove 'cond-expand' forms for Guile 2.0.Ludovic Courtès
2019-01-05gexp: Lowering a <computed-file> honors SYSTEM and TARGET.Ludovic Courtès
2018-12-27lint: Check for unstable tarballs.Efraim Flashner
2018-12-24guix: lint: Check for source URIs redirecting to GitHub.Arun Isaac
2018-12-17publish: Add a 'Cache-Control' header on /nar responses.Ludovic Courtès
2018-12-17environment: Support package transformation options.Ludovic Courtès
2018-12-17import: Update opam importer.Julien Lepiller
2018-12-14deduplication: Gracefully handle ENOSPC raised by 'link' calls.Ludovic Courtès
2018-12-14substitute: Ignore irrelevant narinfo signatures.Ludovic Courtès
2018-12-09guix: Add support for channel dependencies.Ricardo Wurmus