summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
2015-07-18publish: Write hashes in nix-base32 format....Ludovic Courtès
2015-07-17system: Add 'kernel-arguments' field....Ludovic Courtès
2015-07-15size: Gracefully handle EPIPE....Ludovic Courtès
2015-07-15ui: Add 'leave-on-EPIPE'....Ludovic Courtès
2015-07-13substitute: Improve functional decomposition....Ludovic Courtès
2015-07-13guix build: Add '--substitute-urls' client option....Ludovic Courtès
2015-07-13substitute: Honor "substitute-urls" option passed by "untrusted" clients....Ludovic Courtès
2015-07-13substitute: Store cached narinfo in cache-specific sub-directories....Ludovic Courtès
2015-07-13substitute: Pass the cache URL instead of <cache> objects....Ludovic Courtès
2015-07-13substitute: Remove unneeded conditionals....Ludovic Courtès
2015-07-13guix lint: Remove duplicated module lines....Alex Kost
2015-07-09offload: Add 'ssh-options' field to <build-machine>....Ludovic Courtès
2015-07-08import: Add 'elpa' importer....Federico Beffa
2015-07-07gnu: system: Move <file-system-mapping> into (gnu system file-systems)....David Thompson
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