summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
2018-03-07linux-initrd: Factorize 'check-device-initrd-modules'....Ludovic Courtès
2018-03-02guix system: Check for the lack of modules in the initrd....Ludovic Courtès
2018-03-02environment: Add --user....Mike Gerwitz
2018-03-02environment: Add --link-profile....Mike Gerwitz
2018-02-27guix package: '--search' no longer shows superseded packages....Ludovic Courtès
2018-02-26build: Require Guile >= 2.0.13....Ludovic Courtès
2018-02-21environment: Add --manifest option....David Thompson
2018-02-16pack: Adjust '--manifest' documentation....Ludovic Courtès
2018-02-15pack: Add '--manifest'....Konrad Hinsen
2018-01-22publish: Restore gzip compression in cache-less mode....Ludovic Courtès
2018-01-21services: shepherd: Make 'shepherd-configuration-file' non-monadic....Ludovic Courtès
2018-01-19gnu: Consistently Write ‘file system(s)’....Tobias Geerinckx-Rice
2018-01-15offload: Look at machine loads for the past minute....Ludovic Courtès
2018-01-12offload: 'test' reports Guile and module errors more nicely....Ludovic Courtès
2018-01-12offload: 'test' gracefully handles 'node-repl-error'....Ludovic Courtès
2018-01-12offload: Fix regression in file retrieval....Ludovic Courtès
2018-01-09publish: Remove "Guix-Nar-Compression" header from responses....Ludovic Courtès
2018-01-07publish: Publish build logs....Ludovic Courtès
2018-01-07publish: Use 'x-raw-file' internal response header....Ludovic Courtès
2018-01-06publish: Save bandwidth on narinfo 404s....Ludovic Courtès
2017-12-23guix build: Support '--with-source=PACKAGE@VERSION=URI'....Ludovic Courtès
2017-12-22guix system: Check mapped devices upon 'init' and 'reconfigure'....Ludovic Courtès
2017-12-18guix gc: '--verify=foo' is reported as an error....Ludovic Courtès
2017-12-16guix: offload: Add "status" sub-command....Ricardo Wurmus
2017-12-15scripts: system: Add --expression option....Mathieu Othacehe
2017-12-15bootloader: Factorize write-file-on-device....Mathieu Othacehe
2017-12-10lint: 'check-vulnerabilities' also checks package properties....Efraim Flashner
2017-12-07scripts: All commands enable build hooks by default....Ludovic Courtès
2017-12-04bootloader: extlinux: Stop using dd binary....Mathieu Othacehe
2017-12-03scripts: Default to Guile 2.2 as the guile-for-build....Ludovic Courtès
2017-12-01Do not set '%fresh-auto-compile'....Ludovic Courtès
2017-12-01guix system: 'init' displays a progress bar while copying....Ludovic Courtès
2017-12-01guix system: Simplify closure copy....Ludovic Courtès
2017-12-01weather: Use (guix progress) for progress report....Ludovic Courtès
2017-11-28lint: Adjust file-name length test for out-of-tree file names....Ludovic Courtès
2017-11-28lint: 'patch-file-names' checks for file name length....Ludovic Courtès
2017-11-21Revert "Add (guix self) and use it when pulling."...Ludovic Courtès
2017-11-21Add (guix self) and use it when pulling....Ludovic Courtès
2017-11-21pull: Trim import list....Ludovic Courtès
2017-11-07refresh: Account for hidden packages....Ludovic Courtès
2017-10-28graph: Remove mention of Graphviz from the summary line....Ludovic Courtès
2017-10-28lint: 'refresh' gracefully handles lack of networking access....Ludovic Courtès
2017-10-28lint: Extract network-related exception handling....Ludovic Courtès
2017-10-28scripts: Factorize option parsing sans 'GUIX_BUILD_OPTIONS'....Ludovic Courtès
2017-10-27scripts: Use 'args-fold*' for command that do not honor build flags....Ludovic Courtès
2017-10-25challenge: Display an overall summary....Ludovic Courtès
2017-10-25substitute: Don't send more than 1000 requests in a row....Ludovic Courtès
2017-10-25guix package: '--list-available' does not show superseded packages....Ludovic Courtès
2017-10-19Add (guix progress)....Ludovic Courtès
2017-10-17guix: substitute: Report the last progress in the child process....宋文武