summaryrefslogtreecommitdiff
path: root/tests/examplefiles/pacman.conf
blob: 78dbf5e15e5bec28a3b0d98c3ec82234704c5726 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#
# /etc/pacman.conf
#
# This example file has no relation to `pacman.ijs`
# but is of configuration of Arch Linux's package manager `pacman`.
#

#
# GENERAL OPTIONS
#
[options]
RootDir     = /opt/local/site-private
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
LogFile     = /opt/local/site-private/var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
HoldPkg      = pacman
#XferCommand = /usr/bin/curl -C - -f %u > %o
XferCommand = /usr/local/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta    = 0.7
Architecture = auto

#IgnorePkg   =
#IgnoreGroup =

NoUpgrade = etc/passwd etc/group etc/shadow
NoUpgrade = etc/fstab
#NoExtract   =

#UseSyslog
Color
#TotalDownload
CheckSpace
#VerbosePkgLists

#SigLevel = Never
SigLevel    = Required DatabaseOptional
LocalFileSigLevel = Optional
RemoteFileSigLevel = Required

Server = ftp://ftp9.yaphatchpotchgen.net/$repo/os/$arch

[fubar32]
Include = /etc/pacman.d/mirrorlist.fubar32 # comment is allowed here

#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs