Advertisement
Guest User

vrob

a guest
Nov 27th, 2009
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. #
  2. # /etc/pacman.conf
  3. #
  4. # See the pacman.conf(5) manpage for option and repository directives
  5.  
  6. #
  7. # GENERAL OPTIONS
  8. #
  9. [options]
  10. # The following paths are commented out with their default values listed.
  11. # If you wish to use different paths, uncomment and update the paths.
  12. #RootDir = /
  13. #DBPath = /var/lib/pacman/
  14. #CacheDir = /var/cache/pacman/pkg/
  15. #LogFile = /var/log/pacman.log
  16. HoldPkg = pacman glibc
  17. # If upgrades are available for these packages they will be asked for first
  18. SyncFirst = pacman
  19. #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
  20. #XferCommand = /usr/bin/curl %u > %o
  21. #CleanMethod = KeepInstalled
  22.  
  23. # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
  24. #IgnorePkg =
  25. #IgnoreGroup =
  26.  
  27. #NoUpgrade =
  28. #NoExtract =
  29.  
  30. # Misc options (all disabled by default)
  31. #UseSyslog
  32. #ShowSize
  33. #UseDelta
  34. #TotalDownload
  35. ILoveCandy
  36.  
  37. #
  38. # REPOSITORIES
  39. # - can be defined here or included from another file
  40. # - pacman will search repositories in the order defined here
  41. # - local/custom mirrors can be added here or in separate files
  42. # - repositories listed first will take precedence when packages
  43. # have identical names, regardless of version number
  44. # - URLs will have $repo replaced by the name of the current repo
  45. #
  46. # Repository entries are of the format:
  47. # [repo-name]
  48. # Server = ServerName
  49. # Include = IncludePath
  50. #
  51. # The header [repo-name] is crucial - it must be present and
  52. # uncommented to enable the repo.
  53. #
  54.  
  55. # The testing repositories are disabled by default. To enable, uncomment the
  56. # repo name header and Include lines. You can add preferred servers immediately
  57. # after the header, and they will be used before the default mirrors.
  58.  
  59. #[testing]
  60. #Include = /etc/pacman.d/mirrorlist
  61.  
  62. [core]
  63. Server = http://192.168.6.5:14687/$repo
  64. Include = /etc/pacman.d/mirrorlist
  65.  
  66. [extra]
  67. Server = http://192.168.6.5:14687/$repo
  68. Include = /etc/pacman.d/mirrorlist
  69.  
  70. #[community-testing]
  71. ## Add your preferred servers here, they will be used first
  72. #Include = /etc/pacman.d/mirrorlist
  73.  
  74. [community]
  75. Server = http:/7192.168.6.5:14687/$repo
  76. Include = /etc/pacman.d/mirrorlist
  77.  
  78. [archlinuxfr]
  79. Server = http://repo.archlinux.fr/x86_64
  80.  
  81. [xyne-any]
  82. Server = http://xyne.archlinux.ca/repos/any
  83.  
  84.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement