summary refs log tree commit diff
path: root/guix/channels.scm
AgeCommit message (Expand)Author
2023-06-04channels: Raise an error if dependency's introduction is malformedJosselin Poiret
2023-03-13guix: Strip #:use-module lists.Ludovic Courtès
2023-02-11status: Print a hint when a 'package-cache' hook fails to build.Ludovic Courtès
2023-01-23channels: 'channel->code' emits 'channel' field only when necessary.Ludovic Courtès
2022-10-17channels: Interpret the 'commit' field of channel as a tag or commit.Ludovic Courtès
2022-10-04channels: Warn about missing introductions.Ludovic Courtès
2022-08-09channels: Consider news files as UTF-8-encoded by default.Ludovic Courtès
2022-08-09channels: Add 'repository->guix-channel'.Ludovic Courtès
2022-07-08channels: Emit version 3 profiles.Ludovic Courtès
2022-06-16channels: Print backtrace when generating package cache fails.Josselin Poiret
2021-12-25channels: Add 'branch' to 'channel->code' output.Brice Waegeneire
2021-09-18channels: 'channel-news-entry-commit' correctly resolves annotated tags.Ludovic Courtès
2021-05-12channels: Add a #:system argument to channel-instances->manifest.Christopher Baines
2021-04-12channels: Build user channels with '-O1'.Ludovic Courtès
2021-03-10channels: Add the channel branch in sexp->channel.Mathieu Othacehe
2021-03-10channels: Export channel-instance->sexp.Mathieu Othacehe
2021-02-04channels: Consider the current channel commit as authentic.Ludovic Courtès
2021-02-04channels: Record 'guix' channel metadata in (guix config).Ludovic Courtès
2021-02-01guix package: Add '--export-channels'.Ludovic Courtès
2021-02-01channels: Add 'channel->code'.Ludovic Courtès
2021-02-01guix describe: Use 'manifest-entry-channel'.Ludovic Courtès
2021-02-01channels: Add the channel name to channel sexps.Ludovic Courtès
2021-02-01channels: Factorize 'manifest-entry-channel' and channel serialization.Ludovic Courtès
2021-01-31ci: Add missing imports.Ludovic Courtès
2021-01-31guix: channels: Introduce "channel-with-substitutes-available".Mathieu Othacehe
2020-11-28channels: Expose the default channel in %default-channel.Zhu Zihao
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