[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [v3 for 4.5 2/2] make: Make "src-tarball" target actually make a source tarball
On Tue, Sep 16, 2014 at 9:11 AM, Jan Beulich <JBeulich@xxxxxxxx> wrote: >>>> On 15.09.14 at 18:25, <george.dunlap@xxxxxxxxxxxxx> wrote: >> --- /dev/null >> +++ b/tools/misc/mktarball >> @@ -0,0 +1,38 @@ >> +#!/bin/bash >> +# >> +# mktarball: Make a release tarball (including xen, qemu, and >> qemu-traditional) >> +# >> +# Takes 2 arguments, the path to the dist directory and the version >> +set -ex >> + >> +function git_archive_into { >> + mkdir "$2" >> + >> + git --git-dir="$1"/.git \ >> + archive --format=tar HEAD | \ > > Is HEAD really the right thing here? As opposed to...? -George _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |