summaryrefslogtreecommitdiff
path: root/guix/upstream.scm
AgeCommit message (Expand)Author
2024-02-19upstream: update-package-inputs: Sort extra inputs.Ricardo Wurmus
2023-09-13upstream: Compare symbols to symbols.Ricardo Wurmus
2023-05-31upstream: Honor package properties for ignored and extra inputs.Ludovic Courtès
2023-05-31upstream: Remove <upstream-input-change> and related code.Ludovic Courtès
2023-05-31upstream: 'update-package-source' edits input fields.Ludovic Courtès
2023-05-31diagnostics: Factorize 'absolute-location'.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-03-13guix: Strip #:use-module lists.Ludovic Courtès
2023-01-03upstream: Allow downgrades.Ludovic Courtès
2022-12-26upstream: Allow updating to a specific version.Hartmut Goebel
2022-12-26upstream-updater: Rename record field.Hartmut Goebel
2022-11-11upstream: Factorize 'package-archive-type'.Ludovic Courtès
2022-07-19upstream: Sort '%updaters' alphabetically.Ludovic Courtès
2022-07-01upstream: 'guix refresh -u' no longer stops when upstream info is lacking.Ludovic Courtès
2022-06-15upstream: 'package-update' reports "unknown upstream releases" errors.Ludovic Courtès
2022-06-15import: Add hex.pm importer.Hartmut Goebel
2022-01-06upstream: Support updating and fetching 'git-fetch' origins.Sarah Morgensen
2022-01-05guix/upstream: Let changed-inputs support the new input lists.Ricardo Wurmus
2021-10-08Revert the #51061 patch series for now.Tobias Geerinckx-Rice
2021-10-07import: Add hex.pm importer.Hartmut Goebel
2021-04-06upstream: 'package-latest-release' tries all the matching updaters.Ludovic Courtès
2021-01-19transformations: Add '--with-latest'.Ludovic Courtès
2021-01-07upstream: Make the 'updaters' parameter optional.Ludovic Courtès
2020-07-27upstream: Handle the case where the file name has no extension.Danny Milosavljevic
2020-07-25Use 'formatted-message' instead of '&message' where appropriate.Ludovic Courtès
2020-07-21upstream: 'download-tarball' gracefully handles missing signatures.Ludovic Courtès
2020-07-20upstream: Use 'warning' instead of 'format'.Ludovic Courtès
2020-07-03upstream: Define 'url-predicate' and use it.Ludovic Courtès
2020-05-22upstream: Use 'origin-hash'.Ludovic Courtès
2019-12-20gnupg: 'gnupg-verify*' returns a status symbol.Ludovic Courtès
2019-09-10refresh: Distinguish between "no updater" and "failing updater".Ludovic Courtès
2019-08-17upstream: Gracefully handle archive type changes.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-03-08upstream: Correctly report failure to update Git checkouts.Ludovic Courtès
2019-01-12refresh: Suggest input changes when updating.Ricardo Wurmus
2018-04-08discovery: Remove dependency on (guix ui).Ludovic Courtès
2017-12-19upstream: Reject bogus archive type guesses.Ludovic Courtès
2017-10-09guix: lint: Add checker for new upstream versions.Efraim Flashner
2017-09-26upstream: Add 'url-prefix-predicate'.Ludovic Courtès
2017-05-03ui: Rename '_' to 'G_'.Ludovic Courtès
2017-03-14upstream: Avoid '_' as a pattern variable in 'match'.Ludovic Courtès
2016-12-15upstream: Determine archive type correctly.David Craven
2016-12-14upstream: Use first url when it lacks an extension.Ludovic Courtès
2016-11-30upstream: Properly verify signatures of uncompressed tarballs.Ludovic Courtès
2016-11-29refresh: Warn about packages that lack an updater.Ludovic Courtès
2016-05-17import: Gracefully report import failures.Ludovic Courtès
2016-04-15upstream: Pass a package object to updaters.Ludovic Courtès
2016-04-13gnu-maintenance: update-package-source: Only update the desired package.宋文武