summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
2015-05-12publish: Add '--listen'....Ludovic Courtès
2015-05-12publish: Add '--user' option....Ludovic Courtès
2015-05-10Remove assorted Guile 2.0.5 workarounds....Ludovic Courtès
2015-05-06download: Work around Guile small-receive-buffer bug....Ludovic Courtès
2015-05-05environment: Move iteration outside of 'for-each-search-path'....Ludovic Courtès
2015-05-05environment: Use 'evaluate-search-paths'....Ludovic Courtès
2015-05-05search-paths: Define the 'PATH' environment variable....Ludovic Courtès
2015-05-05search-paths: 'evaluate-search-paths' can be passed a list of directories....Ludovic Courtès
2015-05-05environment: Use (guix search-paths)....Ludovic Courtès
2015-05-04search-paths: 'evaluate-search-paths' now returns spec/value pairs....Ludovic Courtès
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-updates...Mark 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