mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-04-16 16:32:17 +02:00
fix(guix): disable channel authentication in source patch
This commit is contained in:
parent
c1b1eb771e
commit
260fa2ae17
1 changed files with 22 additions and 0 deletions
|
|
@ -0,0 +1,22 @@
|
|||
diff --git guix-1.5.0/guix/channels.scm guix-1.5.0/guix/channels.scm
|
||||
index 0d7bc541ccc..879dde1c00e 100644
|
||||
--- guix-1.5.0/guix/channels.scm
|
||||
+++ guix-1.5.0/guix/channels.scm
|
||||
@@ -511,7 +511,7 @@ information."
|
||||
(define* (latest-channel-instances store channels
|
||||
#:key
|
||||
(current-channels '())
|
||||
- (authenticate? #t)
|
||||
+ (authenticate? #f)
|
||||
(validate-pull
|
||||
ensure-forward-channel-update)
|
||||
(verify-certificate? #t))
|
||||
@@ -570,7 +570,7 @@ depending on the policy it implements."
|
||||
(instance
|
||||
(latest-channel-instance store channel
|
||||
#:authenticate?
|
||||
- authenticate?
|
||||
+ #f ; authenticate?
|
||||
#:validate-pull
|
||||
validate-pull
|
||||
#:starting-commit
|
||||
Loading…
Add table
Add a link
Reference in a new issue