From eaf2086252160050ee2bcb860a6da026c6861e4c Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 5 Feb 2014 13:56:23 +0200 Subject: [PATCH] Remove email/aiaiai-email.cfg I did not notice that we have 'email/aiaiai-email.cfg' file, and created the 'doc/email/example-aiaiai.cfg' file instead. This file has more comments and looks better, so let's delete the old file and leave the new one. Signed-off-by: Artem Bityutskiy --- email/aiaiai-email.cfg | 68 ------------------------------------------ 1 file changed, 68 deletions(-) delete mode 100644 email/aiaiai-email.cfg diff --git a/email/aiaiai-email.cfg b/email/aiaiai-email.cfg deleted file mode 100644 index 0ef1857..0000000 --- a/email/aiaiai-email.cfg +++ /dev/null @@ -1,68 +0,0 @@ -# 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" - # 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" - reply_to_all = 0 - accept_notify = 1 - unwanted_keywords = /home/aiaiai/unwanted-keywords.txt -- 2.50.1