summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
2015-07-07substitute: Avoid infinite loop when updating the substitute list.Andy Patterson
2015-07-02scripts: environment: Return the exit status of the command.Cyril Roelandt
2015-07-01environment: Define 'GUIX_ENVIRONMENT'.Ludovic Courtès
2015-07-01environment: Improve error reporting for '-l'.Ludovic Courtès
2015-07-01environment: For --ad-hoc, allow users to specify an output.Ludovic Courtès
2015-07-01environment: Add --system.Ludovic Courtès
2015-07-01environment: Add only the specified outputs of the dependencies.Ludovic Courtès
2015-06-21size: Add '--map-file' option.Ludovic Courtès
2015-06-21size: Remove unused variables.Ludovic Courtès
2015-06-18Add 'guix size'.Ludovic Courtès
2015-06-18Add 'guix edit'.Ludovic Courtès
2015-06-18Move 'specification->package+output' to (gnu packages).Ludovic Courtès
2015-06-17offload: Fix sorting bug in 'choose-build-machine'.Mark H Weaver
2015-06-11guix build: Allow directories to be passed to --with-source.Ludovic Courtès
2015-06-11environment: Connect to the store after the command line has been parsed.Ludovic Courtès
2015-06-10guix system: init: Overwrite the items in the target store.Ludovic Courtès
2015-06-09import: hackage: Refactor parsing code and add new options.Federico Beffa
2015-06-08guix: Clean up --help messages.Alex Kost
2015-06-06guix gc: Add '--verify'.Ludovic Courtès
2015-06-06guix package: Fix typo in --help message.Alex Kost
2015-05-31lint: source: Warn only when all the URIs are unreachable.Ludovic Courtès
2015-05-31lint: 'validate-uri' really returns #f on failure.Ludovic Courtès
2015-05-29emacs: Report about "search paths" after operation.Alex Kost
2015-05-28guix environment: Add --ad-hoc option.David Thompson
2015-05-26gc: ignore trailing slash or subdirectories for `guix gc -d'Cyrill Schenkel
2015-05-25guix system: Add '--on-error'.Ludovic Courtès
2015-05-25guix package: --manifest DTRT when combined with --dry-run.Ludovic Courtès
2015-05-24guix system: init: Copy the closure of 'grub.cfg', not that of the system.Ludovic Courtès
2015-05-24guix system: Always add zero previous entries in grub.cfg for 'init'.Ludovic Courtès
2015-05-24guix system: init: Make sure the target is root-owned.Ludovic Courtès
2015-05-21guix package: Adjust --help message.Ludovic Courtès
2015-05-21scripts: Move 'set-build-options-from-command-line*' to (guix scripts build) ...David Thompson
2015-05-21ui: Deduplicate 'show-what-to-build*'.David Thompson
2015-05-20package: Add --manifest option.David Thompson
2015-05-20ui: Factorize user-provided Scheme file loading.David Thompson
2015-05-20guix package: Add optional argument to --search-paths.Ludovic Courtès
2015-05-20guix package: --search-paths mentions $PATH.Ludovic Courtès
2015-05-19guix gc: Add '--optimize'.Ludovic Courtès
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