All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Lucina <martin@lucina.net>
To: Ian Campbell <Ian.Campbell@citrix.com>
Cc: rumpkernel-users@lists.sourceforge.net,
	xen-devel@lists.xensource.com, Ian.Jackson@eu.citrix.com
Subject: [PATCH] ts-rumpuserxen-build: Use new app-tools
Date: Wed, 4 Feb 2015 12:36:29 +0100	[thread overview]
Message-ID: <20150204113628.GD9952@nodbug.moloch.sk> (raw)
In-Reply-To: <1423049108.17711.30.camel@citrix.com>

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.

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");
 }
-- 
1.7.10.4


------------------------------------------------------------------------------
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/

  reply	other threads:[~2015-02-04 11:36 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     ` Martin Lucina [this message]
2015-02-04 12:15       ` [PATCH] ts-rumpuserxen-build: Use new app-tools 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

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=20150204113628.GD9952@nodbug.moloch.sk \
    --to=martin@lucina.net \
    --cc=Ian.Campbell@citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --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.