summaryrefslogtreecommitdiff
path: root/guix/channels.scm
AgeCommit message (Expand)Author
2020-10-12channels: Address test failure....Ludovic Courtès
2020-07-25Use 'formatted-message' instead of '&message' where appropriate....Ludovic Courtès
2020-07-25utils: Move '&fix-hint' to (guix diagnostics)....Ludovic Courtès
2020-07-11git-authenticate: Factorize 'authenticate-repository'....Ludovic Courtès
2020-07-01channels: Dependencies listed in '.guix-channel' can have an introduction....Ludovic Courtès
2020-07-01channels: Save and interpret 'introduction' field in provenance data....Ludovic Courtès
2020-07-01channels: Remove 'signature' from <channel-introduction>....Ludovic Courtès
2020-07-01channels: Make channel introductions public....Ludovic Courtès
2020-07-01channels: Add 'openpgp-fingerprint->bytevector'....Ludovic Courtès
2020-06-28channels: Error out when the 'guix' channel lacks an introduction....Ludovic Courtès
2020-06-21channels: 'authenticate-channel' doesn't check relation with intro commit....Ludovic Courtès
2020-06-17channels: Warn when pulling from a mirror....Ludovic Courtès
2020-06-16pull: Add '--disable-authentication'....Ludovic Courtès
2020-06-16channels: Automatically add introduction for the official 'guix' channel....Ludovic Courtès
2020-06-16channels: Make 'validate-pull' call right after clone/pull....Ludovic Courtès
2020-06-16channels: 'latest-channel-instance' authenticates Git checkouts....Ludovic Courtès
2020-05-25pull: Protect against downgrade attacks....Ludovic Courtès
2020-05-25channels: 'latest-channel-instances' guards against non-forward updates....Ludovic Courtès
2020-05-25git: 'update-cached-checkout' returns the commit relation....Ludovic Courtès
2020-05-25channels: 'latest-channel-instances' doesn't leak internal state....Ludovic Courtès
2020-05-15channels: 'build-from-source' restores '%guile-for-build'....Ludovic Courtès
2020-05-15channels: Move quirks and patches to (guix quirks)....Ludovic Courtès
2020-05-07channels: Add patch for <https://bugs.gnu.org/41028>....Ludovic Courtès
2020-05-07channels: Add mechanism to patch checkouts of the 'guix channel....Ludovic Courtès
2020-05-07channels: Add 'latest-channel-instance'....Ludovic Courtès
2020-04-26channels: Use a declarative profile....Ludovic Courtès
2020-04-06channels: Call 'build-self.scm' procedure with a trivial build handler....Ludovic Courtès
2020-01-09channels: Provide a hint when the 'guix' channel is lacking....Ludovic Courtès
2019-10-27channels: Refer to 'guile-json-3'....Ludovic Courtès
2019-10-02channels: Add quirk to build recent 'master' with Guile 2.2.4....Ludovic Courtès
2019-09-23channels: Allow news entries to refer to a tag....Ludovic Courtès
2019-09-23channels: Add support for a news file....Ludovic Courtès
2019-08-16channels: Add 'profile-channels'....Ludovic Courtès
2019-07-19channels: Always provide a <channel-metadata> record....Ludovic Courtès
2019-07-19channels: Remove unneeded 'version' field of <channel-metadata>....Ludovic Courtès
2019-07-19channels: Strictly check the version of '.guix-channel'....Ludovic Courtès
2019-07-15channels: Avoid use of 'derivation-input-path'....Ludovic Courtès
2019-07-14channels: Add optional directory to channel metadata....Jan Nieuwenhuizen
2019-07-08channels: Key cached channel derivations by system....Ludovic Courtès
2019-07-06channels: Simplify 'channel-instances->manifest'....Ludovic Courtès
2019-06-03deprecation: Use the 'warning' procedure for diagnostics....Ludovic Courtès
2019-04-17pull: '--url', '--commit', and '--branch' apply to the 'guix' channel....Ludovic Courtès
2019-03-08channels: Do not fail when the inferior lacks 'guix repl'....Ludovic Courtès
2019-01-29channels: Do not offload package cache derivation....Ludovic Courtès
2019-01-28channels: Turn off deprecation warnings when loading 'build-self.scm'....Ludovic Courtès
2019-01-20channels: Use 'fold2'....Ludovic Courtès
2019-01-20channels: Gracefully report the lack of a 'guix' channel....Ludovic Courtès
2019-01-20channels: Build channel modules in an inferior....Ludovic Courtès
2019-01-20channels: Don't pull from the same channel more than once....Ludovic Courtès
2019-01-15channels: Compute a package cache and use it....Ludovic Courtès