[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNUnet-developers] Moving to Git
From: |
Christian Grothoff |
Subject: |
Re: [GNUnet-developers] Moving to Git |
Date: |
Wed, 9 Nov 2016 13:15:47 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.4.0 |
Please do not send SSH keys to the mailinglist, just send them to one of
the people that have admin rights.
Thanks!
Christian
On 11/09/2016 12:12 PM, Daniel Golle wrote:
> Hi all,
>
> this is the ssh key I intend to use to authenticate with git.
>
> ssh-rsa
> AAAAB3NzaC1yc2EAAAADAQABAAACAQCifYUJgen34cnxz9lAseUhRLpmdwwMt947gE0N4aqqVRxKlQuJwFR5HDrT7tdYDMMKaUjJKithga0IISFzmP36azsfUzRr8almDHE9+lDsLSqPNs2NVCAW6xwW8SjH8jq2cvmbUm43ljBAqKVKyyu37mFdjTZSj4CydaWIz0mpR1Cfs8AO71FsFfOYsc7He8XS9l5PHsbXcEUWNtwnBWpagDUNjVt5ZqROwl6nhyfMJfp9apDRSu2a7iX+btq6CwlBTTbU//3tSCDnn6J9Kz5b0khVG9orckr547Vlojp2GNtwD8FgJmtTgA//OnzD4+gGlsGD/6MPEzGfJ0SY03bEI57qrI3tswQqlnSKRG5cNkai3w0r4MjsREZtFQH9Q+WjlVHg5tIqGiJKw11HeBrhZmOmvpu0Qtkct/COcWe9uhWKZPGq+fX/ggs41elhethWfQmYCXuTUlZ+yIeWTn1vspKujrWIl0YFW5h096Y4yzVmwgW6lVEypjXUEGPINT25tKbyiG59EVv9wTG8rUlYTzhv1vuvZK/29igEJeERDTVaIhoIw1dYpPCVE6SOm3aYNMhdHqGotnPzJV6PIAMWRE+0puEM7KHQf2w778BeZV8ph6vvSKd8ltcmw+go156/X/EbIH0Rs063MTPoD15WEAOVkul0EwtCJOQmQsLobQ==
> address@hidden
>
> Find my PGP public key attached to this mail as well.
>
> Cheers
>
> Daniel
>
> On Mon, Nov 07, 2016 at 06:40:57PM +0100, Christian Grothoff wrote:
>> Dear all,
>>
>> I've just finished migrating the (active) GNUnet Subversion repositories
>> to Git. You should be able to
>>
>> $ git clone git://gnunet.org/$REPONAME # read-only, insecure
>> $ git clone https://gnunet.org/git/$REPONAME # read-only, secure
>> $ git clone git+ssh://address@hidden/$REPONAME # dev-only
>>
>> The Web interface to the repos is now at
>> https://gnunet.org/git/
>>
>>
>> If you used to have write access, you probably "lost" it because the
>> authentication method changed to SSH. To regain write access, you need
>> to simply e-mail Jeff Burdges, Florian Dold, Gabor Toth or me (all in
>> CC) your SSH public key (preferably in an encrypted, GnuPG signed e-mail).
>>
>> Please note that from now on, Git commits must be GnuPG signed (for
>> example, using "git commit -S") and will continue to be automatically
>> e-mailed to the address@hidden mailinglist.
>>
>>
>> Happy decentralised hacking!
>>
>> Christian
>>
>>
>> _______________________________________________
>> GNUnet-developers mailing list
>> address@hidden
>> https://lists.gnu.org/mailman/listinfo/gnunet-developers
>>
>>
>> _______________________________________________
>> GNUnet-developers mailing list
>> address@hidden
>> https://lists.gnu.org/mailman/listinfo/gnunet-developers
0xE29FC3CC.asc
Description: application/pgp-keys
signature.asc
Description: OpenPGP digital signature
- Re: [GNUnet-developers] Moving to Git, (continued)