]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
HACKING: Update git URIs to sync up with cgit.freedesktop.org
authorSimon McVittie <smcv@collabora.com>
Wed, 19 Apr 2017 10:44:52 +0000 (11:44 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 19 Apr 2017 10:44:52 +0000 (11:44 +0100)
git.freedesktop.org no longer offers anonymous checkouts; that facility
moved to anongit.freedesktop.org.

Signed-off-by: Simon McVittie <smcv@collabora.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=100715

HACKING

diff --git a/HACKING b/HACKING
index 2fed9e6c47a2f59c6a19a2c9bbcd82a8630ff4e3..45f34f7bf7316277837cfa9341e8549523a12561 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -68,15 +68,15 @@ Development
 ===
 
 D-Bus uses Git as its version control system. The main repository is
-hosted at git.freedesktop.org/dbus/dbus. To clone D-Bus, execute the
-following command:
+hosted on freedesktop.org. To clone D-Bus, execute one of the
+following commands:
 
-    git clone git://git.freedesktop.org/dbus/dbus
-OR
-    git clone git.freedesktop.org:dbus/dbus
+    git clone https://anongit.freedesktop.org/git/dbus/dbus.git
+    git clone git://anongit.freedesktop.org/dbus/dbus
+    git clone ssh://git.freedesktop.org/git/dbus/dbus
 
-The latter form is the one that allows pushing, but it also requires
-an SSH account on the server. The former form allows anonymous
+The last form is the one that allows pushing, but it also requires
+an SSH account on the server. The other forms allow anonymous
 checkouts.
 
 D-Bus development happens in two branches in parallel: the current