chiark / gitweb /
update manual to use public https:// URLs to git repos
authorHans-Christoph Steiner <hans@eds.org>
Tue, 15 Apr 2014 02:14:46 +0000 (22:14 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 23 Apr 2014 02:59:27 +0000 (22:59 -0400)
git@gitlab.com URLs require a gitlab login, https:// URLs do not

docs/fdroid.texi

index d1be922330fd3ad5bec217f0635781d8b4f657e4..6bdcb563002418e9bb8aa45ab2c3b0bc7a457c6a 100644 (file)
@@ -160,7 +160,7 @@ certainly want to work from a git clone of the tools at this stage. To
 get started:
 
 @example
-git clone git@gitlab.com:fdroid/fdroidserver.git
+git clone https://gitlab.com/fdroid/fdroidserver.git
 @end example
 
 You now have lots of stuff in the fdroidserver directory, but the most
@@ -177,7 +177,7 @@ repository management tasks. You can either create a brand new one, or
 grab a copy of the data used by the main F-Droid repository:
 
 @example
-git clone git@gitlab.com:fdroid/fdroiddata.git
+git clone https://gitlab.com/fdroid/fdroiddata.git
 @end example
 
 Regardless of the intended usage of the tools, you will always need to set