From: Ian Campbell <Ian.Campbell@citrix.com>
To: Martin Lucina <martin@lucina.net>
Cc: rumpkernel-users@lists.sourceforge.net,
xen-devel@lists.xensource.com, Ian.Jackson@eu.citrix.com
Subject: Re: [PATCH] ts-rumpuserxen-build: Use new app-tools
Date: Wed, 4 Feb 2015 12:15:01 +0000 [thread overview]
Message-ID: <1423052101.17711.39.camel@citrix.com> (raw)
In-Reply-To: <20150204113628.GD9952@nodbug.moloch.sk>
On Wed, 2015-02-04 at 12:36 +0100, Martin Lucina wrote:
> Ian.Campbell@citrix.com said:
> > On Wed, 2015-02-04 at 12:21 +0100, Martin Lucina wrote:
> > > Caused by:
> > >
> > > > commit 3b36d1f55a08e1849ccd5424afb0fbe29647bd6c
> > > > Author: Martin Lucina <martin@lucina.net>
> > > > Date: Mon Feb 2 18:00:36 2015 +0100
> > > >
> > > > Remove even older rumpxen-app-* variants of app-tools
> > > >
> > > > Signed-off-by: Martin Lucina <martin@lucina.net>
> > >
> > > bash: line 14: /home/osstest/build.34129.build-amd64-rumpuserxen/rumpuserxen/app-tools/rumpxen-app-configure: No such file or directory
> > >
> > > Ian, can you update osstest to use rumprun-xen-configure as discussed on
> > > rumpkernel-users?
> >
> > I think we also need Wei's patch from
> > <1422971228-4320-1-git-send-email-wei.liu2@citrix.com> /
> > http://article.gmane.org/gmane.comp.emulators.xen.devel/230968
>
> Ack. Patch to update Osstest follows.
>
> From ff80800099956e429df65bdf7669083cf5c5a8df Mon Sep 17 00:00:00 2001
> From: Martin Lucina <martin@lucina.net>
> Date: Wed, 4 Feb 2015 12:31:33 +0100
> Subject: [PATCH] ts-rumpuserxen-build: Use new app-tools
>
> Osstest was using old names for rumprun-xen app-tools. These have been
> removed in rumprun-xen commit 3b36d1f55a08e1849ccd5424afb0fbe29647bd6c.
>
> Update to use the new app-tools names.
I'm not sure if we need to support bisection over this change -- but I
think we probably do (Ian?) in which case we would need to probe for
which one actually exists, preferring the newer name.
Ian?
>
> Signed-off-by: Martin Lucina <martin@lucina.net>
> ---
> ts-rumpuserxen-build | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ts-rumpuserxen-build b/ts-rumpuserxen-build
> index 47bcf76..916100b 100755
> --- a/ts-rumpuserxen-build
> +++ b/ts-rumpuserxen-build
> @@ -98,7 +98,7 @@ END
> }
>
> sub recordtools() {
> - my $apptool = "$rux/app-tools/rumpxen-app";
> + my $apptool = "$rux/app-tools/rumprun-xen";
> store_runvar('cmdprefix_configure', "$apptool-configure");
> store_runvar('cmdprefix_make', "$apptool-make");
> }
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
next prev parent reply other threads:[~2015-02-04 12:15 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 [this message]
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
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=1423052101.17711.39.camel@citrix.com \
--to=ian.campbell@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=martin@lucina.net \
--cc=rumpkernel-users@lists.sourceforge.net \
--cc=xen-devel@lists.xensource.com \
/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.