[plt-dev] Pre-Release Checklist for v5.0, second call
On Sat, May 29, 2010 at 1:29 PM, John Clements
<clements at brinckerhoff.org> wrote:
>
> On May 28, 2010, at 8:06 PM, Eli Barzilay wrote:
>
>> git archive --remote=git://git.racket-lang.org/plt.git release \
>> -- collects/tests | tar tf -
>
> Wait... where are all the files?
>
> Ah... ITYM
>
> ... | tar xvf -
>
> John
That "v" is just going to change what tar prints out, not what it
does. If it created files the second time, then it should have
created them the first, too, but silently.
--Carl