On Mon, May 03, 2010 at 10:54:00AM -0500, James Buren <[email protected]> wrote: > I've prepared a patch for changing the default for makepkg to xz from the > default of bzip2. I do not know pacman-g2's internals very well so please > look over this patch and see if I forgot anything.
Use git grep bzip2. :)
This seems to be missing:
diff --git a/doc/makepkg.txt b/doc/makepkg.txt
index d64658e..81de946 100644
--- a/doc/makepkg.txt
+++ b/doc/makepkg.txt
@@ -136,7 +136,7 @@ tree. See `makeworld --help` for syntax.
current working directory.
--gzip::
- Use gzip compression for a package instead of bzip2.
+ Use gzip compression for a package instead of the default one.
--noconfirm::
When calling pacman-g2 to resolve dependencies or conflicts, makepkg
can pass
Otherwise looks fine. Feel free to push it if you include the above
change.
> After this is done, I'd like to convert the databases to xz
> (gensync,updatesync).
Does 'tar xf foo.fdb' works in case the fdb is a tar.xz file and not a
tar.bz2 one? Last time I checked it did not work, so in case you want to
change it as well, you first have to add support for that in the test
scripts. (For examples t/fpmcorrupt, maybe others are affected as well.)
pgpE1U26KDIpq.pgp
Description: PGP signature
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
