From: Ian Campbell <ian.campbell@citrix.com>
To: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: xen-devel@lists.xenproject.org
Subject: Re: [OSSTEST PATCH] cri-bisect: Provide --html-dir= option introducer
Date: Thu, 16 Jul 2015 15:58:26 +0100 [thread overview]
Message-ID: <1437058706.32371.225.camel@citrix.com> (raw)
In-Reply-To: <1437058487-14351-1-git-send-email-ian.jackson@eu.citrix.com>
On Thu, 2015-07-16 at 15:54 +0100, Ian Jackson wrote:
> Since 0caf39e6 "Reporting: Make HTML reports for bisection flights too"
> we have been running
> ./sg-report-flight /home/logs/logs/59620/ 59620
> which is no good.
>
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Worth a force push? Maybe not, but an immediate push pretest perhaps?
> ---
> cri-bisect | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/cri-bisect b/cri-bisect
> index 2ce9945..c1d0d92 100644
> --- a/cri-bisect
> +++ b/cri-bisect
> @@ -111,7 +111,7 @@ END
> if $flight_executed; then
> echo >&3 ----------------------------------------
> if [ "x$OSSTEST_HTMLPUB_DIR" != x ]; then
> - sgr_args+="$OSSTEST_HTMLPUB_DIR/$flight/"
> + sgr_args+=" --html-dir=$OSSTEST_HTMLPUB_DIR/$flight/"
> fi
> ./sg-report-flight $sgr_args >&3 $flight
> ./cr-publish-flight-logs --push-harness $flight
next prev parent reply other threads:[~2015-07-16 14:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-16 14:54 [OSSTEST PATCH] cri-bisect: Provide --html-dir= option introducer Ian Jackson
2015-07-16 14:58 ` Ian Campbell [this message]
2015-07-16 16:09 ` Ian Jackson
2015-07-16 16:22 ` Ian Campbell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1437058706.32371.225.camel@citrix.com \
--to=ian.campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.