pull: Use ~/.cache/guix/checkouts instead of ~/.cache/guix/pull.
authorLudovic Courtès <ludo@gnu.org>
Mon, 23 Sep 2019 21:38:59 +0000 (23:38 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 23 Sep 2019 21:41:19 +0000 (23:41 +0200)
commit7b3f56f5d7f4d2bb936e1579ed442e7f5b080abd
tree211febb6360ac4d6f6a2f14d3c1714ec0940cd89
parent46a9d88512a706f310e91370b6313085da040d2d
pull: Use ~/.cache/guix/checkouts instead of ~/.cache/guix/pull.

Previously 'channel-news-for-commit' would use the former while 'guix
pull' would use the latter.  Consequently, the first 'guix pull -N'
would clone the repository anew.

* guix/scripts/pull.scm (guix-pull): Remove 'cache', and leave
%REPOSITORY-CACHE-DIRECTORY to its default value.
guix/scripts/pull.scm