[sdk/kdesrc-build/docbook_historied_per_file] doc: doc: Document usage of kde: prefix.

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


Git commit 82cf23556805ef6e6d30ff4d9c420b673a20a412 by Michael Pyne.
Committed on 07/09/2011 at 20:04.
Pushed by ashark into branch 'docbook_historied_per_file'.

doc: Document usage of kde: prefix.

Original commit: 3599dca9
https://invent.kde.org/sdk/kdesrc-build/-/commit/3599dca96c64f565c513e5f5517ada5b7a8325b7

M  +1    -1    doc/getting-started/kde-modules-and-selection.docbook
M  +10   -5    doc/kdesrc-buildrc/conf-options-table.docbook

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

diff --git a/doc/getting-started/kde-modules-and-selection.docbook b/doc/getting-started/kde-modules-and-selection.docbook
index 0db4a038..a360231c 100644
--- a/doc/getting-started/kde-modules-and-selection.docbook
+++ b/doc/getting-started/kde-modules-and-selection.docbook
@@ -141,7 +141,7 @@ in this fashion.</para>
 <title>Using module sets</title>
 <programlisting>
 global
-    <option><link linkend="conf-git-repository-base">git-repository-base</link></option> <replaceable>kde-git</replaceable> <replaceable>git://anongit.kde.org/</replaceable>
+    <option><link linkend="conf-git-repository-base">git-repository-base</link></option> <replaceable>kde-git</replaceable> <replaceable>kde:</replaceable>
 end global
 
 module <replaceable>qt-copy</replaceable>
diff --git a/doc/kdesrc-buildrc/conf-options-table.docbook b/doc/kdesrc-buildrc/conf-options-table.docbook
index 320a080b..131dea70 100644
--- a/doc/kdesrc-buildrc/conf-options-table.docbook
+++ b/doc/kdesrc-buildrc/conf-options-table.docbook
@@ -315,7 +315,7 @@ global
    # other options
 
    # This is the common path to all anonymous Git server modules.
-   git-repository-base <replaceable>kde-git</replaceable> <replaceable>git://anongit.kde.org/</replaceable>
+   git-repository-base <replaceable>kde-git</replaceable> <replaceable>kde:</replaceable>
 end global
 
 # Module declarations
@@ -336,16 +336,21 @@ internally, with &kdesrc-build; behaving as if it had read:</para>
 
 <programlisting>
 module module1
-    repository git://anongit.kde.org/module1.git
+    repository kde:<replaceable>module1.git</replaceable>
 end module
 
 module module2
-    repository git://anongit.kde.org/module2.git
+    repository kde:<replaceable>module2.git</replaceable>
 end module
 </programlisting>
 
-<para>Unlike most other options, this option can be specified multiple times
-in order to create as many aliases as necessary.</para>
+<para>The <literal>kde:</literal> &git; repository prefix used above is a
+shortcut which will be setup by &kdesrc-build; automatically. See the TechBase
+<ulink
+url="http://techbase.kde.org/Development/Git/Configuration#URL_Renaming">URL
+Renaming</ulink> article for more information. Note that unlike most other
+options, this option can be specified multiple times in order to create as
+many aliases as necessary.</para>
 
 <tip><para>It is not required to use this option to take advantage of module-set,
 this option exists to make it easy to use the same repository across many



More information about the kde-doc-english mailing list