bug#22883: [PATCH 1/9] git-authenticate: Cache takes a key parameter.

2020-06-08 Thread Ludovic Courtès
Gah, I messed up. Please followup to 41...@debbugs.gnu.org! Ludo’.

bug#22883: [PATCH 1/9] git-authenticate: Cache takes a key parameter.

2020-06-08 Thread Ludovic Courtès
* guix/git-authenticate.scm (authenticated-commit-cache-file) (cache-authenticated-commit, previously-authenticated-commits): Add 'key' parameter and honor it. * build-aux/git-authenticate.scm (git-authenticate): Pass "channels/guix" as the key. --- build-aux/git-authenticate.scm | 5 +++-- guix/