[FFmpeg-devel] [PATCH 3/5] [FATESERVER] Add support for querying a specific compiler, OS, and/or architecture

Timothy Gu timothygu99 at gmail.com
Mon Jun 2 23:58:58 CEST 2014


On Mon, Jun 2, 2014 at 7:41 AM, Derek Buitenhuis
<derek.buitenhuis at gmail.com> wrote:
> On 6/1/2014 12:45 AM, Timothy Gu wrote:
>> Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
>> ---
>>  FATE.pm   |  2 +-
>>  index.cgi | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
>>  2 files changed, 67 insertions(+), 6 deletions(-)
>
> IMO querying a specific compiler is pretty useless, given what FATE setups we have,
> and the small number of overlapping version strings.

But I feel the OS and Arch querying is very helpful, so I just did CC
by the way.

Also, sorry for the stray FATE.pm change.

> Out of scope likely, but, why on earth are we using split and regex to
> parse URIs instead of a real URI parser?

What do you mean? The only "URI parser" I can see on Google written in
Perl is URI::URL, which basically does the same thing as CGI.

Timothy


More information about the ffmpeg-devel mailing list