summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
2017-06-02substitute: Do not display the installed size.Ludovic Courtès
2017-06-02syscalls: Provide 'free-disk-space'.Ludovic Courtès
2017-05-28scripts: Set thread names.Ludovic Courtès
2017-05-24publish: Do not bake the same item several times.Ludovic Courtès
2017-05-23guix package: Swallow EPIPE upon 'guix package --list-generations'.Ludovic Courtès
2017-05-23guix: lint: Slightly simplify `check-source-file-name'.Arun Isaac
2017-05-23gnu: lint: Fix typo.Arun Isaac
2017-05-22Merge branch 'version-0.13.0'Marius Bakke
2017-05-21guix system: Don't warn about old distros for "guix system init".Ludovic Courtès
2017-05-21guix system: Increase image size for 'guix system vm'.Ludovic Courtès
2017-05-20pack: Use 'guile2.0-json' when building with Guile 2.0.Ludovic Courtès
2017-05-20pack: Use 'guile2.0-json' when building with Guile 2.0.Ludovic Courtès
2017-05-20publish: Fix narinfo rendering for already-compressed items.Ludovic Courtès
2017-05-18publish: Fix narinfo rendering for already-compressed items.Ludovic Courtès
2017-05-18lint: inputs-should-be-native: Add "cmake".Ludovic Courtès
2017-05-16scripts: system: Display bootloader name in "list-generations".Mathieu Othacehe
2017-05-16scripts: system: Adapt "switch-generation" to new bootloader API.Mathieu Othacehe
2017-05-16scripts: system: Adapt "init" to new bootloader API.Mathieu Othacehe
2017-05-16scripts: system: Adapt "reconfigure" to new bootloader API.Mathieu Othacehe
2017-05-16bootloader: Add extlinux support.Mathieu Othacehe
2017-05-11substitute: Honor 'Cache-Control' on 404 responses.Ludovic Courtès
2017-05-11publish: Advertise a short TTL for "baking" 404s.Ludovic Courtès
2017-05-10scripts: Warn about old distro.Ludovic Courtès
2017-05-09pull: Use 'with-store'.Ludovic Courtès
2017-05-09pull: Honor the standard build options.Ludovic Courtès
2017-05-05scripts: Remove profile-grub-entries.Danny Milosavljevic
2017-05-05system: grub: Use boot-parameters instead of menu-entry where possible.Danny Milosavljevic
2017-05-05scripts: Make boot-parameters label include generation number and time.Danny Milosavljevic
2017-05-05system: Introduce read-boot-parameters-file.Danny Milosavljevic
2017-05-04environment: Correct typo.Tobias Geerinckx-Rice
2017-05-03refresh: Use (guix discovery).Ludovic Courtès
2017-05-03ui: Rename '_' to 'G_'.Ludovic Courtès
2017-05-02substitute: Validate substitute URLs.Ludovic Courtès
2017-05-02publish: Use a larger zlib buffer for compression with '--cache'.Ludovic Courtès
2017-05-01publish: Produce a "FileSize" narinfo field when possible.Ludovic Courtès
2017-05-01refresh: Report packages using the "@" syntax.Ludovic Courtès
2017-04-21ssh: Move 'open-ssh-session' to (guix ssh).Ludovic Courtès
2017-04-21offload: Avoid using '_' as a 'match' pattern.Ludovic Courtès
2017-04-19publish: Add a handler for / and /index.html.Ludovic Courtès
2017-04-18publish: Remove expired cache entries when '--ttl' is used.Ludovic Courtès
2017-04-18Add (guix cache) and use it in (guix scripts substitute).Ludovic Courtès
2017-04-18publish: Add '--cache' and '--workers'.Ludovic Courtès
2017-04-18publish: Use 'sendfile' when possible.Ludovic Courtès
2017-04-18publish: Introduce 'actual-compression'.Ludovic Courtès
2017-04-17scripts: system: Rename --no-grub option to --no-bootloader.Mathieu Othacehe
2017-04-16lint: Avoid non-literal format strings.Ludovic Courtès
2017-04-16services: 'service-parameters' becomes 'service-value'.Ludovic Courtès
2017-04-15system: Make grub use <menu-entry> instead of <boot-parameters> again.Danny Milosavljevic
2017-04-15scripts: system: Introduce profile-boot-parameters.Danny Milosavljevic
2017-04-15scripts: system: Rename grub? and install-grub? to bootloader? and install-b...Mathieu Othacehe