Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1050735
D473.id1217.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jul 3, 11:48 AM
Size
819 B
Mime Type
text/x-diff
Expires
Fri, Jul 4, 11:48 AM (6 h, 49 s)
Engine
blob
Format
Raw Data
Handle
678931
Attached To
D473: INP-1867 - Remove the MySQL password warning from Phing DB dumps
D473.id1217.diff
View Options
Index: tools/build/targets/db.xml
===================================================================
--- tools/build/targets/db.xml
+++ tools/build/targets/db.xml
@@ -34,7 +34,7 @@
</phingcall>
<echo msg="Dumping database '${db.name}' schema"/>
- <exec executable="mysqldump" checkreturn="true">
+ <exec executable="mysqldump" checkreturn="true" error="/dev/null">
<arg value="--host=${db.host}"/>
<arg value="--user=${db.user}"/>
<arg value="--password=${db.password}"/>
@@ -46,7 +46,7 @@
</exec>
<echo msg="Dumping database '${db.name}' data"/>
- <exec executable="mysqldump" checkreturn="true">
+ <exec executable="mysqldump" checkreturn="true" error="/dev/null">
<arg value="--host=${db.host}"/>
<arg value="--user=${db.user}"/>
<arg value="--password=${db.password}"/>
Event Timeline
Log In to Comment