summaryrefslogtreecommitdiff
path: root/guix/channels.scm
AgeCommit message (Expand)Author
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
2019-01-07self: Move all modules into a single directory.Ludovic Courtès
2018-12-09guix: Add support for channel dependencies.Ricardo Wurmus
2018-11-28channels: Add 'checkout->channel-instance'.Ludovic Courtès
2018-09-21channels: Add 'channel-instances->derivation'.Ludovic Courtès
2018-09-16channels: Add Guile-Git as a dependency of external channels.Ludovic Courtès
2018-09-05git: Don't require users to specifiy "origin/" for branches.Ludovic Courtès
2018-09-05channels: Fix external channel builds.Ludovic Courtès
2018-09-05channels: Add 'latest-channel-derivation' convenience procedure.Ludovic Courtès
2018-09-02Add (guix channels) and use it in (guix scripts pull).Ludovic Courtès