blob: d3da9468a74632db4056fd09820c2fc8f7e1c51c (
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
DBPath = /home/master/builder/work/pacman-i486.db/
CacheDir = /home/master/builder/work/pacman-i486.cache/
LogFile = /dev/null
#GPGDir = /etc/pacman.d/gnupg/
#HookDir = /etc/pacman.d/hooks/
HoldPkg = pacman glibc
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta = 0.7
Architecture = i486
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =
#NoUpgrade =
#NoExtract =
# Misc options
#UseSyslog
#Color
#TotalDownload
CheckSpace
#VerbosePkgLists
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required
[staging]
Include = /etc/pacman.d/mirrorlist32
[community-staging]
Include = /etc/pacman.d/mirrorlist32
[testing]
Include = /etc/pacman.d/mirrorlist32
[community-testing]
Include = /etc/pacman.d/mirrorlist32
[core]
Include = /etc/pacman.d/mirrorlist32
[extra]
Include = /etc/pacman.d/mirrorlist32
[community]
Include = /etc/pacman.d/mirrorlist32
|