From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andreas_F=E4rber?= Subject: Re: [Qemu-devel] KVM call agenda for May, Tuesday 8th Date: Tue, 08 May 2012 17:13:18 +0200 Message-ID: <4FA9380E.60407@suse.de> References: <87pqag9psa.fsf@elfo.elfo> <4FA7C60E.8030802@codemonkey.ws> <4FA9296F.4060903@suse.de> <4FA92CAA.6070604@codemonkey.ws> <4FA93364.4090300@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: qemu-devel@nongnu.org, KVM devel mailing list To: Anthony Liguori Return-path: Received: from cantor2.suse.de ([195.135.220.15]:55697 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755893Ab2EHPNT (ORCPT ); Tue, 8 May 2012 11:13:19 -0400 In-Reply-To: <4FA93364.4090300@suse.de> Sender: kvm-owner@vger.kernel.org List-ID: Am 08.05.2012 16:53, schrieb Andreas F=E4rber: > Am 08.05.2012 16:24, schrieb Anthony Liguori: >> On 05/08/2012 09:10 AM, Andreas F=E4rber wrote: >>> With rc0 not being provided as tarball, it would be nice to documen= t 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. >=20 > 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. :) =46or the record here's part of the script I came up with: TAG=3Dv1.1-rc0 NAME=3Dqemu-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 --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=F6rffer; HRB 16746 AG N=FCrn= berg