unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#46353: Failing test: guix-git-authenticate.sh
@ 2021-02-06 23:13 Rovanion Luckey
  2021-02-06 23:53 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 1 reply; 3+ messages in thread
From: Rovanion Luckey @ 2021-02-06 23:13 UTC (permalink / raw)
  To: 46353

[-- Attachment #1: Type: text/plain, Size: 843 bytes --]

I just ran `make check` and got the following failing test:

FAIL: tests/guix-git-authenticate
=================================

+ '[' -d /home/rovanion/source/guix/main2/.git ']'
+ guile -c '(use-modules (git))
  (member "refs/heads/keyring" (branch-list (repository-open ".")))'
+ intro_commit=9edb3f66fd807b096b48283debdcddccfea34bad
+ intro_signer='BBB0 2DDF 2CEA F6A8 0D1D  E643 A2A0 6DF2 A33A 54FA'
+ cache_key=test-30123
+ guix git authenticate 9edb3f66fd807b096b48283debdcddccfea34bad 'BBB0 2DDF
2CEA F6A8 0D1D  E643 A2A0 6DF2 A33A 54FA' --cache-key=test-30123 --stats
--end=9549f0283a78fe36f2d4ff2a04ef8ad6b0c02604
guix git: error: Git error: cannot locate remote-tracking branch 'keyring'
FAIL tests/guix-git-authenticate.sh (exit status: 1)


Running `make authenticate` and then rerunning `make check` did not resolve
this issue.

[-- Attachment #2: Type: text/html, Size: 1046 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#46353: Failing test: guix-git-authenticate.sh
  2021-02-06 23:13 bug#46353: Failing test: guix-git-authenticate.sh Rovanion Luckey
@ 2021-02-06 23:53 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2021-02-07  0:04   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 1 reply; 3+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2021-02-06 23:53 UTC (permalink / raw)
  To: Rovanion Luckey; +Cc: 46353

[-- Attachment #1: Type: text/plain, Size: 395 bytes --]

Rovanion,

Rovanion Luckey 写道:
> Running `make authenticate` and then rerunning `make check` did 
> not resolve
> this issue.

It won't.  Guix expects a local ‘keyring’ branch tracking 
upstream's:

  $ cd ~/guix
  $ git checkout --track upstream/keyring

(I use ‘upstream’ where you might use the default ‘origin’ or 
something else.)

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#46353: Failing test: guix-git-authenticate.sh
  2021-02-06 23:53 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2021-02-07  0:04   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 0 replies; 3+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2021-02-07  0:04 UTC (permalink / raw)
  Cc: 46353, rovanion.luckey

[-- Attachment #1: Type: text/plain, Size: 277 bytes --]

Tobias Geerinckx-Rice via Bug reports for GNU Guix 写道:
>  $ cd ~/guix
>  $ git checkout --track upstream/keyring

Oops, I forgot the obvious-to-me:

  $ git checkout master

afterwareds, or you'll be looking at a bunch of key files :-)

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-07  0:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-06 23:13 bug#46353: Failing test: guix-git-authenticate.sh Rovanion Luckey
2021-02-06 23:53 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2021-02-07  0:04   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).