[sysadmin-bin: 11/168] Configure ciabot.pl



commit 29ed44bb1991878e803049e12b262a01c3aac060
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Fri Feb 6 18:17:22 2009 -0500

    Configure ciabot.pl
    
    Change $from_email and $project to have the appropriate values for GNOME.

 ciabot.pl |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ciabot.pl b/ciabot.pl
index 5097890..5d77a76 100644
--- a/ciabot.pl
+++ b/ciabot.pl
@@ -50,10 +50,13 @@ use vars qw ($project $from_email $dest_email $noisy $rpc_uri $sendmail
 ### Configuration
 
 # Project name (as known to CIA).
-$project = 'Cogito';
+$project = 'GNOME';
 
 # The from address in generated mails.
-$from_email = 'pasky ucw cz';
+# (Not sure if this has to be specifically svnmaster gnome org to use
+# our existing config or whether we could change it. It probably could
+# be changed.)
+$from_email = 'svnmaster gnome org';
 
 # Mail all reports to this address.
 $dest_email = 'cia cia vc';



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]