Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1046445
D473.id.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
Sat, Jun 28, 7:14 PM
Size
864 B
Mime Type
text/x-diff
Expires
Sun, Jun 29, 7:14 PM (12 h, 31 m)
Engine
blob
Format
Raw Data
Handle
676499
Attached To
D473: INP-1867 - Remove the MySQL password warning from Phing DB dumps
D473.id.diff
View Options
Index: branches/5.2.x/tools/build/targets/db.xml
===================================================================
--- branches/5.2.x/tools/build/targets/db.xml
+++ branches/5.2.x/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