summaryrefslogtreecommitdiff
path: root/guix/scripts/refresh.scm
AgeCommit message (Expand)Author
2023-10-17scripts: refresh: Handle EPIPE errors when displaying help....Simon Tournier
2023-10-05refresh: Fix sorting of updates by file and line number....Ricardo Wurmus
2023-08-15refresh: Add --target-version option....Maxim Cournoyer
2023-07-17scripts/refresh: Remove column from spec line before sorting....Ricardo Wurmus
2023-07-13gnu: Add libc-for-target and glibc/hurd....Josselin Poiret
2023-07-12refresh: Sort update specs by package location....Ricardo Wurmus
2023-05-31upstream: 'update-package-source' edits input fields....Ludovic Courtès
2023-05-31upstream: Replace 'input-changes' field by 'inputs'....Ludovic Courtès
2023-05-18refresh: Honor '--key-server'....Ludovic Courtès
2023-04-23refresh: Support select packages SUBSET by module name....宋文武
2023-03-21scripts: refresh: Add -T option....jgart
2023-03-13guix: Strip #:use-module lists....Ludovic Courtès
2023-01-03refresh: Always return an <update-spec> for each command-line option....Ludovic Courtès
2023-01-03refresh: Honor user-provided target version and report downgrades....Ludovic Courtès
2022-12-26refresh: Allow updating to a specific version....Hartmut Goebel
2022-06-22refresh: Repurpose '-L' for '--load-path'....Ludovic Courtès
2022-06-15refresh: Switch to SRFI-71....Ludovic Courtès
2022-01-06refresh: Support non-tarball sources....Sarah Morgensen
2021-10-15refresh: Report suggested input changes with 'info'....Ludovic Courtès
2020-11-18guix: refresh: Do not use argument jumping with ngettext....Miguel Ángel Arruga Vivas
2020-09-10scripts: Use 'define-command' and have 'guix help' use that....Ludovic Courtès
2020-01-18refresh: Fix internal variable name....zimoun
2020-01-16refresh: Add '--load-path' option....zimoun
2019-09-10refresh: Distinguish between "no updater" and "failing updater"....Ludovic Courtès
2019-08-17refresh: Use the standard diagnostic procedures....Ludovic Courtès
2019-03-27refresh: Update the source code URL....Ludovic Courtès
2019-03-27upstream: 'package-update' returns the <upstream-source> object....Ludovic Courtès
2019-01-25refresh: Better account for private and generated packages....Ludovic Courtès
2019-01-25refresh: Fix format string that would lead '-l' to print incorrect numbers....Ludovic Courtès
2019-01-12refresh: Suggest input changes when updating....Ricardo Wurmus
2019-01-11refresh: Turn on warnings when '--manifest' is used....Ludovic Courtès
2019-01-11refresh: Refactor option handling and '--recursive'....Ludovic Courtès
2018-12-24scripts: refresh: Allow searching recursively....Efraim Flashner
2018-12-10refresh: Account for overlapping updater coverage....Eric Bavier
2018-12-04refresh: '--list-dependents' ignores deprecated packages....Ludovic Courtès
2018-09-16gnupg: Use 'gpgv' and keybox files; adjust 'guix refresh' accordingly....Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès
2017-11-07refresh: Account for hidden packages....Ludovic Courtès
2017-10-28scripts: Factorize option parsing sans 'GUIX_BUILD_OPTIONS'....Ludovic Courtès
2017-10-09guix: lint: Add checker for new upstream versions....Efraim Flashner
2017-06-24refresh: Be more verbose when passed an explicit package list....Ludovic Courtès
2017-06-04scripts: refresh: Add -m manifest option....Mathieu Othacehe
2017-05-03refresh: Use (guix discovery)....Ludovic Courtès
2017-05-03ui: Rename '_' to 'G_'....Ludovic Courtès
2017-05-01refresh: Report packages using the "@" syntax....Ludovic Courtès
2017-02-09import: Add stackage importer and updater....Federico Beffa
2016-12-16refresh: Make dependency on (guix import crates) weak....Ludovic Courtès
2016-12-14import: Add updater for rust crates....David Craven
2016-12-14import: Add importer for rust crates....David Craven
2016-12-12import: cpan: Add updater....Eric Bavier