summaryrefslogtreecommitdiff
path: root/guix/channels.scm
AgeCommit message (Expand)Author
6 daysguix: channels: Handle single case with authenticating message.Rostislav Svoboda
2024-04-15channels: Autoload (git …) modules.Ludovic Courtès
2024-04-15git: Add ‘tag->commit’ and use it in (guix channels).Ludovic Courtès
2024-04-15channels: Move ‘commit-short-id’ to (guix git).Ludovic Courtès
2024-04-15git: Add ‘repository-info’ and use it in (guix channels).Ludovic Courtès
2024-04-15channels: Use SRFI-71 instead of SRFI-11.Ludovic Courtès
2024-03-30channels: Autoload several modules.Ludovic Courtès
2024-01-31channels: ‘latest-channel-instances’ traverses user-provided channels first.Ludovic Courtès
2023-10-28profiles: Hooks honor the #:system parameter of ‘profile-derivation’.Ludovic Courtès
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