OSDN Git Service

[add] : Added config files for pentium4
[alterlinux/alterlinux.git] / system / pacman-pen4.conf
1 #
2 # /etc/pacman.conf
3 #
4 # See the pacman.conf(5) manpage for option and repository directives
5 #
6 # Yamada Hayao
7 # Twitter: @Hayao0819
8 # Email  : hayao@fascode.net
9 #
10 # (c) 2019-2021 Fascode Network.
11 #
12 # This is only used at build time.
13 # In the configuration for the build, the repository mirror is specified directly.
14 #
15
16 #
17 # GENERAL OPTIONS
18 #
19 [options]
20 # The following paths are commented out with their default values listed.
21 # If you wish to use different paths, uncomment and update the paths.
22 #RootDir     = /
23 #DBPath      = /var/lib/pacman/
24 #CacheDir    = /var/cache/pacman/pkg/
25 #LogFile     = /var/log/pacman.log
26 #GPGDir      = /etc/pacman.d/gnupg/
27 #HookDir     = /etc/pacman.d/hooks/
28 HoldPkg     = pacman glibc
29 #XferCommand = /usr/bin/curl -L -C - -f -o %o %u
30 #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
31 #CleanMethod = KeepInstalled
32 Architecture = i686
33
34 # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
35 #IgnorePkg   =
36 #IgnoreGroup =
37
38 #NoUpgrade   =
39 #NoExtract   =
40
41 # Misc options
42 #UseSyslog
43 #Color
44 #NoProgressBar
45 CheckSpace
46 #VerbosePkgLists
47 ParallelDownloads = 8
48
49 # By default, pacman accepts packages signed by keys that its local keyring
50 # trusts (see pacman-key and its man page), as well as unsigned packages.
51 SigLevel    = Required DatabaseOptional
52 LocalFileSigLevel = Optional
53 #RemoteFileSigLevel = Required
54
55 # NOTE: You must run `pacman-key --init` before first using pacman; the local
56 # keyring can then be populated with the keys of all official Arch Linux
57 # packagers with `pacman-key --populate archlinux`.
58
59 #
60 # REPOSITORIES
61 #   - can be defined here or included from another file
62 #   - pacman will search repositories in the order defined here
63 #   - local/custom mirrors can be added here or in separate files
64 #   - repositories listed first will take precedence when packages
65 #     have identical names, regardless of version number
66 #   - URLs will have $repo replaced by the name of the current repo
67 #   - URLs will have $arch replaced by the name of the architecture
68 #
69 # Repository entries are of the format:
70 #       [repo-name]
71 #       Server = ServerName
72 #       Include = IncludePath
73 #
74 # The header [repo-name] is crucial - it must be present and
75 # uncommented to enable the repo.
76 #
77
78 # The testing repositories are disabled by default. To enable, uncomment the
79 # repo name header and Include lines. You can add preferred servers immediately
80 # after the header, and they will be used before the default mirrors.
81
82 [alter-stable]
83 Server = https://fascodenet.github.io/$repo/$arch/
84 Server = https://ftp.jaist.ac.jp/pub/sourceforge.jp/storage/g/a/al/alterlinux/repo/$repo/$arch
85 Server = https://ftp.iij.ad.jp/pub/osdn.jp/storage/g/a/al/alterlinux/repo/$repo/$arch
86 Server = https://osdn.dl.osdn.net/storage/g/a/al/alterlinux/repo/$repo/$arch
87 Server = https://ftp.jaist.ac.jp/pub/sourceforge.jp/storage/g/s/se/serene/repo/$repo/$arch
88 Server = https://ftp.iij.ad.jp/pub/osdn.jp/storage/g/s/se/serene/repo/$repo/$arch
89 Server = https://osdn.dl.osdn.net/storage/g/s/se/serene/repo/$repo/$arch
90
91 #[testing]
92 #Server = http://de.mirror.archlinux32.org/$arch/$repo/
93 #Server = https://de.mirror.archlinux32.org/$arch/$repo/
94 #Server = http://mirror.archlinux32.org/$arch/$repo/
95 #Server = https://mirror.archlinux32.org/$arch/$repo/
96 #Server = http://mirror.archlinux32.oss/$arch/$repo/
97
98 [core]
99 Server = http://de.mirror.archlinux32.org/$arch/$repo/
100 Server = https://de.mirror.archlinux32.org/$arch/$repo/
101 Server = http://mirror.archlinux32.org/$arch/$repo/
102 Server = https://mirror.archlinux32.org/$arch/$repo/
103 Server = http://mirror.archlinux32.oss/$arch/$repo/
104
105 [extra]
106 Server = http://de.mirror.archlinux32.org/$arch/$repo/
107 Server = https://de.mirror.archlinux32.org/$arch/$repo/
108 Server = http://mirror.archlinux32.org/$arch/$repo/
109 Server = https://mirror.archlinux32.org/$arch/$repo/
110 Server = http://mirror.archlinux32.oss/$arch/$repo/
111
112 #[community-testing]
113 #Server = http://de.mirror.archlinux32.org/$arch/$repo/
114 #Server = https://de.mirror.archlinux32.org/$arch/$repo/
115 #Server = http://mirror.archlinux32.org/$arch/$repo/
116 #Server = https://mirror.archlinux32.org/$arch/$repo/
117 #Server = http://mirror.archlinux32.oss/$arch/$repo/
118
119 [community]
120 Server = http://de.mirror.archlinux32.org/$arch/$repo/
121 Server = https://de.mirror.archlinux32.org/$arch/$repo/
122 Server = http://mirror.archlinux32.org/$arch/$repo/
123 Server = https://mirror.archlinux32.org/$arch/$repo/
124 Server = http://mirror.archlinux32.oss/$arch/$repo/
125
126
127 # An example of a custom package repository.  See the pacman manpage for
128 # tips on creating your own repositories.
129 #[custom]
130 #SigLevel = Optional TrustAll
131 #Server = file:///home/custompkgs