molior-dbs / molior

Molior - Debian Build System
Apache License 2.0
107 stars 12 forks source link

Archive Keyring not obtainable anymore? (403) #43

Closed TheOnlyJoey closed 1 month ago

TheOnlyJoey commented 3 months ago

It seems that i can't access http://molior.info/archive-keyring.asc anymore, it throws 403 errors (tested with wget and Firefox). This makes it impossible to do new installs using the debian repo.

Thanks

TheOnlyJoey commented 3 months ago

Started working again, though Debian 12 can't import the GPG correctly due to missing public key.

neolynx commented 3 months ago

i made it public again, sorry, the setting was lost.

I can import it on debian 12, could you share what error you get ?

TheOnlyJoey commented 3 months ago

No problem!

On update: W: GPG error: http://molior.info/1.4/buster stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 763F8F0085BF681E

This happens either by using the exact steps on the documentation (adding with apt-key add), or manually adding to /etc/apt/trusted.gpg.d

neolynx commented 3 months ago

There is a mismatch with the key, the one for molior 1.4 got rotated away unfortunately.

Could you try this key: http://molior.info/molior-1.4.archive-keyring.asc

Btw, molior 1.5 is in the makings, which also runs on bookwork and also as containers with docker-compose. Work is on the 'next' branch, in case you are interested, let me know.