]> git.pld-linux.org Git - projects/distfiles.git/commitdiff
- send emails to pld-cvs-commits@pld-linux.org
authorMichal Moskal <michal@moskal.me>
Thu, 29 May 2003 14:05:32 +0000 (14:05 +0000)
committercvs2git <feedback@pld-linux.org>
Thu, 29 Nov 2012 22:58:14 +0000 (22:58 +0000)
Changed files:
    file-fetcher.pl -> 1.13
    request-handler.pl -> 1.6

file-fetcher.pl
request-handler.pl

index f7cad0b90d6d6290d9fbb1bdcefa988da80cc9fc..a5af3943807d35d25fb6f98b0aed1657cd1dcfb0 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 #
 
-$email_cc = "";
+$email_cc = "pld-cvs-commits\@pld-linux.org";
 
 $spool_dir = "./spool";
 $ftp_dir = "./ftp";
index a3ab622c1a0c548b9b12394485e1abac369bddd5..e8bd89ecfd3630a62a900dd7b4ecf7dd8d70c7f8 100644 (file)
@@ -2,7 +2,7 @@
 # read email with request from stdin and process it
 
 $spool_dir = "./spool";
-$email_cc = "";
+$email_cc = "pld-cvs-commits\@pld-linux.org";
 
 $spec = undef;
 $branch = "";
This page took 0.048564 seconds and 4 git commands to generate.