]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: point to GitLab as the primary git hosting
authorJán Tomko <jtomko@redhat.com>
Wed, 3 Jun 2020 10:42:34 +0000 (12:42 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 3 Jun 2020 11:38:33 +0000 (13:38 +0200)
We still point to git repositories hosted on libvirt.org in various
places. Replace the links to their gitlab.com equivalents.

Note that GitLab is trying to be smart here and
  https://gitlab.com/libvirt/libvirt
redirects to
  https://gitlab.com/libvirt/libvirt.git
when doing a 'git clone' and vice-versa when visiting from the
browser, so I only kept the .git suffix in places that explicitly
mentioned 'git clone'.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
12 files changed:
ChangeLog
docs/aclpolkit.html.in
docs/bindings.html.in
docs/csharp.html.in
docs/dbus.html.in
docs/hacking.rst
docs/java.html.in
docs/php.html.in
docs/securityprocess.html.in
docs/testapi.html.in
docs/testsuites.html.in
docs/testtck.html.in

index 55eb05c5ce338b34f530e09a2b2752d1262c5507..897f38e56d4ec2d77f6b5244fa3e79efe2ecdf57 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,9 +7,9 @@ archives.
 If you're interested in the full list of changes made to libvirt since
 the project was started, you can clone the git repository from
 
-  https://libvirt.org/git/libvirt.git
+  https://gitlab.com/libvirt/libvirt/
 
 and browse them locally using your favorite git history viewer or,
 alternatively, browse them online at
 
-  https://libvirt.org/git/?p=libvirt.git;a=log
+  https://gitlab.com/libvirt/libvirt/-/commits/master
index 3e5d30a5dd26b7f03c84a86d75131ffe9f0f445d..8bd8b58e020309405b8744715f38502056788f4b 100644 (file)
@@ -459,7 +459,7 @@ polkit.addRule(function(action, subject) {
 
     <p>
     See
-    <a href="https://libvirt.org/git/?p=libvirt.git;a=tree;f=examples/polkit;hb=HEAD">source code</a>
+    <a href="https://gitlab.com/libvirt/libvirt/-/tree/master/examples/polkit">source code</a>
     for a more complex example.
     </p>
 
index 46930cd6f6e9d9c4e3d36dc251862563e2d6ffa6..8a482015b90bf31cc7b8d9519b0a8b864f267ad7 100644 (file)
@@ -49,7 +49,7 @@
       <li>
         <p>
           <strong>Python</strong>: Libvirt's python bindings are split to a
-          separate <a href="https://libvirt.org/git/?p=libvirt-python.git">package</a>
+          separate <a href="https://gitlab.com/libvirt/libvirt-python">package</a>
           since version 1.2.0, older versions came with direct support for the
           Python language.
         </p>
index df1db49becf7ac22799c45a45e79cb8f5a21a948..89b39579048735cc4a1826ca7e4a7ea506d229c5 100644 (file)
     <p>
       The C# bindings source code is maintained in a <a
       href="http://git-scm.com/">git</a> repository available on
-      <a href="https://libvirt.org/git/">libvirt.org</a>:
+      <a href="https://gitlab.com/libvirt/libvirt-csharp">gitlab.com</a>:
     </p>
 
 <pre>
-git clone https://libvirt.org/git/libvirt-csharp.git
-</pre>
-
-    <p>
-      They can also be browsed online:
-    </p>
-
-<pre>
-<a href="https://libvirt.org/git/?p=libvirt-csharp.git;a=summary">https://libvirt.org/git/?p=libvirt-csharp.git;a=summary</a>
+git clone https://gitlab.com/libvirt/libvirt-csharp.git
 </pre>
 
     <h2><a id="usage">Usage</a></h2>
index 4dfe4ca427e9789d71d67359f0ce21d7458ac9b6..99f191a6857bb4a2a6251083c2d7629fa9065ec2 100644 (file)
     <p>
       The D-Bus bindings source code is maintained in a
       <a href="https://git-scm.com/">git</a> repository available on
-      <a href="https://libvirt.org/git/">libvirt.org</a>:
+      <a href="https://gitlab.com/libvirt/libvirt-dbus">gitlab.com</a>:
     </p>
 
 <pre>
-git clone https://libvirt.org/git/libvirt-dbus.git
-</pre>
-
-    <p>
-      They can also be browsed online:
-    </p>
-
-<pre>
-<a href="https://libvirt.org/git/?p=libvirt-dbus.git">https://libvirt.org/git/?p=libvirt-dbus.git</a>
+git clone https://gitlab.com/libvirt/libvirt-dbus.git
 </pre>
 
     <h2><a id="usage">Usage</a></h2>
index 61ae6452e14d1d32fe31d7ba46b805646f3082a8..51ff862e8f924af6efc82aef515909cd1ddb7495 100644 (file)
@@ -9,9 +9,9 @@ Repositories and external resources
 ===================================
 
 The official upstream repository is kept in git
-(``https://libvirt.org/git/libvirt.git``) and is browsable
+(``https://gitlab.com/libvirt/libvirt``) and is browsable
 along with other libvirt-related repositories (e.g.
-libvirt-python) `online <https://libvirt.org/git/>`__.
+libvirt-python) `online <https://gitlab.com/libvirt>`__.
 
 Patches to translations are maintained via the `zanata
 project <https://fedora.zanata.org/>`__. If you want to fix a
index 147b11c1666368b718585d6e18e993d4d08a2dda..fa3fe8f90077da71276fe404107197651d341771 100644 (file)
@@ -26,19 +26,11 @@ which you can use to include this in your maven projects.</p>
 <h2>GIT source repository</h2>
 <p> The Java bindings code source is now maintained in a <a
 href="http://git-scm.com/">git</a> repository available on
-<a href="https://libvirt.org/git/">libvirt.org</a>:
+<a href="https://gitlab.com/libvirt/libvirt-java/">gitlab.com</a>:
 </p>
 <pre>
-git clone https://libvirt.org/git/libvirt-java.git
+git clone https://gitlab.com/libvirt/libvirt-java.git
 </pre>
-<p>
-It can also be browsed at
-</p>
-<pre>
-
-<a href="https://libvirt.org/git/?p=libvirt-java.git;a=summary">https://libvirt.org/git/?p=libvirt-java.git;a=summary</a>
-</pre>
-
 
 <h2>Building</h2>
 <p>The code is built using ant, and assumes that you have the jna jar installed. Once you have downloaded
index 1febab7eaf8ef266f068d9980b8a3ab9d351e8d8..160517597677798a644085bfa9d1b3219319d63a 100644 (file)
 <h2>Getting the source</h2>
 <p> The PHP bindings code source is now maintained in a <a
 href="http://git-scm.com/">git</a> repository available on
-<a href="https://libvirt.org/git/">libvirt.org</a>:
+<a href="https://gitlab.com/libvirt/libvirt-php">gitlab.com</a>:
 </p>
 <pre>
-git clone https://libvirt.org/git/libvirt-php.git
-</pre>
-<p>
-It can also be browsed at
-</p>
-<pre>
-<a href="https://libvirt.org/git/?p=libvirt-php.git;a=summary">https://libvirt.org/git/?p=libvirt-php.git;a=summary</a>
+git clone https://gitlab.com/libvirt/libvirt-php.git
 </pre>
 
 <p></p>
index adf30259b0e7023afd1bbf1602be31665d277fd7..aaab803b2f8647e228f02ce2240be0324bfbf474 100644 (file)
@@ -42,7 +42,7 @@
     <p>
       Information for all historical security issues is maintained in
       machine parsable format in the
-      <a href="https://libvirt.org/git/?p=libvirt-security-notice.git;a=log">libvirt-security-notice GIT repository</a> and
+      <a href="https://gitlab.com/libvirt/libvirt-security-notice">libvirt-security-notice GIT repository</a> and
       <a href="https://security.libvirt.org">published online</a>
       in text, HTML and XML formats. Security notices are published
       on the <a href="https://libvirt.org/contact.html#email">libvirt-announce mailing list</a>
index dd0552c8fda2add1ce7f1f8b28509db349721458..e7cd9453eeb90b5f333ea85fa8d7649ee6403d33 100644 (file)
@@ -28,7 +28,7 @@
            and test scenarios.</li>
     </ul>
     <p> Libvirt-test-API is maintained using
-        <a href="https://libvirt.org/git/?p=libvirt-test-API.git">a GIT
+        <a href="https://gitlab.com/libvirt/libvirt-test-API">a GIT
         repository</a>, and comment, patches and reviews are carried
         on the <a href="contact.html">libvir-list</a> development list.</p>
   </body>
index 0bf4e38544f174300c3af8c774af2b21fdc88c14..a619e6d000181a69ecb2c9c78eeee497b7a91c76 100644 (file)
@@ -23,7 +23,7 @@
           <a href="ftp://libvirt.org/libvirt/tck/">download</a>, as a
           <a href="http://rpmfind.net/linux/rpm2html/search.php?query=libvirt-tck">package</a>
           in Fedora distributions, but best is probably to get
-          the <a href="https://libvirt.org/git/?p=libvirt-tck.git">version
+          the <a href="https://gitlab.com/libvirt/libvirt-tck">version
           from GIT</a>.
       </li>
       <li>the <a href="testapi.html">libvirt-test-API</a> is also a functional
@@ -32,7 +32,7 @@
           of libvirt. It is available separately as a
           <a href="ftp://libvirt.org/libvirt/libvirt-test-API/">download</a>,
           or directly get
-          the <a href="https://libvirt.org/git/?p=libvirt-test-API.git">version
+          the <a href="https://gitlab.com/libvirt/libvirt-test-API/">version
           from GIT</a>.
       </li>
     </ul>
index 021b56e66508b72a63e777c3866c4f0dfc163d7f..c4a4ca0bcbb4eef13585baca8e5bc0fa1829d1d4 100644 (file)
@@ -33,7 +33,7 @@
            Fedora Feature.</li>
     </ul>
     <p> Libvirt-TCK is maintained using
-        <a href="https://libvirt.org/git/?p=libvirt-tck.git">a GIT
+        <a href="https://gitlab.com/libvirt/libvirt-tck">a GIT
         repository</a>, and comment, patches and reviews are carried
         on the <a href="contact.html">libvir-list</a> development list.</p>
   </body>