diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.xml.pod | 3 | ||||
-rw-r--r-- | doc/conf.xml.tex | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/conf.xml.pod b/doc/conf.xml.pod index 063f1e3..c404c7f 100644 --- a/doc/conf.xml.pod +++ b/doc/conf.xml.pod @@ -39,6 +39,9 @@ This parameter define if we need synthesis or hdlists (since 2009.1 only synthes It will be use to get the path of the Mandriva repositery <based_on>2009.0</based_on> +urpmqlogs paramater define the directory to store previous urpmq queries, if not defined the system will use the /var/lib/bcd dir. + <urpmqlogs>/home/plop/urpmqlogs</urpmqlogs> + Arch parameter is mandatory, it will be also used to get the path of the MDV repositery <arch>i586</arch> diff --git a/doc/conf.xml.tex b/doc/conf.xml.tex index f512179..613d0e3 100644 --- a/doc/conf.xml.tex +++ b/doc/conf.xml.tex @@ -52,6 +52,11 @@ It will be use to get the path of the Mandriva repositery. <based_on>2009.0</based_on> \end{verbatim} +urpmqlogs paramater define the directory to store previous urpmq queries, if not defined the system will use the /var/lib/bcd dir. +\begin{verbatim} +<urpmqlogs>/home/plop/urpmqlogs</urpmqlogs> +\end{verbatim} + Arch parameter is mandatory, it will be also used to get the path of the Mandriva repositery \begin{verbatim} <arch>i586</arch> |