[sdk/kdesrc-build/docbook_historied_per_file] doc: Allow persistent data location to be user-defined.

Michael Pyne null at kde.org
Fri May 10 10:15:11 BST 2024


Git commit 20359d040c92549c6c143272340bc53ff0bf0b87 by Michael Pyne.
Committed on 05/03/2012 at 03:34.
Pushed by ashark into branch 'docbook_historied_per_file'.

Allow persistent data location to be user-defined.

For all my users with multiple rc files in the same directory. ;)

FEATURE:
BUG:223334
FIXED-IN:1.15

Original commit: 814ad429
https://invent.kde.org/sdk/kdesrc-build/-/commit/814ad429e4b1a2d6c9b174fcff2586a1e5a50931

M  +1    -1    doc/index.docbook
M  +14   -0    doc/kdesrc-buildrc/conf-options-table.docbook

https://invent.kde.org/sdk/kdesrc-build/-/commit/20359d040c92549c6c143272340bc53ff0bf0b87

diff --git a/doc/index.docbook b/doc/index.docbook
index ec496174..827ebee4 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -2,7 +2,7 @@
 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
   <!--
     Documentation for kdesrc-build.
-    Copyright (c) 2005-2008, 2010-2011 Michael Pyne <mpyne at kde.org>
+    Copyright (c) 2005-2008, 2010-2012 Michael Pyne <mpyne at kde.org>
 
     Copyright (c) 2005 Carlos Leonhard Woelz <carloswoelz at imap-mail.com>
     Copyright (c) 2009 Burkhard Lück <lueck at hube-lueck.de>
diff --git a/doc/kdesrc-buildrc/conf-options-table.docbook b/doc/kdesrc-buildrc/conf-options-table.docbook
index 2e370e32..5cf29621 100644
--- a/doc/kdesrc-buildrc/conf-options-table.docbook
+++ b/doc/kdesrc-buildrc/conf-options-table.docbook
@@ -522,6 +522,20 @@ cannot figure out what you mean using <link linkend="conf-branch">branch</link>.
 </entry>
 </row>
 
+<row id="conf-persistent-data-file">
+<entry>persistent-data-file</entry>
+<entry>Cannot be overridden</entry>
+<entry><para>Use this option to change where &kdesrc-build; stores its persistent
+data. The default is to store this data in a file called
+<filename>.kdesrc-build-data</filename> placed in the same directory as the
+configuration file in use. If you have multiple available configurations in the
+same directory you may want to manually set this option so that the different
+configurations do not end up with conflicting persistent data.</para>
+
+<para>This option was added with &kdesrc-build; 1.15.</para>
+</entry>
+</row>
+
 <row id="conf-prefix">
 <entry>prefix</entry>
 <entry>Module setting overrides global</entry>



More information about the kde-doc-english mailing list