public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* bzip2 tarball 2.6.19-rc2 packaged wrong?
@ 2006-10-14  3:36 Shawn Starr
  2006-10-14  4:48 ` Grant Coady
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Shawn Starr @ 2006-10-14  3:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: Linus Torvalds

Linus, something in git  broke the prepackaged tarball/bzip2 generation?

$ tar -jxvf linux-2.6.19-rc2.tar.bz2
linux-2.6.19-rc2.gitignore
linux-2.6.19-rc2COPYING
linux-2.6.19-rc2CREDITS
linux-2.6.19-rc2Documentation/
linux-2.6.19-rc2Documentation/00-INDEX
linux-2.6.19-rc2Documentation/ABI/
linux-2.6.19-rc2Documentation/ABI/README

-rc1 was ok.

Anyone else notice this?

Thanks, 
Shawn.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: bzip2 tarball 2.6.19-rc2 packaged wrong?
  2006-10-14  3:36 bzip2 tarball 2.6.19-rc2 packaged wrong? Shawn Starr
@ 2006-10-14  4:48 ` Grant Coady
  2006-10-14 10:14 ` Rene Scharfe
  2006-10-14 18:53 ` Linus Torvalds
  2 siblings, 0 replies; 4+ messages in thread
From: Grant Coady @ 2006-10-14  4:48 UTC (permalink / raw)
  To: Shawn Starr; +Cc: linux-kernel, Linus Torvalds

On Fri, 13 Oct 2006 23:36:20 -0400, Shawn Starr <shawn.starr@rogers.com> wrote:

>Linus, something in git  broke the prepackaged tarball/bzip2 generation?
>
>$ tar -jxvf linux-2.6.19-rc2.tar.bz2
>linux-2.6.19-rc2.gitignore
>linux-2.6.19-rc2COPYING
>linux-2.6.19-rc2CREDITS
>linux-2.6.19-rc2Documentation/
>linux-2.6.19-rc2Documentation/00-INDEX
>linux-2.6.19-rc2Documentation/ABI/
>linux-2.6.19-rc2Documentation/ABI/README
>
>-rc1 was ok.
>
>Anyone else notice this?

I download and running the .bz2 patch against 2.6.18 okay, no try full 
tarball.

Grant.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: bzip2 tarball 2.6.19-rc2 packaged wrong?
  2006-10-14  3:36 bzip2 tarball 2.6.19-rc2 packaged wrong? Shawn Starr
  2006-10-14  4:48 ` Grant Coady
@ 2006-10-14 10:14 ` Rene Scharfe
  2006-10-14 18:53 ` Linus Torvalds
  2 siblings, 0 replies; 4+ messages in thread
From: Rene Scharfe @ 2006-10-14 10:14 UTC (permalink / raw)
  To: Shawn Starr, Linus Torvalds; +Cc: linux-kernel mailing list, H. Peter Anvin

Shawn Starr schrieb:
> Linus, something in git  broke the prepackaged tarball/bzip2 generation?
> 
> $ tar -jxvf linux-2.6.19-rc2.tar.bz2
> linux-2.6.19-rc2.gitignore
> linux-2.6.19-rc2COPYING
> linux-2.6.19-rc2CREDITS
> linux-2.6.19-rc2Documentation/
> linux-2.6.19-rc2Documentation/00-INDEX
> linux-2.6.19-rc2Documentation/ABI/
> linux-2.6.19-rc2Documentation/ABI/README
> 
> -rc1 was ok.

Perhaps tar generation has been switched to using git-archive instead of
git-tar-tree?  There's an, admittedly, subtle difference in how the two
handle prefixes/basedirs.  The following two commands do the same:

   $ git-tar-tree rev basedir
   $ git-archive --prefix=basedir/ rev

If you use --prefix and you want a base directory then you have to
provide your own slash (basedir = prefix + path_separator).

René

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: bzip2 tarball 2.6.19-rc2 packaged wrong?
  2006-10-14  3:36 bzip2 tarball 2.6.19-rc2 packaged wrong? Shawn Starr
  2006-10-14  4:48 ` Grant Coady
  2006-10-14 10:14 ` Rene Scharfe
@ 2006-10-14 18:53 ` Linus Torvalds
  2 siblings, 0 replies; 4+ messages in thread
From: Linus Torvalds @ 2006-10-14 18:53 UTC (permalink / raw)
  To: Shawn Starr; +Cc: Linux Kernel Mailing List, Junio C Hamano



On Fri, 13 Oct 2006, Shawn Starr wrote:
>
> Linus, something in git  broke the prepackaged tarball/bzip2 generation?

Sorry, yes.

I switched over my "release-script" that generates the tar-balls and 
patches to use the new syntax for "git tar-tree" (now "git archive"), and 
I screwed up by not having the slash in the prefix.

The old git-tar-tree would add the slash to the prefix automatically, 
git-archive does not. Which is arguably a bug in git-archive. Oh, well.

I'll re-generate the tar-file.

		Linus

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-10-14 18:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-14  3:36 bzip2 tarball 2.6.19-rc2 packaged wrong? Shawn Starr
2006-10-14  4:48 ` Grant Coady
2006-10-14 10:14 ` Rene Scharfe
2006-10-14 18:53 ` Linus Torvalds

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox