From d408a915569a63c94583e3b2656b6e8e07e41fe2 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 4 Oct 2010 17:33:46 +0200 Subject: [PATCH] Backport some documentation from master --- docs/manuals/en/main/newfeatures.tex | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/manuals/en/main/newfeatures.tex b/docs/manuals/en/main/newfeatures.tex index 02524f15..0ff8c7e3 100644 --- a/docs/manuals/en/main/newfeatures.tex +++ b/docs/manuals/en/main/newfeatures.tex @@ -51,6 +51,14 @@ Priority: 10 OK to run? (yes/mod/no): \end{verbatim} +\section{Additions to RunScript variables} +You can have access to JobBytes and JobFiles using %b and %f in your runscript +command. + +\begin{verbatim} +RunAfterJob = "/bin/echo Job=%j JobBytes=%b JobFiles=%f" +\end{verbatim} + \section{Additions to the Plugin API} The bfuncs structure has been extended to include a number of new entrypoints. -- 2.39.5