mirror of
https://github.com/Luzifer/archrepo.git
synced 2024-12-20 13:11:17 +00:00
Let own repo overwrite all except core, enable multilib
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
9661a05f62
commit
c4c8fee149
1 changed files with 6 additions and 6 deletions
|
@ -74,6 +74,10 @@ LocalFileSigLevel = Optional
|
|||
[core]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[luzifer]
|
||||
#SigLevel = TrustAll
|
||||
Server = https://s3-eu-west-1.amazonaws.com/arch-luzifer-io/repo/$arch
|
||||
|
||||
[extra]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
|
@ -89,8 +93,8 @@ Include = /etc/pacman.d/mirrorlist
|
|||
#[multilib-testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
#[multilib]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
[multilib]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
# An example of a custom package repository. See the pacman manpage for
|
||||
# tips on creating your own repositories.
|
||||
|
@ -98,7 +102,3 @@ Include = /etc/pacman.d/mirrorlist
|
|||
#SigLevel = Optional TrustAll
|
||||
#Server = file:///home/custompkgs
|
||||
|
||||
[luzifer]
|
||||
#SigLevel = TrustAll
|
||||
Server = https://s3-eu-west-1.amazonaws.com/arch-luzifer-io/repo/$arch
|
||||
|
||||
|
|
Loading…
Reference in a new issue