summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
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
2018-06-05build-system/r: Update to Bioconductor 3.7.Ricardo Wurmus
2018-06-03Merge branch 'master' into core-updatesMark H Weaver
2018-06-02self: Do not build (guix man-db).Ludovic Courtès
2018-06-02Merge branch 'master' into core-updatesRicardo Wurmus
2018-06-02import: cran: Update to Bioconductor 3.7.Ricardo Wurmus
2018-06-02self: Include gnu/build/* in the result.Ludovic Courtès
2018-06-02self: 'compiled-files' builds the given list of files.Ludovic Courtès
2018-06-02self: Improve backtraces for 'imported-files'.Ludovic Courtès
2018-06-01Merge branch 'master' into core-updatesLudovic Courtès
2018-06-01self: Show backtraces on more columns.Ludovic Courtès
2018-06-01self: Add dependency on guile-gdbm-ffi.Ludovic Courtès
2018-06-01Add (guix store deduplication).Caleb Ristvedt
2018-06-01database: 'register-path' resets timestamps.Ludovic Courtès
2018-06-01Add (gnu store database).Caleb Ristvedt
2018-06-01build: Check for Guile-SQLite3.Ludovic Courtès
2018-06-01profiles: Use 'with-extensions'.Ludovic Courtès
2018-06-01pack: Use 'with-extensions' when referring to (guix docker).Ludovic Courtès
2018-06-01gexp: Add 'with-extensions'.Ludovic Courtès