[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH 2/2] make: Make "src-tarball" target actually make a source tarball



On 07/03/2014 12:22 PM, Anthony PERARD wrote:
On Wed, Jul 02, 2014 at 05:15:12PM +0100, George Dunlap wrote:
At the moment, making a release tarball is an annoyingly manual
process that involves running "git archive" into a temporary directory.
Does the source tarball would need to includes tarball of ipxe and the
different stuff to build a stubdom ?

At the moment, AFAIK, the normal xen release tarballs do not.

We could call this target "release-tarball" instead.


+xen_root=$1
+desc=$2
+
+tdir=$(mktemp -d $xen_root/dist/xen.XXXXXXXX) || exit 1
Many missing " around variables, better safe than sorry :).

Ack.

 -George

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.