Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Amin Vakil
infrastructure
Commits
b69a2519
Verified
Commit
b69a2519
authored
Jul 29, 2018
by
Jan Alexander Steffens (heftig)
Browse files
roles/common: Refresh pacman.conf (no functional change)
parent
e3355a25
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/common/templates/pacman.conf.j2
View file @
b69a2519
...
...
@@ -11,21 +11,19 @@
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
CacheDir = /var/cache/pacman/pkg/ /srv/ftp/pool/packages/ /srv/ftp/pool/community/
CacheDir = /var/cache/pacman/pkg/ /srv/ftp/pool/packages/ /srv/ftp/pool/community/
#LogFile = /var/log/pacman.log
#GPGDir = /etc/pacman.d/gnupg/
#HookDir = /etc/pacman.d/hooks/
HoldPkg = pacman glibc
#XferCommand = /usr/bin/curl -C - -f
%u > %o
HoldPkg
= pacman glibc
#XferCommand = /usr/bin/curl
-L
-C - -f
-o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta = 0.7
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
IgnorePkg = linux linux-headers linux-hardened linux-hardened-headers linux-lts linux-lts-headers
IgnorePkg = linux linux-headers linux-hardened linux-hardened-headers linux-lts linux-lts-headers
#IgnoreGroup =
#NoUpgrade =
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment