summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2007-12-15 23:02:41 -0800
committerDaniel Burrows <dburrows@debian.org>2007-12-15 23:02:41 -0800
commitec15246f027e67a5c76fd859e4cb5640c4beed68 (patch)
tree80e17ea633e59a6a0696fa918336d510756174c3
parentd06c3f62bd07d2a95a77e5b8d3e45660bcd8c228 (diff)
downloadaptitude-ec15246f027e67a5c76fd859e4cb5640c4beed68.tar.gz
Document Trace-Directory and Trace-File.
-rw-r--r--doc/en/aptitude.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/en/aptitude.xml b/doc/en/aptitude.xml
index 82bc3174..c3aad10a 100644
--- a/doc/en/aptitude.xml
+++ b/doc/en/aptitude.xml
@@ -8879,6 +8879,39 @@ iuAU wesnoth-data +930kB 0.8.7-1 0.8.8-1.0w
</seg>
</seglistitem>
+ <seglistitem id='configProblemResolver-Trace-Directory'>
+ <seg><literal>Aptitude::ProblemResolver::Trace-Directory</literal></seg>
+ <seg></seg>
+ <seg>
+ If this value is set, then each time the problem
+ resolver produces a solution, a stripped-down version
+ of the package state sufficient to reproduce that
+ solution is written to the given file. If
+ <literal>Aptitude::ProblemResolver::Trace-File</literal>
+ is also set, the same information will also be written
+ to the trace file. Trace directories are more
+ transparent than trace files, and are more suitable
+ for, e.g., including in source trees as test cases.
+ </seg>
+ </seglistitem>
+
+ <seglistitem id='configProblemResolver-Trace-File'>
+ <seg><literal>Aptitude::ProblemResolver::Trace-File</literal></seg>
+ <seg></seg>
+ <seg>
+ If this value is set, then each time the problem
+ resolver produces a solution, a stripped-down version
+ of the package state sufficient to reproduce that
+ solution is written to the given file. If
+ <literal>Aptitude::ProblemResolver::Trace-Directory</literal>
+ is also set, the same information will also be written
+ to the trace directory. A trace file is simply a
+ compressed archive of a trace directory; it will take
+ less space than the trace directory and is suitable
+ for transmission over a network.
+ </seg>
+ </seglistitem>
+
<seglistitem id='configProblemResolver-UnfixedSoftScore'>
<seg><literal>Aptitude::ProblemResolver::UnfixedSoftScore</literal></seg>
<seg><literal>-200</literal></seg>