changelog shortlog graph tags branches files raw help

Mercurial > infra > etc / changeset: enable pacman parallel downloads

changeset 7: faec9ab70733
parent 6: 9e1a84aa4ede
child 8: 9d962d355197
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 16 Aug 2024 21:48:26 -0400
files: pacman.conf
description: enable pacman parallel downloads
     1.1--- a/pacman.conf	Wed Jun 12 14:33:30 2024 -0400
     1.2+++ b/pacman.conf	Fri Aug 16 21:48:26 2024 -0400
     1.3@@ -9,10 +9,13 @@
     1.4 ILoveCandy
     1.5 SigLevel    = Required DatabaseOptional
     1.6 LocalFileSigLevel = Optional
     1.7+ParallelDownloads = 8
     1.8+# CleanMethod = KeepCurrent
     1.9 
    1.10-#[shed]
    1.11-#SigLevel = Optional TrustAll
    1.12-#Server = file:///mnt/shed/pacman/
    1.13+[packy]
    1.14+SigLevel = Optional TrustAll
    1.15+Server = https://packy.compiler.company/pack
    1.16+CacheServer = https://cache.compiler.company/pack
    1.17 
    1.18 [core]
    1.19 Include = /etc/pacman.d/mirrorlist