Advertisement
kids0cn

Untitled

Jul 8th, 2012
935
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. [options]
  2. # The following paths are commented out with their default values listed.
  3. # If you wish to use different paths, uncomment and update the paths.
  4. #RootDir = /
  5. #DBPath = /var/lib/pacman/
  6. #CacheDir = /var/cache/pacman/pkg/
  7. #LogFile = /var/log/pacman.log
  8. #GPGDir = /etc/pacman.d/gnupg/
  9. HoldPkg = pacman glibc
  10. # If upgrades are available for these packages they will be asked for first
  11. SyncFirst = pacman
  12. #XferCommand = /usr/bin/curl -C - -f %u > %o
  13. #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
  14. #CleanMethod = KeepInstalled
  15. Architecture = auto
  16. SigLevel = Never
  17. # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
  18. #IgnorePkg =
  19. #IgnoreGroup =
  20. #NoUpgrade =
  21. #NoExtract =
  22. # Misc options
  23. #UseSyslog
  24. #UseDelta
  25. #TotalDownload
  26. CheckSpace
  27. #VerbosePkgLists
  28. # By default, pacman accepts packages signed by keys that its local keyring
  29. # trusts (see pacman-key and its man page), as well as unsigned packages.
  30. #SigLevel = Optional TrustedOnly
  31. # NOTE: You must run `pacman-key --init` before first using pacman; the local
  32. # keyring can then be populated with the keys of all official Arch Linux
  33. # packagers with `pacman-key --populate archlinux`.
  34. #
  35. # REPOSITORIES
  36. # - can be defined here or included from another file
  37. # - pacman will search repositories in the order defined here
  38. # - local/custom mirrors can be added here or in separate files
  39. # - repositories listed first will take precedence when packages
  40. # have identical names, regardless of version number
  41. # - URLs will have $repo replaced by the name of the current repo
  42. # - URLs will have $arch replaced by the name of the architecture
  43. #
  44. # Repository entries are of the format:
  45. # [repo-name]
  46. # Server = ServerName
  47. # Include = IncludePath
  48. #
  49. # The header [repo-name] is crucial - it must be present and
  50. # uncommented to enable the repo.
  51. #
  52. # The testing repositories are disabled by default. To enable, uncomment the
  53. # repo name header and Include lines. You can add preferred servers immediately
  54. # after the header, and they will be used before the default mirrors.
  55. #[testing]
  56. #SigLevel = PackageRequired
  57. #Include = /etc/pacman.d/mirrorlist
  58. [core]
  59. #SigLevel = PackageRequired
  60. Include = /etc/pacman.d/mirrorlist
  61. [extra]
  62. #SigLevel = PackageRequired
  63. Include = /etc/pacman.d/mirrorlist
  64. #[community-testing]
  65. #SigLevel = PackageRequired
  66. #Include = /etc/pacman.d/mirrorlist
  67. [community]
  68. #SigLevel = PackageRequired
  69. Include = /etc/pacman.d/mirrorlist
  70. [archlinuxfr]
  71. SigLevel = PackageRequired
  72. Server=http://repo.archlinux.fr/x86_64
  73. # If you want to run 32 bit applications on your x86_64 system,
  74. # enable the multilib repositories as required here.
  75. #[multilib-testing]
  76. #SigLevel = PackageRequired
  77. #Include = /etc/pacman.d/mirrorlist
  78. #[multilib]
  79. #SigLevel = PackageRequired
  80. Include = /etc/pacman.d/mirrorlist
  81. # An example of a custom package repository. See the pacman manpage for
  82. # tips on creating your own repositories.
  83. #[custom]
  84. #SigLevel = Optional TrustAll
  85. #Server = file:///home/custompkgs
  86. # enable the multilib repositories as required here.
  87. #[multilib-testing]
  88. #SigLevel = PackageRequired
  89. #Include = /etc/pacman.d/mirrorlist
  90. #[multilib]
  91. #SigLevel = PackageRequired
  92. Include = /etc/pacman.d/mirrorlist
  93. # An example of a custom package repository. See the pacman manpage for
  94. # tips on creating your own repositories.
  95. #[custom]
  96. #SigLevel = Optional TrustAll
  97. #Server = file:///home/custompkgs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement