summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-10-16 22:44:59 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-10-17 15:55:55 +0200
commit9b42dfe3d4f3c77f0e649cb6fe1310584a2370b9 (patch)
treecb6711aab198506a6a2baaa384f27b0d7304edc0 /doc
parent812fa58ec74202c2378e8c645d0714f7574edd71 (diff)
downloadptxdist-9b42dfe3d4f3c77f0e649cb6fe1310584a2370b9.tar.gz
ptxdist-9b42dfe3d4f3c77f0e649cb6fe1310584a2370b9.tar.xz
ptxdist: add --dirty option
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/ref_parameter.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ref_parameter.inc b/doc/ref_parameter.inc
index 9c1e34ce1..e8f6487e4 100644
--- a/doc/ref_parameter.inc
+++ b/doc/ref_parameter.inc
@@ -315,6 +315,15 @@ Options
``--nice=<n>``, ``-n<n>``
run with reduced scheduling priority (i.e. nice). The default is 10.
+``--dirty``
+ avoid rebuilding packages. By default, if a package is rebuild then all
+ packages that depend on it are also rebuild. This happens because
+ PTXdist cannot know if rebuilding is necessary. With this option the
+ depending packages will not be rebuild. Also, changes to config options,
+ rule and menu file will not trigger a rebuild either.
+
+ To trigger a rebuild, the relevant stage of a package must be dropped.
+
``--keep-going``, ``-k``
keep going. Continue as much as possible after an error.