aboutsummaryrefslogtreecommitdiffstats
path: root/BitKeeper
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-25 10:19:50 +0000
committerChris Larson <clarson@kergoth.com>2004-11-25 10:19:50 +0000
commit119b59cd0df00269bfe51d906657193217b8c884 (patch)
treebe4bc7f812a9df2c6b3f17e6c3cc9bfafad07253 /BitKeeper
parentc985a77fad25302d576fbcf92149c983887bc0b9 (diff)
downloadopenembedded-119b59cd0df00269bfe51d906657193217b8c884.tar.gz
Remove the EOLN_NATIVE flag from a ton of files (patches & the like for which line ending conversions can break things).
BKrev: 41a5b1c6eA2OPeQrDQEgEwAmKXvQJg
Diffstat (limited to 'BitKeeper')
-rw-r--r--BitKeeper/triggers/ciabot.config19
1 files changed, 19 insertions, 0 deletions
diff --git a/BitKeeper/triggers/ciabot.config b/BitKeeper/triggers/ciabot.config
index e69de29bb2..42d4e0c68d 100644
--- a/BitKeeper/triggers/ciabot.config
+++ b/BitKeeper/triggers/ciabot.config
@@ -0,0 +1,19 @@
+#
+# ciabot.config -- Configuration file for ciabot
+#
+# Note: The IRC network name is ignored for now, but must be included.
+# What you say here end up as a prefix on each row of your logs
+# on #commits. You must use the name of your projects IRC channel in
+# order to invite the bot there.
+#
+# example:
+# IRCCHANNEL=irc.freenode.net/ourprojectchannel
+IRCCHANNEL=irc.freenode.net/#openembedded
+
+# The email address where we send the commit messages.
+COMMITADDRESS=commits@picogui.org
+
+# Verbose flag, if not empty, show individual file history
+# VERBOSE=yes
+
+# End