RESOLVED FIXED Bug 112198
Add a --build-directory argument to delete-stale-build-files
https://bugs.webkit.org/show_bug.cgi?id=112198
Summary Add a --build-directory argument to delete-stale-build-files
Tim Horton
Reported 2013-03-12 15:20:07 PDT
So that unconventional build setups can tell it where to look for build products.
Attachments
patch (1.59 KB, patch)
2013-03-12 15:22 PDT, Tim Horton
rniwa: review+
Tim Horton
Comment 1 2013-03-12 15:22:29 PDT
Ryosuke Niwa
Comment 2 2013-03-12 15:29:06 PDT
Comment on attachment 192824 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=192824&action=review > Tools/BuildSlaveSupport/delete-stale-build-files:35 > + parser.add_option("--build-dir", dest="directory") Could you instead use --build-directory to match run-webkit-tests? > Tools/BuildSlaveSupport/delete-stale-build-files:53 > + directory = options.directory I would have preferred to call this buildDirectory. If you rename the option and omit "dest", it'll automatically do that.
Tim Horton
Comment 3 2013-03-12 15:41:07 PDT
Note You need to log in before you can comment on or make changes to this bug.