[sdk/kdesrc-build/docbook_historied_per_file] doc/kdesrc-buildrc: Allow SSH identity to be specified.

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


Git commit af67d864606f1a8920c49a6a42daf19cc816cbd5 by Michael Pyne.
Committed on 20/10/2011 at 00:11.
Pushed by ashark into branch 'docbook_historied_per_file'.

Allow SSH identity to be specified.

Now you can specify the private key to be passed to your SSH agent if
you forgot to run that before running kdesrc-build.

Proof-of-concept patch graciously provided by Ralf Jung.

BUG:284071
FIXED-IN:1.14.2

Original commit: 2430b0a3
https://invent.kde.org/sdk/kdesrc-build/-/commit/2430b0a308bc63c5d008ba602f0bcf345d35166f

M  +13   -0    doc/kdesrc-buildrc/conf-options-table.docbook

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

diff --git a/doc/kdesrc-buildrc/conf-options-table.docbook b/doc/kdesrc-buildrc/conf-options-table.docbook
index 1734ae23..b08d71df 100644
--- a/doc/kdesrc-buildrc/conf-options-table.docbook
+++ b/doc/kdesrc-buildrc/conf-options-table.docbook
@@ -630,6 +630,19 @@ to represent the home directory if using this option.
 </entry>
 </row>
 
+<row id="conf-ssh-identity-file">
+<entry>ssh-identity-file</entry>
+<entry>Cannot be overridden</entry>
+<entry>
+<para>Set this option to control which private SSH key file is passed to the
+<command>ssh-add</command> command when &kdesrc-build; is downloading source
+code from repositories that require authentication. See also: <xref
+linkend="ssh-agent-reminder"/>.</para>
+
+<para>This option was added in version 1.14.2.</para>
+</entry>
+</row>
+
 <row id="conf-stop-on-failure">
 <entry>stop-on-failure</entry>
 <entry>Module setting overrides global</entry>



More information about the kde-doc-english mailing list