changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > etc / pacman.conf

changeset 7: faec9ab70733
parent: 71488d7123d0
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 16 Aug 2024 21:48:26 -0400
permissions: -rwxr-xr-x
description: enable pacman parallel downloads
1 [options]
2 HoldPkg = pacman glibc
3 Architecture = auto
4 UseSyslog
5 Color
6 TotalDownload
7 CheckSpace
8 VerbosePkgLists
9 ILoveCandy
10 SigLevel = Required DatabaseOptional
11 LocalFileSigLevel = Optional
12 ParallelDownloads = 8
13 # CleanMethod = KeepCurrent
14 
15 [packy]
16 SigLevel = Optional TrustAll
17 Server = https://packy.compiler.company/pack
18 CacheServer = https://cache.compiler.company/pack
19 
20 [core]
21 Include = /etc/pacman.d/mirrorlist
22 
23 [extra]
24 Include = /etc/pacman.d/mirrorlist
25 
26 #[community-testing]
27 #Include = /etc/pacman.d/mirrorlist
28 
29 [community]
30 Include = /etc/pacman.d/mirrorlist