mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
complitely disable signature check for local repository in devtools
It appears that with optional level pacman still tries to validate the key, which can lead to errors whille processing in docker container
This commit is contained in:
parent
3681473942
commit
fcd4d60cad
@ -175,7 +175,7 @@ class Setup(Handler):
|
|||||||
configuration.set_option(section, "Server", mirror)
|
configuration.set_option(section, "Server", mirror)
|
||||||
|
|
||||||
# add repository itself
|
# add repository itself
|
||||||
configuration.set_option(repository, "SigLevel", "Optional TrustAll") # we don't care
|
configuration.set_option(repository, "SigLevel", "Never") # we don't care
|
||||||
configuration.set_option(repository, "Server", f"file://{paths.repository}")
|
configuration.set_option(repository, "Server", f"file://{paths.repository}")
|
||||||
|
|
||||||
target = source.parent / f"{prefix}-{architecture}.conf"
|
target = source.parent / f"{prefix}-{architecture}.conf"
|
||||||
|
Loading…
Reference in New Issue
Block a user