Advertisement
ALTracer

emerge-webrsync confs

Jul 18th, 2019
508
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ==> /etc/portage/make.conf <==
  2. # These settings were set by the catalyst build script that automatically
  3. # built this stage.
  4. # Please consult /usr/share/portage/config/make.conf.example for a more
  5. # detailed example.
  6. COMMON_FLAGS="-march=silvermont -O2 -pipe"
  7. #COMMON_FLAGS="-march=x86-64 -mtune=silvermont -O2 -pipe"
  8. CFLAGS="${COMMON_FLAGS}"
  9. CXXFLAGS="${COMMON_FLAGS}"
  10. FCFLAGS="${COMMON_FLAGS}"
  11. FFLAGS="${COMMON_FLAGS}"
  12.  
  13. # NOTE: This stage was built with the bindist Use flag enabled
  14. PORTDIR="/usr/portage"
  15. DISTDIR="/usr/portage-distfiles"
  16. PKGDIR="/usr/portage-packages"
  17. PORTAGE_GPG_DIR="/var/lib/gentoo/gkeys/keyrings/gentoo/release"
  18.  
  19. # This sets the language of build output to English.
  20. # Please keep this setting intact when reporting bugs.
  21. LC_MESSAGES=C
  22.  
  23. ### Custom settings follow
  24. # I have 4 cores, 4 threads
  25. MAKEOPTS="-j4"
  26.  
  27. # selected manually
  28. #GENTOO_MIRRORS="rsync://gentoo.bloodhost.ru/gentoo-distfiles https://mirror.yandex.ru/gentoo-distfiles/"
  29. GENTOO_MIRRORS="https://mirror.yandex.ru/gentoo-distfiles/"
  30. #PORTAGE_BINHOST=""
  31.  
  32. # additional packages
  33. L10N="ru"
  34.  
  35. # makes portage save results to packages and drop root privileges when unnecessary
  36. FEATURES="candy webrsync-gpg buildpkg unmerge-backup userfetch parallel-fetch userpriv usersandbox usersync"
  37. # Does not strip installed binaries but separates and compresses their symbols
  38. #FEATURES="${FEATURES} splitdebug compressdebug"
  39. # Binary packages compression, bzip2 is way too slow
  40. BINPKG_COMPRESS="xz"
  41. BINPKG_COMPRESS_FLAGS="-T0"
  42.  
  43. # GRUB2 in UEFI mode
  44. GRUB_PLATFORMS="efi-64"
  45.  
  46. # Main USE flags over defaults
  47. USE="alsa bindist udev"
  48. INPUT_DEVICES="libinput synaptics"
  49. VIDEO_CARDS="intel i915 fbdev virtualbox"
  50.  
  51. ==> /etc/portage/repos.conf/gentoo.conf <==
  52. [DEFAULT]
  53. main-repo = gentoo
  54.  
  55. [gentoo]
  56. location = /usr/portage
  57. #sync-type = rsync
  58. sync-type = webrsync
  59. sync-uri =
  60. #sync-uri = rsync://rsync.gentoo.org/gentoo-portage
  61. auto-sync = yes
  62. sync-rsync-verify-jobs = 1
  63. sync-rsync-verify-metamanifest = yes
  64. sync-rsync-verify-max-age = 24
  65. sync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc
  66. sync-openpgp-key-refresh-retry-count = 40
  67. sync-openpgp-key-refresh-retry-overall-timeout = 1200
  68. sync-openpgp-key-refresh-retry-delay-exp-base = 2
  69. sync-openpgp-key-refresh-retry-delay-max = 60
  70. sync-openpgp-key-refresh-retry-delay-mult = 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement