bug#41764: `make authenticate` fails to find the keyring branch

2020-10-24 Thread Miguel Ángel Arruga Vivas
Hi Ludo, Thanks for the quick revision. Ludovic Courtès writes: >> # Authenticate the current Git checkout by checking signatures on every >> commit. >> +GUIX_GIT_KEYRING = origin/keyring > > You need “?=” or users won’t be able to override it. The macro definitions provided through the comma

bug#41764: `make authenticate` fails to find the keyring branch

2020-10-24 Thread Ludovic Courtès
Hi! Miguel Ángel Arruga Vivas skribis: > From 479ac6846cb228b67b778965f0f5299ea3172424 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Miguel=20=C3=81ngel=20Arruga=20Vivas?= > > Date: Sat, 24 Oct 2020 14:35:09 +0200 > Subject: [PATCH] build: Add GUIX_GIT_KEYRING variable for make authenticate. > >

bug#41764: `make authenticate` fails to find the keyring branch

2020-10-24 Thread Miguel Ángel Arruga Vivas
Hi, Ludovic Courtès writes: > Hi, > > Leo Famulari skribis: > >> I just tried pushing for the first time since installing the new >> pre-push hook that runs `make authenticate`. >> >> This failed with the following error: >> >> Git error: cannot locate remote-tracking branch 'keyring' >> >> Howe

bug#41764: `make authenticate` fails to find the keyring branch

2020-08-07 Thread guix-vits via web
Please do :)

bug#41764: `make authenticate` fails to find the keyring branch

2020-06-09 Thread Ludovic Courtès
Hi, Leo Famulari skribis: > I just tried pushing for the first time since installing the new > pre-push hook that runs `make authenticate`. > > This failed with the following error: > > Git error: cannot locate remote-tracking branch 'keyring' > > However, `git branch --all` includes "remotes/or

bug#41764: `make authenticate` fails to find the keyring branch

2020-06-08 Thread Leo Famulari
I just tried pushing for the first time since installing the new pre-push hook that runs `make authenticate`. This failed with the following error: Git error: cannot locate remote-tracking branch 'keyring' However, `git branch --all` includes "remotes/origin/keyring". After I did `git checkout