summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
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
2015-01-28lint: Fix argument parsing when several packages are specified.Ludovic Courtès
2015-01-26substitute-binary: Let the user know when the cache is being updated.Ludovic Courtès
2015-01-26guix lint: Make the 'source' checker happy if at least one URI is valid.Ludovic Courtès
2015-01-25lint: add 'source' checker.Cyril Roelandt
2015-01-22guix system: Improve error messages.Ludovic Courtès
2015-01-20guix package: Avoid spurious warnings from 'find-files'.Ludovic Courtès
2015-01-17guix archive: Add -r/--recursive.Ludovic Courtès
2015-01-17guix archive: Remove unused -r/--root option.Ludovic Courtès
2015-01-16Merge branch 'core-updates'Ludovic Courtès
2015-01-14monads: Move '%store-monad' and related procedures where they belong.Ludovic Courtès
2015-01-11Merge branch 'master' into core-updatesMark H Weaver
2015-01-09import: Add CPAN importer.Eric Bavier
2015-01-09substitute-binary: Micro-optimize 'narinfo-sha256'.Ludovic Courtès
2015-01-03guix package: Follow symlinks for pattern search paths.Ludovic Courtès
2014-12-30Merge branch 'master' into core-updatesMark H Weaver
2014-12-29lint: Add tests for the 'home-page' checker.Ludovic Courtès
2014-12-28lint: Report on the package being checked.Ludovic Courtès
2014-12-28lint: Add 'home-page' checker.Ludovic Courtès
2014-12-27guix package: Use 'search-path-as-list' instead of custom code.Ludovic Courtès
2014-12-27utils: Export 'search-path-as-list'.Ludovic Courtès
2014-12-27packages: Add 'file-type' field to 'search-path-specification'.Ludovic Courtès
2014-12-09substitute-binary: Add missing newline in download progress report.Ludovic Courtès
2014-12-09system: Don't make /boot/grub/grub.cfg a symlink to the store.Ludovic Courtès
2014-12-07guix system: Fix typo affecting 'guix system init'.Ludovic Courtès
2014-12-06guix: scripts: Parse $GUIX_BUILD_OPTIONS separately.nebuli
2014-12-04system: Make /boot/grub/grub.cfg an indirect GC root.Ludovic Courtès
2014-12-04guix system: Factorize 'grub-install' error handling, and use more 'mbegin'.Ludovic Courtès
2014-12-02guix system: Use 'mbegin' for 'install'.Ludovic Courtès
2014-11-30guix: scripts: Add GUIX_BUILD_OPTIONS environment handling.nebuli