Page 14 of 16

Re: ManiaPlanet APT (Debian/Ubuntu) repository

Posted: 04 Jul 2018, 08:25
by index
magnetik wrote: 04 Jul 2018, 07:55 APT repo updated with 2017.07.03-1
i guess it´s 2018.07.03-1 :wink:

Re: ManiaPlanet APT (Debian/Ubuntu) repository

Posted: 04 Jul 2018, 08:32
by magnetik
Yup ! :oops:

So I'm regenerating it right now :D

Re: ManiaPlanet APT (Debian/Ubuntu) repository

Posted: 16 Nov 2018, 17:10
by magnetik
Repo updated with 2018.11.15-1.

The GPG key has changed, it's now 00AD7462840A6C13

https://github.com/maniaplanet/document ... ry/docs.md

Re: ManiaPlanet APT (Debian/Ubuntu) repository

Posted: 17 Nov 2018, 16:14
by eyebo
Balykoo on Discord is reporting an issue with using the new key.
Image

Re: ManiaPlanet APT (Debian/Ubuntu) repository

Posted: 19 Nov 2018, 08:43
by magnetik
it seems that he hasn't added the new key ?

Code: Select all

sudo apt-key adv --keyserver keys.gnupg.net --recv-keys 00AD7462840A6C13

Re: ManiaPlanet APT (Debian/Ubuntu) repository

Posted: 21 Nov 2018, 02:36
by eyebo
Thanks for the reply. I passed on the info to him. I’m not too knowledgeable about it. So I can’t say more. :oops:

Re: ManiaPlanet APT (Debian/Ubuntu) repository

Posted: 21 Nov 2018, 18:11
by fng_thatoneguy
I tried adding the key today using:

Code: Select all

sudo apt-key adv --keyserver keys.gnupg.net --recv-keys 00AD7462840A6C13
and I get:
gpg: keyserver receive failed: No data

Re: ManiaPlanet APT (Debian/Ubuntu) repository

Posted: 23 Nov 2018, 09:20
by magnetik
It seems that the key was not published on the keyserver for some reason. It's now okay.

I tested with:

Code: Select all

sudo apt-key adv --keyserver keys.gnupg.net --recv-keys 00AD7462840A6C13
or

Code: Select all

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 00AD7462840A6C13
Thanks for the report :thumbsup:

And repo updated with 2018.11.22-1 !

Re: ManiaPlanet APT (Debian/Ubuntu) repository

Posted: 23 Nov 2018, 09:33
by fng_thatoneguy
Awesome, thanks @magnetik! :thumbsup:
I messed up my AWS instance that i was playing with this on, so I'll have to rebuild it and try again.

Thanks for getting it fixed!

Re: ManiaPlanet APT (Debian/Ubuntu) repository

Posted: 21 Dec 2018, 06:26
by fng_thatoneguy
On my AWS EC2 test server I had to use the latter:

Code: Select all

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 00AD7462840A6C13
The gnupg.net keyserver kepy giving me:
"gpg: keyserver receive failed: No data

Thanks!