From 9321cba7b6ccda6605328bdc1b98445b81887921 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 22 Jun 2011 01:40:41 -0400 Subject: Typio fix, and record the fact that our CIA hook needs to use XMLRPC. --- repo/config | 4 ++++ repo/upload | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'repo') diff --git a/repo/config b/repo/config index 93d3bd6d..840ff61b 100644 --- a/repo/config +++ b/repo/config @@ -17,3 +17,7 @@ allowdeletetag = false allowmodifytag = false showrev = "git show -C %s; echo" +[ciabot] + project = GPSD + # Berlios blocks outbound mail. + xmlrpc = true diff --git a/repo/upload b/repo/upload index 0a131988..2271c374 100755 --- a/repo/upload +++ b/repo/upload @@ -1,7 +1,7 @@ #!/bin/sh # # Upload git configuration from here to the repo -# Please do not introduce bashims into this script. +# Please do not introduce bashisms into this script. # confdir=git.berlios.de:/gitroot/gpsd/ -- cgit v1.2.1