]> git.pld-linux.org Git - projects/distfiles.git/commitdiff
- fix commits email
authorMichal Moskal <michal@moskal.me>
Thu, 29 May 2003 14:34:31 +0000 (14:34 +0000)
committercvs2git <feedback@pld-linux.org>
Thu, 29 Nov 2012 22:58:14 +0000 (22:58 +0000)
Changed files:
    file-fetcher.pl -> 1.14
    request-handler.pl -> 1.7

file-fetcher.pl
request-handler.pl

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