quilt for patch management?

Robert Schuster thebohemian at gmx.net
Fri May 8 06:41:43 PDT 2009


Hi,
ever since fiddling with IcedTea's patches I was wondering why the
Makefiles make no use of the quilt tool to manage patches. The tool
would still allow us to have a directory where to place the patches and
would make it more easy to manually apply them.

Basically
	patch -p0 < <patch>
would become
	quilt import -p0 <patch>

and finally
	quilt push -a

If someone wants to investigate manually quilt push/pop are there.

Is this something you IcedTea developers would be interested in?

Regards
Robert

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 260 bytes
Desc: OpenPGP digital signature
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20090508/6a770c10/signature.asc 


More information about the distro-pkg-dev mailing list