On Thu, 2015-12-10 at 18:06 +, Ian Jackson wrote:
> Ian Jackson writes ("Re: [PATCH] scripts: Add a script to build and
> submit to coverity."):
> > If curl can do that then fine. Given
> >
> > > > > > +declare -a curl_args
> > > > > > +curl_args+=("--form" "token=$COV_TOKEN")
> > > >
On 10/12/15 18:06, Ian Jackson wrote:
> Ian Jackson writes ("Re: [PATCH] scripts: Add a script to build and submit to
> coverity."):
>> If curl can do that then fine. Given
>>
>> +declare -a curl_args
>> +curl_args+=("--form" "token=$COV_TOKEN")
>> +curl_args+=("--form" "e
Ian Jackson writes ("Re: [PATCH] scripts: Add a script to build and submit to
coverity."):
> If curl can do that then fine. Given
>
> > >>> +declare -a curl_args
> > >>> +curl_args+=("--form" "token=$COV_TOKEN")
> > >>> +curl_args+=("--form" "email=$COV_EMAIL")
>
> this could be ach
Andrew Cooper writes ("Re: [PATCH] scripts: Add a script to build and submit to
coverity."):
> On 10/12/15 17:48, Ian Jackson wrote:
> > Ideally there would be a way to get it to read the token from a file
> > in $HOME. We could then provide the token in ~osstest in the
> > production colo.
>
>
On 10/12/15 17:48, Ian Jackson wrote:
> Andrew Cooper writes ("Re: [PATCH] scripts: Add a script to build and submit
> to coverity."):
>> On 10/12/15 16:53, Ian Campbell wrote:
>>> ijc: Maybe we can think of a way to add this to osstest while still
>>> keeping the coverity token private?
>> This w
Andrew Cooper writes ("Re: [PATCH] scripts: Add a script to build and submit to
coverity."):
> On 10/12/15 16:53, Ian Campbell wrote:
> > ijc: Maybe we can think of a way to add this to osstest while still
> > keeping the coverity token private?
>
> This would be ideal.
It doesn't sound particul
On 10/12/15 16:53, Ian Campbell wrote:
> From: Andrew Cooper
>
> The submission requires a token and email address, which must be
> registered as a project admin with the Coverity system. Nonetheless
> this is a convenient place to keep it.
>
> Signed-off-by: Andrew Cooper
>
> Took Andy script an
>>> On 10.12.15 at 17:53, wrote:
> From: Andrew Cooper
>
> The submission requires a token and email address, which must be
> registered as a project admin with the Coverity system. Nonetheless
> this is a convenient place to keep it.
>
> Signed-off-by: Andrew Cooper
>
> Took Andy script and:
From: Andrew Cooper
The submission requires a token and email address, which must be
registered as a project admin with the Coverity system. Nonetheless
this is a convenient place to keep it.
Signed-off-by: Andrew Cooper
Took Andy script and:
- Wrote commit message.
- Generalised the settings