This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/examplefiles/pacmanconf/pacman.conf
Oleh Prypin 6f43092173
Also add auto-updatable output-based tests to examplefiles (#1689)
Co-authored-by: Georg Brandl <georg@python.org>
2021-01-20 10:48:45 +01:00

49 lines
1.1 KiB
PacmanConf

#
# /etc/pacman.conf
#
# This example file has no relation to `pacman.ijs`
# but is of configuration of Arch Linux's package manager `pacman`.
#
#
# GENERAL OPTIONS
#
[options]
RootDir = /opt/local/site-private
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
LogFile = /opt/local/site-private/var/log/pacman.log
#GPGDir = /etc/pacman.d/gnupg/
HoldPkg = pacman
#XferCommand = /usr/bin/curl -C - -f %u > %o
XferCommand = /usr/local/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta = 0.7
Architecture = auto
#IgnorePkg =
#IgnoreGroup =
NoUpgrade = etc/passwd etc/group etc/shadow
NoUpgrade = etc/fstab
#NoExtract =
#UseSyslog
Color
#TotalDownload
CheckSpace
#VerbosePkgLists
#SigLevel = Never
SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional
RemoteFileSigLevel = Required
Server = ftp://ftp9.yaphatchpotchgen.net/$repo/os/$arch
[fubar32]
Include = /etc/pacman.d/mirrorlist.fubar32 # comment is allowed here
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs