summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
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
2014-11-28substitute-binary: Change "unresponsive" to "slow".Ludovic Courtès
2014-11-25guix build: Add '--max-jobs' option.Ludovic Courtès
2014-11-21guix system: Add '--share' and '--expose' options for 'vm'.Ludovic Courtès
2014-11-19lint: Fix typos in checker descriptions.Ludovic Courtès
2014-11-19lint: Use localized checker descriptions.Ludovic Courtès
2014-11-19lint: Correctly internationalize warning messages.Ludovic Courtès
2014-11-19lint: Change checker names to be symbols.Ludovic Courtès
2014-11-19lint: Fold 'sync-descriptions' script as 'gnu-description' lint checker.Ludovic Courtès
2014-11-13substitute-binary: Be slightly less verbose when downloading.Ludovic Courtès
2014-11-11guix system: Decorate GRUB entries of old generations with date and number.Ludovic Courtès
2014-11-11import: Add GNU importer.Ludovic Courtès
2014-11-09pull: Use the build procedure provided by the newly-downloaded Guix.Ludovic Courtès
2014-11-08vm: Fix 'vm --full-boot' to produce a sufficient disk image.Ludovic Courtès
2014-11-08vm: Support 'guix system vm --full-boot'.Ludovic Courtès
2014-11-07lint: Allow synopses that start with an abbreviation.Ludovic Courtès
2014-11-07lint: Skip starting-article test for the synopses of GNU packages.Ludovic Courtès
2014-11-07lint: Tolerate sentences that start with a parenthesis or a quote.Ludovic Courtès
2014-11-07lint: Improve check for synopses starting with package name.Ludovic Courtès
2014-11-05import: pypi: Gracefully handle wrong argument counts.Ludovic Courtès
2014-11-05import: pypi: Gracefully handle non-existent packages.Ludovic Courtès
2014-11-02packages: Implement grafts.Ludovic Courtès
2014-10-30environment: Improve '--help' output.Ludovic Courtès
2014-10-29offload: Remove mutual exclusion on transfers.Ludovic Courtès
2014-10-26guix: lint: Make exception for package name starting description.Eric Bavier
2014-10-26guix: lint: Allow digits at start of synopsis or description.Eric Bavier
2014-10-26guix: lint: Check for empty synopses and descriptions.Eric Bavier
2014-10-26guix: lint: Check for proper end-of-sentence space.Eric Bavier
2014-10-26guix: lint: Use if/when consistently.Eric Bavier
2014-10-26guix: lint: Use string-suffix? and string-prefix? where appropriate.Eric Bavier
2014-10-20refresh: Add end-of-line to error message.Eric Bavier
2014-10-16guix lint: add the --checkers option.Cyril Roelandt
2014-10-12guix package: Add '--switch-generation' option.Alex Kost
2014-10-12profiles: Add condition types for profiles and generations.Alex Kost
2014-10-10scripts: Add 'environment' command.David Thompson