mirror of
https://github.com/Luzifer/archrepo.git
synced 2024-12-20 21:21:19 +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]
|
[core]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[luzifer]
|
||||||
|
#SigLevel = TrustAll
|
||||||
|
Server = https://s3-eu-west-1.amazonaws.com/arch-luzifer-io/repo/$arch
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
@ -89,8 +93,8 @@ Include = /etc/pacman.d/mirrorlist
|
||||||
#[multilib-testing]
|
#[multilib-testing]
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
#[multilib]
|
[multilib]
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
# An example of a custom package repository. See the pacman manpage for
|
# An example of a custom package repository. See the pacman manpage for
|
||||||
# tips on creating your own repositories.
|
# tips on creating your own repositories.
|
||||||
|
@ -98,7 +102,3 @@ Include = /etc/pacman.d/mirrorlist
|
||||||
#SigLevel = Optional TrustAll
|
#SigLevel = Optional TrustAll
|
||||||
#Server = file:///home/custompkgs
|
#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