Re: [Xen-devel] [PATCH] scripts: Add a script to build and submit to coverity.

2015-12-14 Thread Ian Campbell
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") > > > >

Re: [Xen-devel] [PATCH] scripts: Add a script to build and submit to coverity.

2015-12-10 Thread Andrew Cooper
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

Re: [Xen-devel] [PATCH] scripts: Add a script to build and submit to coverity.

2015-12-10 Thread Ian Jackson
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

Re: [Xen-devel] [PATCH] scripts: Add a script to build and submit to coverity.

2015-12-10 Thread Ian Jackson
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. > >

Re: [Xen-devel] [PATCH] scripts: Add a script to build and submit to coverity.

2015-12-10 Thread Andrew Cooper
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

Re: [Xen-devel] [PATCH] scripts: Add a script to build and submit to coverity.

2015-12-10 Thread Ian Jackson
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

Re: [Xen-devel] [PATCH] scripts: Add a script to build and submit to coverity.

2015-12-10 Thread Andrew Cooper
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

Re: [Xen-devel] [PATCH] scripts: Add a script to build and submit to coverity.

2015-12-10 Thread Jan Beulich
>>> 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:

[Xen-devel] [PATCH] scripts: Add a script to build and submit to coverity.

2015-12-10 Thread Ian Campbell
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