From 0a693ae6b6fde595384a4583af189451a24617fe Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Sat, 30 Dec 2006 09:05:22 +0000 Subject: Start writing documentation on writing patchsets. svn path=/trunk/; revision=31 --- doc/writing.docbook | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/writing.docbook b/doc/writing.docbook index 96790fb..f33b293 100644 --- a/doc/writing.docbook +++ b/doc/writing.docbook @@ -2,6 +2,23 @@ Writing Patchsets +This chapter will try to cover all the needed knowledge to write a new +patchset for autoepatch, as well as to maintain the ones already +present in the distribution. + +The patchset's script + + +An autoepatch patchset consists at least of two atoms: a directory, +whose name is also the name of the patchset, and a bash script, inside +that directory, named the same way with ".sh" extension. That script +is the core of the patchset, as it will tell autoepatch where to find +the files to patch, what kind of patchset it is, and whether to fail +or not if the patching is not completed as intended. + + + + -- cgit v1.2.3-65-gdbad