All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org
Subject: Re: [PATCH 1/3] Move collectversions from ts-xen-build into Osstest::BuildSupport
Date: Wed, 3 Feb 2016 09:59:22 +0000	[thread overview]
Message-ID: <1454493562.25207.36.camel@citrix.com> (raw)
In-Reply-To: <1454492776-23788-1-git-send-email-ian.campbell@citrix.com>

On Wed, 2016-02-03 at 09:46 +0000, Ian Campbell wrote:

These 3 should all have been tagged "OSSTEST v2", sorry for the omission.


> I'm going to have a need for it elsewhere.
> 
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
> ---
>  Osstest/BuildSupport.pm | 12 ++++++++++++
>  ts-xen-build            | 13 +------------
>  2 files changed, 13 insertions(+), 12 deletions(-)
> 
> diff --git a/Osstest/BuildSupport.pm b/Osstest/BuildSupport.pm
> index 933f6e1..a183546 100644
> --- a/Osstest/BuildSupport.pm
> +++ b/Osstest/BuildSupport.pm
> @@ -42,6 +42,7 @@ BEGIN {
>  
>                        xendist
>                        $xendist
> +                      collect_xen_built_versions
>  
>                        submodulefixup submodule_have submodule_find
>  
> @@ -84,6 +85,17 @@ sub xendist () {
>  	($ho, 'xendist', '', $r{"buildjob"});
>  }
>  
> +sub collect_xen_built_versions () {
> +    my $tools="$builddir/xen/tools";
> +    my $extras="$builddir/xen/extras";
> +    store_revision($ho, 'qemu', "$tools/ioemu-dir", 1);
> +    store_revision($ho, 'qemu', "$tools/qemu-xen-traditional-dir", 1);
> +    store_revision($ho, 'qemuu', "$tools/qemu-xen-dir", 1);
> +    store_revision($ho, 'seabios', "$tools/firmware/seabios-dir", 1);
> +    store_revision($ho, 'ovmf', "$tools/firmware/ovmf-dir", 1);
> +    store_revision($ho, 'minios', "$extras/mini-os", 1);
> +}
> +
>  #----- submodules -----
>  
>  sub submodulefixup ($$$$) {
> diff --git a/ts-xen-build b/ts-xen-build
> index 8f92729..382fe62 100755
> --- a/ts-xen-build
> +++ b/ts-xen-build
> @@ -151,17 +151,6 @@ END
>      }
>  }
>  
> -sub collectversions () {
> -    my $tools="$builddir/xen/tools";
> -    my $extras="$builddir/xen/extras";
> -    store_revision($ho, 'qemu', "$tools/ioemu-dir", 1);
> -    store_revision($ho, 'qemu', "$tools/qemu-xen-traditional-dir", 1);
> -    store_revision($ho, 'qemuu', "$tools/qemu-xen-dir", 1);
> -    store_revision($ho, 'seabios', "$tools/firmware/seabios-dir", 1);
> -    store_revision($ho, 'ovmf', "$tools/firmware/ovmf-dir", 1);
> -    store_revision($ho, 'minios', "$extras/mini-os", 1);
> -}
> -
>  sub divide () {
>      # Only move hv to xeninstall, so that we can have
>      # xenpolicy in tools tarball.
> @@ -248,7 +237,7 @@ sub trapping ($) {
>  checkout();
>  
>  trapping(\&build);
> -trapping(\&collectversions);
> +trapping(\&collect_xen_built_versions);
>  
>  die "*** something failed:\n\n".(join "\n\n",@probs)."\n** something
> failed"
>      if @probs;

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

  parent reply	other threads:[~2016-02-03  9:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-03  9:46 [PATCH 1/3] Move collectversions from ts-xen-build into Osstest::BuildSupport Ian Campbell
2016-02-03  9:46 ` [PATCH 2/3] Add a weekly coverity flight Ian Campbell
2016-02-03  9:46   ` [PATCH 3/3] make-coverity-flight: set coverity_upload=true Ian Campbell
2016-02-03 12:13     ` Ian Jackson
2016-02-03 10:19   ` [PATCH 2/3] Add a weekly coverity flight Ian Campbell
2016-02-03 10:46     ` Andrew Cooper
2016-02-03 12:13       ` Ian Jackson
2016-02-03 12:12   ` Ian Jackson
2016-02-03 12:46     ` Ian Campbell
2016-02-03  9:59 ` Ian Campbell [this message]
2016-02-03 12:02 ` [PATCH 1/3] Move collectversions from ts-xen-build into Osstest::BuildSupport Ian Jackson

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=1454493562.25207.36.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=xen-devel@lists.xen.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.