summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
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
2018-06-01gexp: 'compiled-modules' no longer overrides (guix build utils).Ludovic Courtès
2018-06-01scripts: system: Sort profile generations in reverse order.Mathieu Othacehe
2018-05-31records: Make a couple of procedures available at expansion time.Ludovic Courtès
2018-05-31self: Reduce the set of dependencies.Ludovic Courtès
2018-05-31build-system/r: Use invoke.Ricardo Wurmus
2018-05-29Merge branch 'master' into core-updatesRicardo Wurmus
2018-05-29download: Remove unused procedure.Ludovic Courtès
2018-05-28Merge branch 'master' into core-updatesMark H Weaver
2018-05-28pack: Add support for squashfs images.Ricardo Wurmus
2018-05-28pack: Rename "tar" to "archiver".Ricardo Wurmus
2018-05-28file-systems: Remove 'title' field and add <file-system-label>.Ludovic Courtès
2018-05-27Merge branch 'master' into core-updatesMark H Weaver
2018-05-26http-client: Send redirection messages to stderr.Marius Bakke
2018-05-24Merge branch 'master' into core-updatesMark H Weaver