[Webkit-unassigned] [Bug 175279] [Tools] Add script to download a GitHub release

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 17 13:49:58 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=175279

--- Comment #10 from Ross Kirsling <ross.kirsling at sony.com> ---
> > > Tools/Scripts/get-latest-github-release.py:39
> > > +    parser.add_argument('--output', '-o', default='.', help='output directory')
> > 
> > It is a little annoying that curl's "-o" option has a different meaning, but
> > I don't have a proposal for how to improve this.
> 
> This is the same sort of "-o" as GCC though.

Well, I guess I take this back; I suppose your point was that you expected it to specify the output file and not just the output directory. Still, we already know the asset's filename, and I thought it would be most convenient to have an option that defaults to the working directory instead of a third positional argument.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170817/5587853b/attachment.html>


More information about the webkit-unassigned mailing list