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é
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]