From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] make-release: misc fixes Date: Mon, 31 May 2010 16:20:04 -0300 Message-ID: <20100531192004.GA8529@amt.cnet> References: <20100524131214.GA5872@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com, kvm@vger.kernel.org, ehabkost@redhat.com To: "Michael S. Tsirkin" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:48887 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757247Ab0EaUF6 (ORCPT ); Mon, 31 May 2010 16:05:58 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o4VK5vdW025141 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 31 May 2010 16:05:57 -0400 Content-Disposition: inline In-Reply-To: <20100524131214.GA5872@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, May 24, 2010 at 04:12:14PM +0300, Michael S. Tsirkin wrote: > This fixes /tmp usage in make-release script for security. > Also, create output directory if it does not exist. > This also adds a 'tarball' optin to specify output file name. > Finally, remote output file before gzip to avoid prompt > 'do you want to overwrite'. > > Signed-off-by: Michael S. Tsirkin Applied, thanks.