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
c22ddd71d9
commit
17f5f41e36
@ -175,7 +175,7 @@ class Setup(Handler):
|
||||
configuration.set_option(section, "Server", mirror)
|
||||
|
||||
# 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}")
|
||||
|
||||
target = source.parent / f"{prefix}-{architecture}.conf"
|
||||
|
Loading…
Reference in New Issue
Block a user