Advertisement
dedanna1029

etc-yaourtrc

Jul 2nd, 2011
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. :) cat /etc/yaourtrc
  2. # yaourtrc - Configuration for yaourt
  3. #
  4. # See yaourtrc(5) for more information
  5. #
  6. #
  7.  
  8. # ABS_REPO list repositories available on archlinux rsync server
  9. ABS_REPO=(testing core extra community-testing community gnome-unstable kde-unstable)
  10.  
  11. # General
  12. #AUTOSAVEBACKUPFILE=0
  13. #DEVELBUILDDIR="/var/abs/local/yaourtbuild"
  14. #DEVEL=0
  15. #EDITOR="$EDITOR"
  16. #FORCEENGLISH=0
  17. #FORCE=0
  18. #TMPDIR="/tmp"
  19. #SUDONOVERIF=0 # Avoid multiple sudo checks when timestamp_timeout=0
  20.  
  21. # AUR
  22. #AURCOMMENT=5
  23. #AURDEVELONLY=0
  24. #AURSEARCH=1
  25. #AURUPGRADE=0
  26. #AURVOTE=1
  27.  
  28. # Build
  29. #EXPORT=0 # Export to 1: EXPORTDIR or PKGDEST
  30. # 2: pacman cache (as root)
  31. #EXPORTSRC=0 # Need EXPORT>0 to be used
  32. #EXPORTDIR="" # If empty, use makepkg's connfiguration (see makepkg.conf)
  33.  
  34. # Prompt
  35. #NOCONFIRM=0
  36. #UP_NOCONFIRM=0 # No prompt while build upgrades (including -Sbu)
  37. #BUILD_NOCONFIRM=0 # Only prompt for editing files
  38. #EDITFILES=1
  39. #NOENTER=1
  40.  
  41. # Output
  42. #USECOLOR=1
  43. #DETAILUPGRADE=1
  44. #SHOWORPHANS=1
  45. #TERMINALTITLE=1
  46.  
  47. # Command
  48. #PACMAN="pacman"
  49. #DIFFEDITCMD="vimdiff"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement