autoupdaterc 1006 B

123456789101112131415161718192021222324252627
  1. #
  2. # Config file for the autoupdate program.
  3. #
  4. # Lines starting with a # are considered as comments
  5. # Configuration entries are single lines, lines may be extended by adding
  6. # a backslash right before the end of a line. If the backslash is on a
  7. # line with a comment, the next line will be seen as a comment too.
  8. #
  9. # Entries are single line entries
  10. # If a port has one of these pseudo flavors available the available ones
  11. # are added to the flavor list. The list may be separated either by whitespace
  12. # or comma.
  13. #pseudo_flavors = no_postgresql no_mysql no_sqlite2 no_jack no_arts \
  14. # native_bootstrap
  15. # If set to 1 logging will be enabled. The logging directory is created
  16. # via mktemp and printed after the script started.
  17. logging = 1
  18. # If set to 1 and with SUDO set in the environment or SUDO set in /etc/mk.conf
  19. # SUDO will be used for the make clean stage while building a package
  20. sudo_make_clean = 1
  21. # Number of jobs to run concurrently when the port is able to do parallel
  22. # builds
  23. make_jobs = 2