commit 84809f1caf2151cb0ac50944d3900e3e3bfaa569 from: Stefan Sperling date: Wed Jan 18 23:18:58 2023 UTC point people at got.gameoftrees.org for the -portable repo as well commit - 3fba9989ec619108dbd136c6cbae32ab22db98cf commit + 84809f1caf2151cb0ac50944d3900e3e3bfaa569 blob - b0ca27c458f624bdfde768f59db482ba8a88a5fa blob + cfb77dd61637069959a7ffff66154285755f881c --- portable.html +++ portable.html @@ -63,27 +63,44 @@ Separate ports, based on the OpenBSD version rather th


-The official Game of Trees -portable Git repository can be cloned from -git.gameoftrees.org: +The Game of Trees -portable Git repository can be cloned from +got.gameoftrees.org via SSH:

-git clone https://git.gameoftrees.org/got-portable.git
+git clone ssh://anonymous@got.gameoftrees.org/got-portable.git
 
-

-

-Git protocol access is also available if needed, but is discouraged -because it does not use encryption: +The SSH public key fingerprints of got.gameoftrees.org are:

-git clone git://git.gameoftrees.org/got-portable.git
+1024 SHA256:aDX3rrQNDfIA5lyXIbynY+goiomgR4Cdx5j4qmWq26I (DSA)
+256 SHA256:kmeRVbw2BLak1iZJIv6/AkNhGqW97WIu58SeH8kUfls (ECDSA)
+256 SHA256:jvQMQNSKE+p7roYA3Tl8/giZyOUqL7emXS+lJT7KMQ4 (ED25519)
+3072 SHA256:q/CWVAukwojxNL3srvWhfHZX00t+eO1IhmnwFAEhE6o (RSA)
 
+

If the got(1) utility is already installed it can be used instead of Git to clone the repository and check out a work tree:
-got clone git://git.gameoftrees.org/got-portable.git
+got clone ssh://anonymous@got.gameoftrees.org/got-portable.git
 got checkout got-portable.git
 

+

+Alternatively, the repository can be cloned from git.gameoftrees.org +via HTTPS with Git: +

+git clone https://git.gameoftrees.org/got-portable.git
+
+

+

+Git protocol access is also available if needed, but is discouraged +because it does not use encryption: +

+git clone git://git.gameoftrees.org/got-portable.git
+
+

+ +

A web interface for browsing the code is also available.