kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Andreas Färber" <afaerber@suse.de>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: qemu-devel@nongnu.org, KVM devel mailing list <kvm@vger.kernel.org>
Subject: Re: [Qemu-devel] KVM call agenda for May, Tuesday 8th
Date: Tue, 08 May 2012 17:13:18 +0200	[thread overview]
Message-ID: <4FA9380E.60407@suse.de> (raw)
In-Reply-To: <4FA93364.4090300@suse.de>

Am 08.05.2012 16:53, schrieb Andreas Färber:
> Am 08.05.2012 16:24, schrieb Anthony Liguori:
>> On 05/08/2012 09:10 AM, Andreas Färber wrote:
>>> With rc0 not being provided as tarball, it would be nice to document the
>>> official, reproducible way of packaging a QEMU tarball on the Wiki. I
>>> have collected some steps from the Rob Landley mips thread, but the
>>> submodules complicate things a bit.
> 
> My request (not complaint) was for you to document how you create the
> tarballs you publish, so that the adventurous can create them without
> bothering you. :)

For the record here's part of the script I came up with:

TAG=v1.1-rc0
NAME=qemu-1.1-rc0

git clone git://git.qemu.org/qemu.git $NAME || exit 1

cd $NAME || exit 1

git checkout $TAG || exit 1

git submodule update --init || exit 1

rm -rf .git roms/*/.git || exit 1

cd .. || exit 1

tar -c $NAME | bzip2 > $NAME.tar.bz2

/-F

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

  reply	other threads:[~2012-05-08 15:13 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-07 11:47 KVM call agenda for May, Tuesday 8th Juan Quintela
2012-05-07 12:54 ` [Qemu-devel] " Anthony Liguori
2012-05-08 14:10   ` Andreas Färber
2012-05-08 14:24     ` Anthony Liguori
2012-05-08 14:53       ` Andreas Färber
2012-05-08 15:13         ` Andreas Färber [this message]
2012-05-08 15:32           ` Anthony Liguori
2012-05-07 12:59 ` Anthony Liguori
2012-05-07 13:22   ` 陳韋任
2012-05-08 12:14 ` Anthony Liguori
2012-05-08 12:22   ` Alexander Graf
2012-05-08 13:39   ` [Qemu-devel] " Luiz Capitulino
2012-05-08 13:53 ` Juan Quintela

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=4FA9380E.60407@suse.de \
    --to=afaerber@suse.de \
    --cc=anthony@codemonkey.ws \
    --cc=kvm@vger.kernel.org \
    --cc=qemu-devel@nongnu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).