Fix repo setup example config
This commit is contained in:
parent
f30a4fe75a
commit
cd7a98afab
1 changed files with 3 additions and 1 deletions
|
@ -132,7 +132,9 @@ following:
|
||||||
|
|
||||||
[MyAURRepo]
|
[MyAURRepo]
|
||||||
SigLevel = Required TrustedOnly
|
SigLevel = Required TrustedOnly
|
||||||
Include = file:///home/MyAURRepoDirectory
|
Server = file:///home/MyAURRepoDirectory
|
||||||
|
# Optionally set a file with `Server = ...` entries
|
||||||
|
# Include = /etc/pacman.d/my_repo_server_list
|
||||||
|
|
||||||
Note that `SigLevel` is set expecting the `MyAURRepo.db` file to be signed (the
|
Note that `SigLevel` is set expecting the `MyAURRepo.db` file to be signed (the
|
||||||
Python script usually signs the `.db` file after a package has been successfully
|
Python script usually signs the `.db` file after a package has been successfully
|
||||||
|
|
Loading…
Reference in a new issue