+++ /dev/null
-# Copyright 2011-2012 Intel Corporation
-# Author: Artem Bityutskiy
-# License: GPLv2
-
-# Example configuration file for aiaiai-email-test-patchset
-
-# Mandatory section containing the global Aiaiai settings
-[global]
- # The name the patch validator
- ownname = Aiaiai
- # Projects are selected by adding "+prj_name" to the local part of the
- # e-mail, "aiaiai+kernel-tizen@aiaiai.ku" would select the
- # "kernel-tizen" project, which is definde in the "prj_kernel-tizen"
- # section below in this file.
- ownmail = aiaiai@aiaiai.ku
- # Admin's e-mail and name
- adminname = Artem Bityutskiy
- adminmail = dedekind1@gmail.com
- # Work directory is used for building kernel trees as a temporary storage
- workdir = /home/aiaiai/work/aiaiai/workdir
- # How many jobs aiaiai-test-patchset should use
- jobs = 14
-
-# Mandatory section describing various patterns that Aiaiai will use in its
-# e-mail answers. Do not put dots at the end of the sentences.
-[email]
- # Every e-mail we send starts with the preamble
- preamble = /home/aiaiai/aiaiai-preamble.txt
- # And ends with the signature
- signature = Regards, Aiaiai
- # When the thest succeeds, this phrase is put after the preamble
- built_preamble = I have tested your changes
-
-# An optional section describing the "kernel-3.0-androd" project. There may be
-# several projects. This project will be used for patches sent to
-# "aiaiai+kernel-3.0-android@aiaiai.ku".
-[prj_kernel-3.0-android]
- # Human-readable project name
- name = Android kernel
- # Project description
- description = The x86 Android kernel
- # Path to the project sources
- path = /home/aiaiai/git/linux-3.0-android
- # Configurations to test
- configs = android_defconfig,i386
- # The git branch to test against
- branch = origin/master
- # Always CC these e-mail addresses when replying (comma-separated list)
- always_cc = "John Doe" <john.doe@aiaiai.ku>
- # Reply only to the sender (0) or to everyone in To: and Cc: (1)
- reply_to_all = 0
- # Notify the sender that his e-mail has been accepted?
- accept_notify = 1
- # Unwanted keywords which should be matched (path to the file with one
- # unwanted keyword per line)
- unwanted_keywords = /home/aiaiai/unwanted-keywords.txt
-
-# A second project.
-[prj_kernel-tizen]
- name = Tizen kernel
- description = The x86 Tizen kernel
- path = /home/aiaiai/git/linux-3.2-tizen
- configs = tizen_defconfig,i386 i386_defconfig,i386
- branch = origin/tizen
- always_cc = "John Doe" <john.doe@aiaiai.ku>
- reply_to_all = 0
- accept_notify = 1
- unwanted_keywords = /home/aiaiai/unwanted-keywords.txt