[Buildbot-commits] buildbot/buildbot/test/mail svn-commit.1, NONE, 1.1 svn-commit.2, NONE, 1.1

Brian Warner warner at users.sourceforge.net
Sat Jul 28 16:48:36 UTC 2007


Update of /cvsroot/buildbot/buildbot/buildbot/test/mail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18563/buildbot/test/mail

Added Files:
	svn-commit.1 svn-commit.2 
Log Message:
[project @ mail.py: add changesource for SVN's commit-email.pl script, contributed by Justin Mason. Closes SF#1072845.]

Original author: warner at lothar.com
Date: 2007-07-28 16:47:40+00:00

--- NEW FILE: svn-commit.1 ---
X-Original-To: jm at jmason.org
Delivered-To: jm at dogma.boxhost.net
Received: from localhost [127.0.0.1]
	by localhost with IMAP (fetchmail-6.2.5)
	for jm at localhost (single-drop); Wed, 12 Apr 2006 01:52:04 +0100 (IST)
Received: from mail.apache.org (hermes.apache.org [209.237.227.199])
	by dogma.boxhost.net (Postfix) with SMTP id 34F07310051
	for <jm at jmason.org>; Wed, 12 Apr 2006 01:44:17 +0100 (IST)
Received: (qmail 71414 invoked by uid 500); 12 Apr 2006 00:44:16 -0000
Mailing-List: contact commits-help at spamassassin.apache.org; run by ezmlm
Precedence: bulk
list-help: <mailto:commits-help at spamassassin.apache.org>
list-unsubscribe: <mailto:commits-unsubscribe at spamassassin.apache.org>
List-Post: <mailto:commits at spamassassin.apache.org>
Reply-To: "SpamAssassin Dev" <dev at spamassassin.apache.org>
List-Id: <commits.spamassassin.apache.org>
Delivered-To: mailing list commits at spamassassin.apache.org
Received: (qmail 71403 invoked by uid 99); 12 Apr 2006 00:44:16 -0000
Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49)
    by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Apr 2006 17:44:16 -0700
X-ASF-Spam-Status: No, hits=-9.4 required=10.0
	tests=ALL_TRUSTED,NO_REAL_NAME
Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194)
    by apache.org (qpsmtpd/0.29) with SMTP; Tue, 11 Apr 2006 17:44:15 -0700
Received: (qmail 51950 invoked by uid 65534); 12 Apr 2006 00:43:55 -0000
Message-ID: <20060412004355.51949.qmail at minotaur.apache.org>
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Subject: svn commit: r393348 - /spamassassin/trunk/sa-update.raw
Date: Wed, 12 Apr 2006 00:43:54 -0000
To: commits at spamassassin.apache.org
From: felicity at apache.org
X-Mailer: svnmailer-1.0.7
X-Virus-Checked: Checked by ClamAV on apache.org
Status: O
X-UID: 62932
X-Keywords:                                                                                                    

Author: felicity
Date: Tue Apr 11 17:43:54 2006
New Revision: 393348

URL: http://svn.apache.org/viewcvs?rev=393348&view=rev
Log:
bug 4864: remove extraneous front-slash from gpghomedir path

Modified:
    spamassassin/trunk/sa-update.raw

Modified: spamassassin/trunk/sa-update.raw
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/sa-update.raw?rev=393348&r1=393347&r2=393348&view=diff
==============================================================================
--- spamassassin/trunk/sa-update.raw (original)
+++ spamassassin/trunk/sa-update.raw Tue Apr 11 17:43:54 2006
@@ -120,7 +120,7 @@
 @{$opt{'channel'}} = ();
 my $GPG_ENABLED = 1;
 
-$opt{'gpghomedir'} = File::Spec->catfile($LOCAL_RULES_DIR, '/sa-update-keys');
+$opt{'gpghomedir'} = File::Spec->catfile($LOCAL_RULES_DIR, 'sa-update-keys');
 
 Getopt::Long::Configure(
   qw(bundling no_getopt_compat no_auto_abbrev no_ignore_case));




--- NEW FILE: svn-commit.2 ---
X-Original-To: jm at jmason.org
Delivered-To: jm at dogma.boxhost.net
Received: from localhost [127.0.0.1]
	by localhost with IMAP (fetchmail-6.2.5)
	for jm at localhost (single-drop); Thu, 09 Mar 2006 21:44:57 +0000 (GMT)
Received: from minotaur.apache.org (minotaur.apache.org [209.237.227.194])
	by dogma.boxhost.net (Postfix) with SMTP id 0D3463105BF
	for <jm at jmason.org>; Thu,  9 Mar 2006 19:52:50 +0000 (GMT)
Received: (qmail 30661 invoked by uid 1833); 9 Mar 2006 19:52:44 -0000
Delivered-To: jm at locus.apache.org
Received: (qmail 30451 invoked from network); 9 Mar 2006 19:52:38 -0000
Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199)
  by minotaur.apache.org with SMTP; 9 Mar 2006 19:52:38 -0000
Received: (qmail 97860 invoked by uid 500); 9 Mar 2006 19:52:29 -0000
Delivered-To: apmail-jm at apache.org
Received: (qmail 97837 invoked by uid 500); 9 Mar 2006 19:52:28 -0000
Mailing-List: contact commits-help at spamassassin.apache.org; run by ezmlm
Precedence: bulk
list-help: <mailto:commits-help at spamassassin.apache.org>
[...1179 lines suppressed...]
Modified: spamassassin/branches/3.1/spamd/spamd.raw
URL: http://svn.apache.org/viewcvs/spamassassin/branches/3.1/spamd/spamd.raw?rev=384590&r1=384589&r2=384590&view=diff
==============================================================================
--- spamassassin/branches/3.1/spamd/spamd.raw (original)
+++ spamassassin/branches/3.1/spamd/spamd.raw Thu Mar  9 11:51:59 2006
@@ -2049,6 +2049,9 @@
   foreach (keys %children) {
     kill 'INT' => $_;
     my $pid = waitpid($_, 0);
+    if ($scaling) {
+      $scaling->child_exited($pid);
+    }
     info("spamd: child $pid killed successfully");
   }
   %children = ();




 	




More information about the Commits mailing list