# patchq configuration. # Address of the RabbitMQ server. Port 5672 must be open on the # server's firewall. mq_server = "mq.home.annexia.org" # These are the test jobs that we run in parallel on each patch series. tests = [ "check-syntax", # runs make check-syntax "check-release" # compiles and runs all of the release tests ] # How long to wait (in seconds) for all emails in a thread to appear. assembly_time = 86400 # If not None [for testing], then replies are only sent to this email # address. # # If this is None [for production], then we do a "group reply". #reply_override = None reply_override = ("Richard Jones", "rjones@redhat.com") # The address where report emails come from. # Set this to your own (name, email). from_address = ("Richard Jones", "rjones@redhat.com") # The SMTP server to send through. smtp_server = "smtp.corp.redhat.com"