Git commit 29f92d7c07d7832d5a2b0db1e29647dafca01afa by Johan Ouwerkerk. Committed on 03/05/2020 at 15:03. Pushed by ashark into branch 'docbook_historied_per_file'.
Document new behaviour of git-desired-protocol Original commit: 66e5e692 https://invent.kde.org/sdk/kdesrc-build/-/commit/66e5e69208792ccf00fcd8d396d290a01b24c70c M +6 -4 doc/kdesrc-buildrc/conf-options-table.docbook https://invent.kde.org/sdk/kdesrc-build/-/commit/29f92d7c07d7832d5a2b0db1e29647dafca01afa diff --git a/doc/kdesrc-buildrc/conf-options-table.docbook b/doc/kdesrc-buildrc/conf-options-table.docbook index 78fe34a0..2f4648e0 100644 --- a/doc/kdesrc-buildrc/conf-options-table.docbook +++ b/doc/kdesrc-buildrc/conf-options-table.docbook @@ -432,14 +432,14 @@ This option was removed in version 1.10 linkend="kde-projects-module-sets">&kde; project</link> repository.</para> <para>What this option actually does is configure which network protocol to -prefer when updating source code for these modules. Normally the very-efficient +prefer when pushing source code for these modules. Normally the very-efficient <literal>git</literal> protocol is used, but this may be blocked in some networks (e.g. corporate intranets, public Wi-Fi). An alternative protocol -which is much better supported is the <literal>HTTP</literal> protocol used for +which is much better supported is the <literal>https</literal> protocol used for Internet web sites.</para> <para>If you are using one of these constrained networks you can set this -option to <userinput>http</userinput> to prefer <literal>HTTP</literal> +option to <userinput>http</userinput> to prefer <literal>https</literal> communications instead.</para> <tip><para>You may also need the <link @@ -449,7 +449,9 @@ needed for network traffic.</para></tip> <para>In any other situation you should not set this option as the default protocol is most efficient.</para> -<para>This option was added in &kdesrc-build; 1.16.</para> +<para>This option was added in &kdesrc-build; 1.16. Prior to 20.06 this option +was used to configure the fetch URL instead of the push URL. As of 20.06 +<literal>https</literal> is always used when updating KDE projects.</para> </entry> </row>
