History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-544
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Robin Shen
Reporter: Supakit Kiatrungrit
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Would like to request a feature to have option to hide build log from the configuration or only from 'Batch/Shell' command.

Created: 10/Mar/10 10:35 PM   Updated: 31/Aug/11 03:52 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: any environment


 Description  « Hide
I'm using QuickBuild 2.1.9 and create a Phing script that run 'http://phing.info/docs/guide/stable/chapters/appendixes/AppendixB-CoreTasks.html#ExecTask' through
using 'Shell/Batch Command'.

Everything works except that the output from Phing contains the database password in the build log (when running database import).
I would like to know how to clear the build log after run the script or how to prevent output of anything to build log when run using 'Shell/Batch Command'.

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [31/Aug/11 03:52 AM]
You may upgrade to latest QB version, and pass in the password to your script as a secret variable. Then all text equals to the password will be hidden in the log.