summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
2015-05-04search-paths: Add 'environment-variable-definition'.Ludovic Courtès
2015-05-04search-paths: Add 'evaluate-search-paths', from (guix scripts package).Ludovic Courtès
2015-05-04Move search path specifications to (guix search-paths).Ludovic Courtès
2015-05-04substitute: Increase TTL from 24h to 36h.Ludovic Courtès
2015-05-04guix: build: Fix indentation for --sources in help output.Eric Bavier
2015-05-04guix package: Introduce 'evaluate-search-paths'.Ludovic Courtès
2015-05-04guix package: Move profile cleaning out of 'search-path-environment-variables'.Ludovic Courtès
2015-05-02guix: build: Add transitive source building.Eric Bavier
2015-05-02profiles: Store search paths in manifests.Ludovic Courtès
2015-05-01substitute: Fix file descriptor leak in 'http-multiple-get'.Ludovic Courtès
2015-04-19guix package: Fix 'readlink*' implementation.Ludovic Courtès
2015-04-19guix package: -A and -s take supported systems into account.Ludovic Courtès
2015-04-17Merge branch 'master' into core-updatesMark H Weaver
2015-04-16refresh: Allow users to refer to specific package versions.Ludovic Courtès
2015-04-15profiles: Generalize "hooks" for 'profile-derivation'.Ludovic Courtès
2015-04-14guix package: Add '--do-not-upgrade' option.Mark H Weaver
2015-04-13lint: Add a 'derivation' checker.Ludovic Courtès
2015-04-10lint: Report patches that cannot be found.Ludovic Courtès
2015-04-10lint: Rename 'check-patches' to 'check-patch-file-names'.Ludovic Courtès
2015-04-09Merge branch 'master' into core-updatesLudovic Courtès
2015-04-08profiles: Generate GHC's package database cache.Federico Beffa
2015-04-08import: Add hackage importer.Federico Beffa
2015-04-08Merge branch 'master' into core-updates宋文武
2015-04-07ui: Add 'report-load-error'.Ludovic Courtès
2015-04-06guix package: Avoid 'exit' calls in 'delete-matching-generations'.Ludovic Courtès
2015-04-06guix package: Never remove the current generation and warn about it.Ludovic Courtès
2015-04-06guix package: Move generation deletion to its own procedure.Ludovic Courtès
2015-04-04scripts: Add 'publish' command.David Thompson
2015-03-25substitute: Rename cache directory from "substitute-binary" to "substitute".Ludovic Courtès
2015-03-25Rename 'guix substitute-binary' to 'guix substitute'.Ludovic Courtès
2015-03-23substitute-binary: Remove thread-safe 'regexp-exec' wrapper.Ludovic Courtès
2015-03-23substitute-binary: Pipeline HTTP requests instead of using threads.Ludovic Courtès
2015-03-23substitute-binary: Allow callers to specify the size of a narinfo.Ludovic Courtès
2015-03-20guix package: '-s' sorts packages by name, then by version.Ludovic Courtès
2015-03-20guix package: '-s' displays different packages that have the same location.Ludovic Courtès
2015-03-19lint: Report details about FTP errors.Ludovic Courtès
2015-03-19lint: Change misleading variable name.Ludovic Courtès
2015-03-18substitute-binary: Fix recently-introduced regression.Ludovic Courtès
2015-03-18store: Add preliminary support for client-supplied substitute URLs.Ludovic Courtès
2015-03-16scripts: environment: Improve error messages.David Thompson
2015-03-05lint: Add tests for the 'source' checker.Ludovic Courtès
2015-03-04tests: Remove dependency on 'glibc-utf8-locales' for profile tests.Ludovic Courtès
2015-02-26ui: Factorize command-line + env. var. option parsing.Ludovic Courtès
2015-02-24guix system: Honor '--no-grub'.Ludovic Courtès
2015-02-10lint: handle FTP URIs.Cyril Roelandt
2015-02-06guix package: Make custom profiles actual indirect roots.Ludovic Courtès
2015-02-06pull: Always install the ~/.config/guix/latest symlink.Ludovic Courtès
2015-02-05offload: Better report failure to create the GC root directory.Ludovic Courtès
2015-02-05offload: Warn about SSH client issues.Ludovic Courtès
2015-02-03guix: environment: Consider all package outputs.David Thompson