Skip to content
Snippets Groups Projects
pacman.conf.builder 1.23 KiB
Newer Older
Eric Vidal's avatar
Eric Vidal committed
#
# pacman.conf used if the options --pacman-conf passed at our-build.sh on the .gitlab.yml file
#

[options]
HoldPkg     = pacman glibc
Architecture = auto
IgnorePkg   = systemd systemd-libs
NoExtract   = usr/lib/libsystemd*.* usr/lib/systemd* etc/systemd*
Eric Vidal's avatar
Eric Vidal committed
Color
VerbosePkgLists
ParallelDownloads = 5
#XferCommand =

SigLevel    = Required DatabaseOptional
LocalFileSigLevel = Optional

Eric Vidal's avatar
Eric Vidal committed
#[obcore-testing]
#SigLevel = Required
Eric Vidal's avatar
Eric Vidal committed
#Server = https://cloud.server.obarun.org/$repo/os/$arch/
Eric Vidal's avatar
Eric Vidal committed

[obcore]
SigLevel = Required
Eric Vidal's avatar
Eric Vidal committed
Server = https://cloud.server.obarun.org/$repo/os/$arch/
Eric Vidal's avatar
Eric Vidal committed

#[obextra-testing]
#SigLevel = Required
Eric Vidal's avatar
Eric Vidal committed
#Server = https://cloud.server.obarun.org/$repo/os/$arch/
Eric Vidal's avatar
Eric Vidal committed

[obextra]
SigLevel = Required
Eric Vidal's avatar
Eric Vidal committed
Server = https://cloud.server.obarun.org/$repo/os/$arch/
Eric Vidal's avatar
Eric Vidal committed

#[observice-testing]
#SigLevel = Required
Eric Vidal's avatar
Eric Vidal committed
#Server = https://cloud.server.obarun.org/$repo/os/$arch/
Eric Vidal's avatar
Eric Vidal committed

[observice]
SigLevel = Required
Eric Vidal's avatar
Eric Vidal committed
Server = https://cloud.server.obarun.org/$repo/os/$arch/
Eric Vidal's avatar
Eric Vidal committed

#[core-testing]
#SigLevel = DatabaseOptional
Eric Vidal's avatar
Eric Vidal committed
#Include = /etc/pacman.d/mirrorlist

[core]
SigLevel = DatabaseOptional
Eric Vidal's avatar
Eric Vidal committed
Include = /etc/pacman.d/mirrorlist

#[extra-testing]
#SigLevel = DatabaseOptional
Eric Vidal's avatar
Eric Vidal committed
#Include = /etc/pacman.d/mirrorlist

[extra]
SigLevel = DatabaseOptional
Eric Vidal's avatar
Eric Vidal committed
Include = /etc/pacman.d/mirrorlist