All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	xen-devel@lists.xen.org
Cc: wei.liu2@citrix.com, ian.jackson@eu.citrix.com
Subject: Re: [PATCH v8 1/2] OSSTEST: introduce a raisin build test
Date: Tue, 4 Aug 2015 09:35:52 +0100	[thread overview]
Message-ID: <1438677352.31129.42.camel@citrix.com> (raw)
In-Reply-To: <1437670366-29034-1-git-send-email-stefano.stabellini@eu.citrix.com>

On Thu, 2015-07-23 at 17:52 +0100, Stefano Stabellini wrote:
> diff --git a/ts-xen-build b/ts-xen-build
> index e757f68..10fc95b 100755
> --- a/ts-xen-build
> +++ b/ts-xen-build
> @@ -145,36 +145,6 @@ sub collectversions () {
>      store_revision($ho, 'ovmf', "$tools/firmware/ovmf-dir", 1);
>  }
>  
> -sub divide () {

FYI this needs rebasing over "Collect xen.efi into xendist and install in
appropriate place".

> -    # Only move hv to xeninstall, so that we can have
> -    # xenpolicy in tools tarball.
> -    #
> -    # The files inside boot/ after `make dist' are
> -    # xen-$XEN_VERSION: Xen binary
> -    # xen.gz/xen: symlink to xen-$XEN_VERSION
> -    # xen-$MAJOR: symlink to xen-$XEN_VERSION
> -    # xen-$MAJOR.$MINOR: symlink to xen-$XEN_VERSION
> -    # xen-sym-$XEN_VERSION: Xen symbol
> -    # xenpolicy-$XEN_VERSION: flask policy binary if xsm is enabled
> -    #
> -    # So the following snippet will leave xenpolicy* in
> -    # install/boot and get packaged to tools tarball.
> -    target_cmd_build($ho, 100, $builddir, <<END);
> -        cd xen/dist
> -        mkdir xeninstall
> -       for f in *install; do
> -           mkdir -p \$f/lib
> -       done
> -        if test -d install/boot; then
> -            if test -f install/boot/xen.gz || test -f install/boot/xen; 
> then
> -                mkdir xeninstall/boot
> -                mvfiles=`find install/boot -name 'xen[a-z]*' -prune -o 
> -name 'xen*' -print`
> -                mv \$mvfiles xeninstall/boot/.
> -            fi
> -        fi
> -END
> -}
> -

  parent reply	other threads:[~2015-08-04  8:35 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-23 16:51 [PATCH v8 0/2] OSSTEST: introduce a raisin build test Stefano Stabellini
2015-07-23 16:52 ` [PATCH v8 1/2] " Stefano Stabellini
2015-07-31 15:53   ` Ian Jackson
2015-07-31 15:54     ` Ian Jackson
2015-07-31 16:01   ` Ian Jackson
2015-08-03 16:59     ` Stefano Stabellini
2015-08-04 10:55       ` Ian Campbell
2015-08-04 13:02         ` [PATCH 1/2] ts-raisin-build: consolidate open coded iterations over enabled components Ian Campbell
2015-08-05  7:50           ` Ian Campbell
2015-08-04 13:02         ` [PATCH 2/2] ts-raisin-build: Use git_massage_url Ian Campbell
2015-08-04  8:35   ` Ian Campbell [this message]
2015-08-04  8:39     ` [PATCH v8 1/2] OSSTEST: introduce a raisin build test Ian Campbell
2015-08-04  9:37   ` Ian Campbell
2015-08-04 13:26     ` Stefano Stabellini
2015-08-04 11:04   ` Ian Campbell
2015-08-04 11:18     ` Stefano Stabellini
2015-08-04 11:37       ` Ian Campbell
2015-08-04 13:18         ` Stefano Stabellini
2015-08-04 13:41           ` Ian Campbell
2015-08-04 13:47             ` Stefano Stabellini
2015-08-04 14:01               ` Ian Campbell
2015-08-04 13:47             ` Roger Pau Monné
2015-08-04 13:51               ` Ian Campbell
2015-07-23 16:52 ` [PATCH v8 2/2] OSSTest: push successful raisin builds Stefano Stabellini
2015-07-31 16:03   ` Ian Jackson
2015-08-03 17:09     ` Stefano Stabellini
2015-08-04  8:23       ` Ian Campbell
2015-08-04 10:50       ` Ian Campbell
2015-08-04 12:56   ` Ian Campbell
2015-08-04 13:11     ` 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=1438677352.31129.42.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=wei.liu2@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.