OSDN Git Service

[add] : Added pacman.conf
[alterlinux/alterlinux-channels.git] / pacman.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@fascone.net
9 #
10 # (c) 2019-2020 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 # Alter-testing is enabled in the build settings.
15
16 #
17 # GENERAL OPTIONS
18 #
19
20 [options]
21 # The following paths are commented out with their default values listed.
22 # If you wish to use different paths, uncomment and update the paths.
23 #RootDir     = /
24 #DBPath      = /var/lib/pacman/
25 #CacheDir    = /var/cache/pacman/pkg/
26 #LogFile     = /var/log/pacman.log
27 #GPGDir      = /etc/pacman.d/gnupg/
28 #HookDir     = /etc/pacman.d/hooks/
29 HoldPkg     = pacman glibc
30 #XferCommand = /usr/bin/curl -C - -f %u > %o
31 #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
32 #CleanMethod = KeepInstalled
33 #UseDelta    = 0.7
34 Architecture = auto
35
36 # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
37 #IgnorePkg   =
38 #IgnoreGroup =
39
40 #NoUpgrade   =
41 #NoExtract   =
42
43 # Misc options
44 #UseSyslog
45 Color
46 #TotalDownload
47 # We cannot check disk space from within a chroot environment
48 #CheckSpace
49 #VerbosePkgLists
50 ILoveCandy
51
52 # By default, pacman accepts packages signed by keys that its local keyring
53 # trusts (see pacman-key and its man page), as well as unsigned packages.
54 SigLevel    = Required DatabaseOptional
55 LocalFileSigLevel = Optional
56 #RemoteFileSigLevel = Required
57
58 # NOTE: You must run `pacman-key --init` before first using pacman; the local
59 # keyring can then be populated with the keys of all official Arch Linux
60 # packagers with `pacman-key --populate archlinux`.
61
62 #
63 # REPOSITORIES
64 #   - can be defined here or included from another file
65 #   - pacman will search repositories in the order defined here
66 #   - local/custom mirrors can be added here or in separate files
67 #   - repositories listed first will take precedence when packages
68 #     have identical names, regardless of version number
69 #   - URLs will have $repo replaced by the name of the current repo
70 #   - URLs will have $arch replaced by the name of the architecture
71 #
72 # Repository entries are of the format:
73 #       [repo-name]
74 #       Server = ServerName
75 #       Include = IncludePath
76 #
77 # The header [repo-name] is crucial - it must be present and
78 # uncommented to enable the repo.
79 #
80
81 # The testing repositories are disabled by default. To enable, uncomment the
82 # repo name header and Include lines. You can add preferred servers immediately
83 # after the header, and they will be used before the default mirrors.
84
85 [alter-stable]
86 Server = https://xn--d-8o2b.com/repo/$repo/$arch
87 Server = https://ja.osdn.net/projects/serene/storage/repo/$repo/$arch
88 Server = https://h.0u0.biz/repo/$repo/$arch
89
90 [alter-kernel]
91 Server = https://xn--d-8o2b.com/repo/$repo/$arch
92 Server = https://ja.osdn.net/projects/serene/storage/repo/$repo/$arch
93 Server = https://h.0u0.biz/repo/$repo/$arch
94
95 [alter-testing]
96 Server = https://xn--d-8o2b.com/repo/$repo/$arch
97 Server = https://ja.osdn.net/projects/serene/storage/repo/$repo/$arch
98 Server = https://h.0u0.biz/repo/$repo/$arch
99
100 #[testing]
101 #Include = /etc/pacman.d/mirrorlist
102
103 [core]
104 Include = /etc/pacman.d/mirrorlist
105
106 [extra]
107 Include = /etc/pacman.d/mirrorlist
108
109 #[community-testing]
110 #Include = /etc/pacman.d/mirrorlist
111
112 [community]
113 Include = /etc/pacman.d/mirrorlist
114
115 # If you want to run 32 bit applications on your x86_64 system,
116 # enable the multilib repositories as required here.
117
118 #[multilib-testing]
119 #Include = /etc/pacman.d/mirrorlist
120
121 [multilib]
122 Include = /etc/pacman.d/mirrorlist
123
124 # This is Yamada Hayao's personal repository.
125 # It was used early but is now disabled.
126 [hayao]
127 Server = https://hayao0819.github.io/archlinux-repo/repo/$arch
128 SigLevel = Optional TrustAll
129
130 # An example of a custom package repository.  See the pacman manpage for
131 # tips on creating your own repositories.
132 #[custom]
133 #SigLevel = Optional TrustAll
134 #Server = file:///home/custompkgs