summaryrefslogtreecommitdiff
path: root/guix/scripts/weather.scm
Commit message (Expand)AuthorAge
* scripts: Add --list-systems and --list-targets options.Mathieu Othacehe2022-05-22
* weather: Colorize the output.Ludovic Courtès2022-04-01
* weather: Don't look for exported package replacements twice.Christopher Baines2021-09-03
* weather: Handle zero requested store items gracefully.Maxime Devos2021-06-29
* weather: '--display-missing' shows the system type of missing items.Ludovic Courtès2021-05-08
* weather: Only show request statistics when requests were made.Christopher Baines2021-03-17
* scripts: weather: Provide more representative request statistics.Christopher Baines2021-03-17
* weather: Call lookup-narinfos with a custom progress reporter.Christopher Baines2021-03-09
* guix: Split (guix substitutes) from (guix scripts substitute).Christopher Baines2021-03-05
* guix: Move narinfo code from substitute script to module.Christopher Baines2021-01-16
* weather: Fix '--substitute-urls'.zimoun2020-11-25
* scripts: Use 'define-command' and have 'guix help' use that.Ludovic Courtès2020-09-10
* weather: Print 0.0% correctly.Arun Isaac2020-07-05
* weather: Delete duplicate entries coming from '--manifest'.Ludovic Courtès2020-04-14
* Remove workaround for 'time-monotonic' in Guile 2.2.2.Ludovic Courtès2020-03-22
* weather: '--coverage' filters out non-package objects.Ludovic Courtès2020-03-13
* weather: Exit with non-zero when coverage is below 100%.Ludovic Courtès2020-03-13
* weather: Allow for multiple '--manifest' options.Ludovic Courtès2020-03-12
* weather: Add '--display-missing'.Ludovic Courtès2020-03-12
* weather: Parameterize '%graft?' upfront.Ludovic Courtès2020-03-05
* weather: Allow non-package objects in manifest.Ludovic Courtès2020-03-05
* substitute: Select the best compression methods.Ludovic Courtès2019-06-02
* weather: Accept package specs on the command line.Ludovic Courtès2019-05-22
* weather: Add '--coverage'.Ludovic Courtès2019-01-25
* weather: Ignore deprecated packages but not hidden packages.Ludovic Courtès2019-01-25
* weather: Fix pasto in --version output.Kyle Meyer2018-07-07
* weather: Fix type error when reporting CI stats.Ludovic Courtès2018-04-30
* weather: Report continuous integration stats.Ludovic Courtès2018-03-28
* weather: Use (guix progress) for progress report.Ludovic Courtès2017-12-01
* scripts: Factorize option parsing sans 'GUIX_BUILD_OPTIONS'.Ludovic Courtès2017-10-28
* scripts: Use 'args-fold*' for command that do not honor build flags.Ludovic Courtès2017-10-27
* weather: Show "-m" option in help message.Ludovic Courtès2017-07-27
* Add 'guix weather'.Ludovic Courtès2017-07-25