All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: xen-devel@lists.xenproject.org, Martin Lucina <martin@lucina.net>
Subject: Re: [OSSTEST PATCH] ts-rumpuserxen-build: Cope with rumprun-xen rename
Date: Wed, 4 Feb 2015 14:47:17 +0000	[thread overview]
Message-ID: <1423061237.24924.7.camel@citrix.com> (raw)
In-Reply-To: <1423060862-23078-1-git-send-email-ian.jackson@eu.citrix.com>

On Wed, 2015-02-04 at 14:41 +0000, Ian Jackson wrote:
> rumpxen-app-* has been renamed to rumprun-xen-*.  We need to cope with
> either, at least for the transition.
> 
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
> CC: Martin Lucina <martin@lucina.net>

Acked-by: Ian Campbell <ian.campbell@citrix.com>

> ---
>  ts-rumpuserxen-build |   11 ++++++++---
>  1 file changed, 8 insertions(+), 3 deletions(-)
> 
> diff --git a/ts-rumpuserxen-build b/ts-rumpuserxen-build
> index 47bcf76..9e6580a 100755
> --- a/ts-rumpuserxen-build
> +++ b/ts-rumpuserxen-build
> @@ -98,9 +98,14 @@ END
>  }
>  
>  sub recordtools() {
> -    my $apptool = "$rux/app-tools/rumpxen-app";
> -    store_runvar('cmdprefix_configure', "$apptool-configure");
> -    store_runvar('cmdprefix_make',      "$apptool-make");
> +    foreach my $stem (qw(rumprun-xen rumpxen-app)) {
> +	my $apptool = "$rux/app-tools/$stem";
> +	next unless target_file_exists($ho, "$apptool-configure");
> +	store_runvar('cmdprefix_configure', "$apptool-configure");
> +	store_runvar('cmdprefix_make',      "$apptool-make");
> +	return;
> +    }
> +    die "app-tools not found ($rux)";
>  }
>  
>  sub install() {

      reply	other threads:[~2015-02-04 14:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-04  5:07 [rumpuserxen test] 34129: regressions - FAIL xen.org
2015-02-04 11:21 ` Martin Lucina
2015-02-04 11:25   ` [Xen-devel] " Ian Campbell
2015-02-04 11:36     ` [PATCH] ts-rumpuserxen-build: Use new app-tools Martin Lucina
2015-02-04 12:15       ` Ian Campbell
2015-02-04 14:33         ` Ian Jackson
2015-02-04 14:38           ` Antti Kantee
2015-02-04 14:44             ` Ian Jackson
2015-02-04 14:41           ` [OSSTEST PATCH] ts-rumpuserxen-build: Cope with rumprun-xen rename Ian Jackson
2015-02-04 14:47             ` Ian Campbell [this message]

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=1423061237.24924.7.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=martin@lucina.net \
    --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.