https://bugzilla.wikimedia.org/show_bug.cgi?id=29588
Edward Z. Yang <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.17.0 |1.19-svn Summary|Install maintenance script |Install maintenance script |needs to provide |needs to provide |appropriate exit status |appropriate exit status in | |ALL cases --- Comment #1 from Edward Z. Yang <[email protected]> 2011-06-26 00:45:16 UTC --- This only appears to be a problem for certain types of errors, not all of them. Here is the one particular example I ran into, but there may be more. Is there a reason why support here is so patchy? ezyang@javelin:~/Dev/phase3$ php maintenance/install.php --dbserver localhost.asdf foo bar PHP 5.3.3-1ubuntu9.5 is installed. Warning: Could not find eAccelerator, APC, XCache or WinCache. Object caching is not enabled. Found ImageMagick: /usr/bin/convert. Image thumbnailing will be enabled if you enable uploads. Using server name "http://localhost". Warning: The intl PECL extension is not available to handle Unicode normalization, falling back to slow pure-PHP implementation. If you run a high-traffic site, you should read a little on Unicode normalization. The environment has been checked. You can install MediaWiki. Setting up database DB connection error: Unknown MySQL server host 'localhost.asdf' (1) (localhost.asdf). Check the host, username and password and try again. ezyang@javelin:~/Dev/phase3$ echo $? 0 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
