Commit: 06f7141939c47f5c797c52acbcc55be7bf529c9d Author: Anatol Belski <[email protected]> Sat, 14 Sep 2013 22:24:28 +0200 Parents: ffd45061e7a697161ae1fc0595ca8aed47dee004 Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=06f7141939c47f5c797c52acbcc55be7bf529c9d Log: improved the email text, should be good for now Changed paths: M client/include/PeclExt.php Diff: diff --git a/client/include/PeclExt.php b/client/include/PeclExt.php index 222b0ef..bc0ff9b 100644 --- a/client/include/PeclExt.php +++ b/client/include/PeclExt.php @@ -562,11 +562,13 @@ class PeclExt if ($success) { $msg = "PECL Windows build for " . $this->getPackageName() . " succeeded\n\n"; - $msg .= "The package was uploaded to $url/" . $this->getPackageName() . ".zip\n\n"; + /* $msg .= "The package was uploaded to $url/" . $this->getPackageName() . ".zip\n\n";*/ + $msg .= "The package was uploaded to $url/\n\n"; } else { $msg = "PECL Windows build for " . $this->getPackageName() . " failed\n\n"; } - $msg .= "The logs was uploaded to $url/logs/" . $this->getPackageName() . "-logs.zip\n\n"; + /* No need to link the logs as we attach them. */ + /* $msg .= "The logs was uploaded to $url/logs/" . $this->getPackageName() . "-logs.zip\n\n"; */ if (!$success) { $msg .= "Please look into the logs for what's to be fixed. "; $msg .= "You can ask for help on [email protected] or [email protected]. \n"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
