summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2018-06-20guix system: 'list-generation' correctly displays file system labels.Ludovic Courtès
2018-06-19build-system/waf: Use invoke.Ricardo Wurmus
2018-06-18self: Define derived '-directory' variables in config.scm.Ludovic Courtès
2018-06-18build: Remove checks for 'nix-instantiate'.Ludovic Courtès
2018-06-18self: Make (guix config) generation really stateless.Ludovic Courtès
2018-06-18compile: Work around non-thread-safe module autoloading.Ludovic Courtès
2018-06-18build-system/r: Accept #:r argument.Ricardo Wurmus
2018-06-17self: Install .go files to 'lib/guile/X.Y/site-ccache'.Ludovic Courtès
2018-06-16gnu: ldb: Fix build on 32-bit systems.Marius Bakke
2018-06-15offload: Fix error message in 'guix offload test'.Ludovic Courtès
2018-06-14offload: Gracefully handle invalid results from 'machines.scm'.Ludovic Courtès
2018-06-14self: Add 'guix-daemon' to the result.Ludovic Courtès
2018-06-14guix: ui: Allow translation of dates.Julien Lepiller
2018-06-14Remove 'guix-register' and its traces.Ludovic Courtès
2018-06-14store: Remove 'register-path'.Ludovic Courtès
2018-06-14database: Allow for deterministic database construction.Ludovic Courtès
2018-06-14install: Use 'reset-timestamps' from (guix store database).Ludovic Courtès
2018-06-14database: Add 'register-items'.Ludovic Courtès
2018-06-14database: 'sqlite-register' takes a database, not a file name.Ludovic Courtès
2018-06-14install: Use (guix store database) instead of 'guix-register'.Ludovic Courtès
2018-06-14database: 'reset-timestamps' sets file permissions as well.Ludovic Courtès
2018-06-14database: Replace existing entries in Refs.Ludovic Courtès
2018-06-14database: Add #:reset-timestamps? to 'register-path'.Ludovic Courtès
2018-06-14database: Remove extra SQL parameter in 'update-or-insert'.Ludovic Courtès
2018-06-14deduplicate: Fix a couple of thinkos.Ludovic Courtès
2018-06-14database: 'register-path' creates the database directory if needed.Ludovic Courtès
2018-06-14database: Provide a way to specify the schema location.Ludovic Courtès
2018-06-14store-copy: 'read-reference-graph' returns a list of records.Ludovic Courtès
2018-06-14database: Fail registration when encountering unregistered references.Ludovic Courtès
2018-06-14database: 'with-database' can now initialize new databases.Ludovic Courtès
2018-06-13pull: Add '--list-generations'.Ludovic Courtès
2018-06-12import: utils: Import more dependencies.Oleg Pykhalov
2018-06-12substitute: Make progress message shorter.Ludovic Courtès
2018-06-12substitute: Erase the current line when reporting progress.Ludovic Courtès
2018-06-11offload: Honor the build timeout internally.Ludovic Courtès
2018-06-10import: json: Consolidate duplicate json-fetch functionality.Jelle Licht
2018-06-09pull: Record the URL, branch, and commit as a manifest entry property.Ludovic Courtès
2018-06-09profiles: Add 'properties' field to manifest entries.Ludovic Courtès
2018-06-09packages: Add 'package-patched-vulnerabilities'.Ludovic Courtès
2018-06-09profiles: Add '%current-profile', 'user-friendly-profile', & co.Ludovic Courtès
2018-06-09ui: Avoid #:select'ing bindings introduced in the latest (guix build utils).Ludovic Courtès
2018-06-09self: Build the Info manual.Ludovic Courtès
2018-06-09self: Compute and use locale data.Ludovic Courtès
2018-06-09pull: Install the new Guix in a profile.Ludovic Courtès
2018-06-09self: Produce a complete package with the 'guix' command.Ludovic Courtès
2018-06-08import: elpa: Remove unused (gnu packages) module.Oleg Pykhalov
2018-06-08config: Remove 'canonicalize-path' call.Ludovic Courtès
2018-06-08import: elpa: Add recursive import.Oleg Pykhalov
2018-06-08import: utils: Add recursive-import.Oleg Pykhalov
2018-06-05Merge branch 'master' into core-updatesRicardo Wurmus