RREDTOOL(1) | REPREPRO | RREDTOOL(1) |
rredtool - merge or apply a very restricted subset of ed patches
rredtool --help
rredtool [ options ] --merge patches...
rredtool [ options ] --patch file-to-patch patches...
rredtool directory newfile oldfile mode
rredtool is a tool to handle a subset of ed patches in a safe way. It is especially targeted at ed patches as used in Packages.diff and Sources.diff. Is also has a mode supposed to be called from reprepro as Index Hook to generate and update a Packages.diff/Index file.
One of the following has to be given, so that rredtool know that to do.
If neither --patch nor --merge is given, this mode is used, so you can just put
DebIndices: Packages Release . .gz /usr/bin/rredtool
into reprepro's conf/distributions file to have a Packages.diff directory generated. (Note that you have to generate an uncompressed file (the single dot). You will need to have patch, gzip and gunzip available in your path.)
Report bugs or wishlist requests the Debian BTS (e.g. by using reportbug reperepro) or directly to <brlink@debian.org>.
Copyright © 2009 Bernhard R. Link
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
2009-11-12 | reprepro |