Add (guix channels) and use it in (guix scripts pull).
authorLudovic Courtès <ludo@gnu.org>
Mon, 27 Aug 2018 16:05:49 +0000 (18:05 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 2 Sep 2018 14:51:40 +0000 (16:51 +0200)
commit0d39a3b98948314e135566b9315717695a9035ea
tree26531e76ed2af0c4db34ae25f100ed73b4525c63
parentfe634eaf93ba40862acdf62d7f197c6f19f0651c
Add (guix channels) and use it in (guix scripts pull).

* guix/channels.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/scripts/pull.scm: Use it.
(%default-options): Remove 'repository-url' and 'ref'.
(show-help, %options): Add '--channels'.
(%self-build-file, %pull-version, build-from-source)
(whole-package-for-legacy, derivation->manifest-entry): Remove.  These
now exist in a similar form in (guix channels).
(build-and-install): Change 'source' to 'instances'.  Remove #:url,
 #:branch, and #:commit.  Rewrite using 'channel-instances->manifest'.
(channel-list): New procedure.
(guix-pull): Parameterize %REPOSITORY-CACHE-DIRECTORY.  Call
'honor-lets-encrypt-certificates!' unconditionally.  Load
~/.config/guix/channels.scm.  Rewrite to use (guix channels).
[use-le-certs?]: Remove.
* po/guix/POTFILES.in: Add (guix channels).
* doc/guix.texi (Invoking guix pull): Group the description of '--url',
'--commit', and '--branch'.  Remove mention of 'GUIX_PULL_URL'.  Add
references to "Channels".  Document '--channels'.
(Channels): New node.
(Defining Packages): Link to "Channels" instead of "Package Modules".
(Invoking guix edit): Link to "Package Modules" instead of "Defining
Packages".
(Package Modules): Document both GUIX_PACKAGE_PATH and channels.
Makefile.am
doc/guix.texi
guix/channels.scm [new file with mode: 0644]
guix/scripts/pull.scm
po/guix/POTFILES.in