summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
2019-01-15guix package: '--list-available' can use data from the cache.Ludovic Courtès
2019-01-15edit: Use 'specification->location' to read information from the cache.Ludovic Courtès
2019-01-15channels: Compute a package cache and use it.Ludovic Courtès
2019-01-15guix package: Avoid 'find-newest-available-packages'.Ludovic Courtès
2019-01-15guix package: '--upgrade' preserves package order.Ludovic Courtès
2019-01-14copy: Add '--verbosity'.Ludovic Courtès
2019-01-14pull: Don't prepend "origin/" to branch names.Ludovic Courtès
2019-01-12refresh: Suggest input changes when updating.Ricardo Wurmus
2019-01-11guix build: Re-purpose '--verbosity' and add '--debug'.Ludovic Courtès
2019-01-11status: Add 'with-status-verbosity'.Ludovic Courtès
2019-01-11refresh: Turn on warnings when '--manifest' is used.Ludovic Courtès
2019-01-11refresh: Refactor option handling and '--recursive'.Ludovic Courtès
2019-01-10guix: lint: Warn only if GitHub URI is not same as the package URI.Arun Isaac
2019-01-09Remove most uses of the _IO*F constants.Ludovic Courtès
2019-01-09maint: Remove 'cond-expand' forms for Guile 2.0.Ludovic Courtès
2019-01-08pull: Document '--system'.Ludovic Courtès
2019-01-07import: opam: Add recursive option.Julien Lepiller
2019-01-07lint: Avoid 'dirname' call at the top level.Ludovic Courtès
2019-01-06lint: Rename checker to 'github-url'.Ludovic Courtès
2019-01-05guix build: Honor '--system' for file-like objects and gexps.Ludovic Courtès
2018-12-27lint: Check for unstable tarballs.Efraim Flashner
2018-12-27pull: Add '--system'.Ludovic Courtès
2018-12-26offload: Remove unnecessary locking on machine slots.Ludovic Courtès
2018-12-26offload: Remove the "machine choice" lock.Ludovic Courtès
2018-12-25offload: Adjust 'test' and 'status' to the latest changes.Ludovic Courtès
2018-12-24offload: Use (guix inferior) instead of (ssh dist node).Ludovic Courtès
2018-12-24scripts: refresh: Allow searching recursively.Efraim Flashner
2018-12-24guix: lint: Check for source URIs redirecting to GitHub.Arun Isaac
2018-12-23offload: Display the normalized load in 'guix offload status' output.Ludovic Courtès
2018-12-21offload: Recognize build failures due to lack of disk space.Ludovic Courtès
2018-12-21offload: Skip machines that are low on disk space.Ludovic Courtès
2018-12-21offload: Decompose 'machine-load' into simpler procedures.Ludovic Courtès
2018-12-19Use 'mapm' instead of 'sequence' + 'map'.Ludovic Courtès
2018-12-18guix system: Clarify the three strategies available.swedebugia
2018-12-17publish: Add a 'Cache-Control' header on /nar responses.Ludovic Courtès
2018-12-17environment: Support package transformation options.Ludovic Courtès
2018-12-14substitute: Ignore irrelevant narinfo signatures.Ludovic Courtès
2018-12-10refresh: Account for overlapping updater coverage.Eric Bavier
2018-12-07guix system: Fix bootloader config file generation by 'guix system roll-back'.Ludovic Courtès
2018-12-07describe: In 'channels' format, quote the channel name.Ludovic Courtès
2018-12-04refresh: '--list-dependents' ignores deprecated packages.Ludovic Courtès
2018-12-04build: Default to https://ci.guix.info for substitutes.Ludovic Courtès
2018-12-04Remove most references to hydra.gnu.org.Ludovic Courtès
2018-12-03repl: Load user's initialization file.Oleg Pykhalov
2018-11-30guix build: Add '--with-commit'.Ludovic Courtès
2018-11-30guix build: Add '--with-branch' transformation option.Ludovic Courtès
2018-11-28guix hash: Fix version and help messagesTim Gesthuizen
2018-11-27pack: List the available formats.Efraim Flashner
2018-11-27describe: Delete 'directory' argument from 'display-checkout-info'.Oleg Pykhalov
2018-11-26repl: Do not exit repl on SIGINT.Oleg Pykhalov